I have an ASP.Net application hosted in Windows Server 2008 IIS 7. The application used Windows authentication.
There are some file writing functions where some text files/images are created in a server folder. Proper access rights to IIS is given for writing into these folders. We are having features to import data from Excel files using MSJet OLEDB Provider.
At some random intervals we face the below problem with the application:
We could not read the user details from Active Directory
The files could not be created into the folders with proper access permissions
Excel file import is not functioning
If we do an IIS reset the issue will get solved automatically.
We don't know what is causing a sudden hanging of the site.
The IIS log is showing some errors like below:
SceCli - Security policy in the Group policy objects has been applied successfully.
SmsClient - The description for Event ID 11760 from source SmsClient cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local
computer. Microsoft-
Windows-User Profiles Service - The applications or services that hold your registry file may not function properly afterwards.
Thanks for the link. I can see the link refers to Windows 2000 Server and some hotfixes. But I am using Windows 2008 Server with IIS 7. I will check for these settings. Thanks again.
mgangadhar12...
0 Points
3 Posts
ASP.Net application hanging at random intervals
Apr 05, 2012 01:01 PM|LINK
Hi ,
I have an ASP.Net application hosted in Windows Server 2008 IIS 7. The application used Windows authentication.
There are some file writing functions where some text files/images are created in a server folder. Proper access rights to IIS is given for writing into these folders. We are having features to import data from Excel files using MSJet OLEDB Provider.
At some random intervals we face the below problem with the application:
If we do an IIS reset the issue will get solved automatically.
We don't know what is causing a sudden hanging of the site.
The IIS log is showing some errors like below:
Apart from these we cannot find any issues specific to application (OR) SQL exceptions.
Please let me know if there is any possible reason for such kind of hanging.
With Regards,
Gangadhar M.
SonicMan
Participant
1472 Points
228 Posts
Re: ASP.Net application hanging at random intervals
Apr 09, 2012 06:00 AM|LINK
You can refer to MS support:
http://support.microsoft.com/kb/884559
mgangadhar12...
0 Points
3 Posts
Re: ASP.Net application hanging at random intervals
Apr 09, 2012 06:17 AM|LINK
Hi,
Thanks for the link. I can see the link refers to Windows 2000 Server and some hotfixes. But I am using Windows 2008 Server with IIS 7. I will check for these settings. Thanks again.
With Regards,
M. Gangadhar.