473,387 Members | 1,420 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Server Application Error

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-
Nov 17 '05 #1
7 1278
Check if web.config is set to impersonate IUSR ( in case
yes, check the access rights of IUSER).

Alternatively, you can try to run Aspnet_regiis with -i
option Also.

http://www.microsoft.com/technet/treeview/default.asp?
url=/technet/prodtechnol/windowsserver2003/proddocs/standar
d/aaconaspnetiisregistrationtoolaspnet_regiisexe.asp

Hope this helps..

Avneesh
-----Original Message-----
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-
.

Nov 17 '05 #2
Hi Darren,

I noticed that you asked the same question at the following post in this
group:

ASP.NET Server Error

I have replied you in that thread. Please check it when you have time.
Thank you for your understanding.

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.

Nov 17 '05 #3
Hi Avneesh,

Thanks for your reply. I have just tried both of your
suggestions but neither of them has fixed the problem.

Does anyone have any other suggestions?

Thnaks,

~Darren~
-----Original Message-----
Check if web.config is set to impersonate IUSR ( in caseyes, check the access rights of IUSER).

Alternatively, you can try to run Aspnet_regiis with -i
option Also.

http://www.microsoft.com/technet/treeview/default.asp?
url=/technet/prodtechnol/windowsserver2003/proddocs/stand ard/aaconaspnetiisregistrationtoolaspnet_regiisexe.asp

Hope this helps..

Avneesh
-----Original Message-----
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-
.

.

Nov 17 '05 #4
Hi Jacob,

Thanks for your reply. The reason I posted my question
again was because I couldn't see my original posting from
yesterday.

I'm using IE6 to browser the newsgroup and still can't
find my orginal posting. Can you please post your answer
again?

Thanks,

~Darren~
-----Original Message-----
Hi Darren,

I noticed that you asked the same question at the following post in this group:

ASP.NET Server Error

I have replied you in that thread. Please check it when you have time. Thank you for your understanding.

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.
.

Nov 17 '05 #5
Hi Darren,

The following is my answer for this issue. Please check it when you have
time.

====================================
From: ji***@online.microsoft.com (Jacob Yang [MSFT])
Date: Fri, 17 Oct 2003 01:27:07 GMT
Subject: RE: ASP.NET Server Error
Newsgroups: microsoft.public.dotnet.framework.aspnet

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.
================================================== ====

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.

Nov 17 '05 #6
Hi Jacob,

Many thanks for your fantastic support - the problem is
now fixed.

Best regards,

~Darren~

-----Original Message-----
Hi Darren,

The following is my answer for this issue. Please check it when you have time.

====================================
From: ji***@online.microsoft.com (Jacob Yang [MSFT])
Date: Fri, 17 Oct 2003 01:27:07 GMT
Subject: RE: ASP.NET Server Error
Newsgroups: microsoft.public.dotnet.framework.aspnet

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 thehttp://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.================================================= =====

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.
.

Nov 17 '05 #7
Hi Jacob,

Many thanks for your fantastic support - the problem is
now fixed.

Best regards,

~Darren~

-----Original Message-----
Hi Darren,

The following is my answer for this issue. Please check it when you have time.

====================================
From: ji***@online.microsoft.com (Jacob Yang [MSFT])
Date: Fri, 17 Oct 2003 01:27:07 GMT
Subject: RE: ASP.NET Server Error
Newsgroups: microsoft.public.dotnet.framework.aspnet

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 thehttp://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.================================================= =====

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.
.

Nov 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Javier Cortés Cortés | last post by:
i am getting this error when i am trying to access any file(with the ext. aspx) from my remote server. the error is : Server Error in '/' Application....
9
by: Steve Buster | last post by:
All right, I have read every forum, newsgroup etc about this issue and no one seems to know how to fix it. I am getting a "Server Application Unavailable" exception running my .NET 1.1...
12
by: Kevin Farless | last post by:
Hi all, I'm having trouble viewing any .aspx pages on my hosting company's server. The server is a new box running Windows Server 2003 default installation. I'm the first client to try using...
5
by: Bruce Schechter | last post by:
I just started to develop an ASP.NET application in vs.net 2003 . But each time I try to execute the application (which is basically empty so far), I get a dialog box titled "Microsoft Development...
17
by: Jon B | last post by:
Hi All! I have a ASP.NET 2.0 site that works on the Windows 2000 Server. However, when I tried to view this site on my local Windows XP machine, I get "Server Unavailable". If I switch the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.