Here i have installed a web application on a windows 2003 SP2 server with the admin account. the application is accessible in the server as well as in the network when atleast one session of the admin account is logged in. If there exists no active session of the admin account the web application is not accessible in the network, and is not accessible in the server if we have logged in with another user credentials. What would cause the web application in-accessible while we log off from the admin account? Please suggest.
Software/Hardware used:
ASKED:
February 22, 2010 9:47 AM
UPDATED:
February 24, 2010 5:04 AM
By web application do you mean a Web Service or a Web Site?
Is there a reason you have installed it to run as administrator? This isn’t required for most things. If it’s not required have it run as the standard user.
Hello, Thank you for the response. I’ve managed to fix the issue. The issue was due to regional settings. The cookie expiry date in our web application would work with English US regional settings, which the default user profile didnt have. After over writing the regional settings of the default user with the service account’s, the web application started working even there exists no active session of the service account.