ASP.NET Server Error

D

Darren Bennett

I have an ASP.NET web application that has been running
fine for 18 months. Suddenly the other day I started
getting the following error:

"An error occurred while try to load the string resources
(GetModuleHandle failed with error -2147023888)."

It's is not a problem with the application because the
same application is running fine on another web server.

Any help tracking down this problem would be greatly
appreciated.

-Darren-
 
J

Jacob Yang [MSFT]

Hi Darren,

Firstly I want to thank Natty for the great help in this issue.

Based on my research and experience, the possible reason of this issue is
that the ASPNET account does not have the privilege mentioned in the
articles
below.

824308 BUG: IWAM Account Is Not Granted the Impersonate Privilege for
ASP.NET
http://support.microsoft.com/?id=824308
821546 Overview of the "Impersonate a Client After Authentication" and the
http://support.microsoft.com/?id=821546

The solution is adding ASPNET account to the "Impersonate a client after
authentication". Please refer to the mentioned Knowledge Base articles
carefully for this issue.

"...
This article discusses the "Impersonate a client after authentication" and
"Create global objects" user rights. These new security settings were first
introduced in Windows 2000 Service Pack 4 (SP4) and help to increase
security in Windows 2000.
...
After you install Windows 2000 Service Pack 4 (SP4) on your computer, some
programs that use impersonation may not work correctly.
...
"

I hope it helps.

Best regards,

Jacob Yang
Microsoft Online Partner Support
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top