473,406 Members | 2,369 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,406 software developers and data experts.

Latest .Net 1.1 patch causes aspnet_wp.exe not to work

Hi,

I updated the latest .Net patch on my system this moring and now my SQL Web
Data Administrator application is not working. I get the following error:

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to occur.

I checked my event log and there is the error there:

Event Id: 1084 - ASP.Net stopped working.
aspnet_wp.exe could not be started. The error code for the failure is
800700CB. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that the
..NET Framework is correctly installed and that the ACLs on the installation
directory allow access to the configured account.

Everything was fine before i applied the microsoft path - i tried to restore
my system to before the path was applied but i still get the same problem -
any ideas how to fix this problem?

Thanks.


Nov 19 '05 #1
8 5013
try re-registring asp.net with aspnet_regiis -i at the vs.net command prompt

"John Blair" <jo********@hotmail.com> wrote in message
news:Qa**************@newsfe1-gui.ntli.net...
Hi,

I updated the latest .Net patch on my system this moring and now my SQL
Web Data Administrator application is not working. I get the following
error:

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web
browser to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web
server. Please review this log entry to discover what caused this error to
occur.

I checked my event log and there is the error there:

Event Id: 1084 - ASP.Net stopped working.
aspnet_wp.exe could not be started. The error code for the failure is
800700CB. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that
the .NET Framework is correctly installed and that the ACLs on the
installation directory allow access to the configured account.

Everything was fine before i applied the microsoft path - i tried to
restore my system to before the path was applied but i still get the same
problem - any ideas how to fix this problem?

Thanks.

Nov 19 '05 #2

Thank you for the reply - unfortunately this did not work.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #3
Try deleting the aspnet account from Users/Group management.

Then run the "aspnet_regiis /i "again, it should restore the privileges for
the machine.

Have you altered the processModel of the machine.config file?

bill

"John Blair" <jo********@hotmail.com> wrote in message
news:Qa**************@newsfe1-gui.ntli.net...
Hi,

I updated the latest .Net patch on my system this moring and now my SQL Web Data Administrator application is not working. I get the following error:

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.

I checked my event log and there is the error there:

Event Id: 1084 - ASP.Net stopped working.
aspnet_wp.exe could not be started. The error code for the failure is
800700CB. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.

Everything was fine before i applied the microsoft path - i tried to restore my system to before the path was applied but i still get the same problem - any ideas how to fix this problem?

Thanks.

Nov 19 '05 #4
Hi, i found the solution as described below. Thanks again.

"Christopher Hill" <mi****@ntlworld.com> wrote in message
news:12****************************@phx.gbl...
(Also posted to
http://register.microsoft.com/mswish/suggestion.asp)

The SQL Web Data Administrator (available here:
http://www.microsoft.com/downloads/details.aspx?
FamilyId=C039A798-C57A-419E-ACBC-
2A332CB7F959&displaylang=en) is a very useful tool, but
there is a problem when it is installed with the .net
Framework 1.1 with Service Pack 1. The copy of
WebUIValidation.js that is included with the Web Data
Administrator is out of date and means that it hangs when
you click the 'login' button. If you copy the updated
WebUIValidation.js file from
WINDOWS\Microsoft.NET\Framework\v1.1.4322
\ASP.NETClientFiles into {SQL Web Administrator
installation path}\Web\aspnet_client\system_web\1_1_4322\
then the problem with hanging is instantly solved.

Message to Microsoft: Please could you update the SQL Web
Administrator package to fix this problem?

By the way, this is not my solution - I found it on
http://sqljunkies.com/Forums/ShowPost.aspx?PostID=2084.

Thanks


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #5
Hi, i found the solution as described below.
Note: I also re-installed my Vb.net - this got rid of the attached problem
but then i still had a login problem and the following fixed it. Thanks
again.

"Christopher Hill" <mi****@ntlworld.com> wrote in message
news:12****************************@phx.gbl...
(Also posted to
http://register.microsoft.com/mswish/suggestion.asp)

The SQL Web Data Administrator (available here:
http://www.microsoft.com/downloads/details.aspx?
FamilyId=C039A798-C57A-419E-ACBC-
2A332CB7F959&displaylang=en) is a very useful tool, but
there is a problem when it is installed with the .net
Framework 1.1 with Service Pack 1. The copy of
WebUIValidation.js that is included with the Web Data
Administrator is out of date and means that it hangs when
you click the 'login' button. If you copy the updated
WebUIValidation.js file from
WINDOWS\Microsoft.NET\Framework\v1.1.4322
\ASP.NETClientFiles into {SQL Web Administrator
installation path}\Web\aspnet_client\system_web\1_1_4322\
then the problem with hanging is instantly solved.

Message to Microsoft: Please could you update the SQL Web
Administrator package to fix this problem?

By the way, this is not my solution - I found it on
http://sqljunkies.com/Forums/ShowPost.aspx?PostID=2084.

Thanks
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
"William F. Robertson, Jr." <th****@nameht.org> wrote in message
news:u$**************@TK2MSFTNGP14.phx.gbl... Try deleting the aspnet account from Users/Group management.

Then run the "aspnet_regiis /i "again, it should restore the privileges
for
the machine.

Have you altered the processModel of the machine.config file?

bill

"John Blair" <jo********@hotmail.com> wrote in message
news:Qa**************@newsfe1-gui.ntli.net...
Hi,

I updated the latest .Net patch on my system this moring and now my SQL

Web
Data Administrator application is not working. I get the following error:

Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web

browser
to retry your request.

Administrator Note: An error message detailing the cause of this specific
request failure can be found in the application event log of the web

server.
Please review this log entry to discover what caused this error to occur.

I checked my event log and there is the error there:

Event Id: 1084 - ASP.Net stopped working.
aspnet_wp.exe could not be started. The error code for the failure is
800700CB. This error can be caused when the worker process account has
insufficient rights to read the .NET Framework files. Please ensure that

the
.NET Framework is correctly installed and that the ACLs on the

installation
directory allow access to the configured account.

Everything was fine before i applied the microsoft path - i tried to

restore
my system to before the path was applied but i still get the same

problem -
any ideas how to fix this problem?

Thanks.


Nov 19 '05 #6
Thanks a lot - i got it working in the end - i basically re-installed my
Vb.net (to get the .net reinstalled); and re-installed my web data
administrator application and applied the following patch to fix a
problem with this application and the .net 1.1 patch. Thanks.

"Christopher Hill" <mi****@ntlworld.com> wrote in message
news:12****************************@phx.gbl...
(Also posted to http://register.microsoft.com/mswish/suggestion.asp)

The SQL Web Data Administrator (available here:
http://www.microsoft.com/downloads/details.aspx?
FamilyId=C039A798-C57A-419E-ACBC-
2A332CB7F959&displaylang=en) is a very useful tool, but there is a problem when it is installed with the .net Framework 1.1 with Service Pack 1. The copy of WebUIValidation.js that is included with the Web Data
Administrator is out of date and means that it hangs when you click the 'login' button. If you copy the updated WebUIValidation.js file from
WINDOWS\Microsoft.NET\Framework\v1.1.4322
\ASP.NETClientFiles into {SQL Web Administrator installation
path}\Web\aspnet_client\system_web\1_1_4322\ then the problem with hanging is instantly solved.

Message to Microsoft: Please could you update the SQL Web Administrator package to fix this problem?

By the way, this is not my solution - I found it on
http://sqljunkies.com/Forums/ShowPost.aspx?PostID=2084.

Thanks



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 19 '05 #7
I got the same strange problem today after I rebooted my Windows XP Pro
machine. Running ASPNET 1.1

After researching a little I tried the following and fixed it.

1. Edit machine.config in the directory
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFI G Locate the
<processModel> tag. If the userName is "machine", change it to
"system"
(IF THIS IS NOT YOUR CASE, then you may have a different PROBLEM!!!)

This is the sample portion of machine.config.
<processModel enable="true" timeout="Infinite"
idleTimeout="Infinite" shutdownTimeout="0:00:05"
requestLimit="Infinite" requestQueueLimit="5000" restartQueueLimit="10"
memoryLimit="60" webGarden="false" cpuMask="0xffffffff"
userName="system" password="AutoGenerate" logLevel="Errors"
clientConnectedCheck="0:00:05" comAuthenticationLevel="Connect"
comImpersonationLevel="Impersonate" responseDeadlockInterval="00:03:00"
maxWorkerThreads="20" maxIoThreads="20"/>
2. Try to reinstall aspnet

C:>aspnet_regiis -i

3. Restart IIS via admin console or command console
Try and good luck!!!!

John Blair wrote:
Thanks a lot - i got it working in the end - i basically re-installed my Vb.net (to get the .net reinstalled); and re-installed my web data
administrator application and applied the following patch to fix a
problem with this application and the .net 1.1 patch. Thanks.

"Christopher Hill" <mi****@ntlworld.com> wrote in message
news:12****************************@phx.gbl...
(Also posted to http://register.microsoft.com/mswish/suggestion.asp)
The SQL Web Data Administrator (available here:
http://www.microsoft.com/downloads/details.aspx?
FamilyId=C039A798-C57A-419E-ACBC-
2A332CB7F959&displaylang=en) is a very useful tool, but there is a problem
when it is installed with the .net Framework 1.1 with Service Pack 1. The
copy of WebUIValidation.js that is included with the Web Data
Administrator is out of date and means that it hangs when you click

the
'login' button. If you copy the updated WebUIValidation.js file

from WINDOWS\Microsoft.NET\Framework\v1.1.4322
\ASP.NETClientFiles into {SQL Web Administrator installation
path}\Web\aspnet_client\system_web\1_1_4322\ then the problem with

hanging
is instantly solved.

Message to Microsoft: Please could you update the SQL Web

Administrator
package to fix this problem?

By the way, this is not my solution - I found it on
http://sqljunkies.com/Forums/ShowPost.aspx?PostID=2084.

Thanks



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Nov 19 '05 #8
I have the same problem as described. I tryied the suggested solution from
Anonieko in various versions but nothing works. Does anybody else have some
ideas how to solve this problem? Any help greatly appreciated. I don't want
to rebuild the machine if I don't have to

"Anonieko" wrote:
I got the same strange problem today after I rebooted my Windows XP Pro
machine. Running ASPNET 1.1

After researching a little I tried the following and fixed it.

1. Edit machine.config in the directory
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFI G Locate the
<processModel> tag. If the userName is "machine", change it to
"system"
(IF THIS IS NOT YOUR CASE, then you may have a different PROBLEM!!!)

This is the sample portion of machine.config.
<processModel enable="true" timeout="Infinite"
idleTimeout="Infinite" shutdownTimeout="0:00:05"
requestLimit="Infinite" requestQueueLimit="5000" restartQueueLimit="10"
memoryLimit="60" webGarden="false" cpuMask="0xffffffff"
userName="system" password="AutoGenerate" logLevel="Errors"
clientConnectedCheck="0:00:05" comAuthenticationLevel="Connect"
comImpersonationLevel="Impersonate" responseDeadlockInterval="00:03:00"
maxWorkerThreads="20" maxIoThreads="20"/>
2. Try to reinstall aspnet

C:>aspnet_regiis -i

3. Restart IIS via admin console or command console
Try and good luck!!!!

John Blair wrote:
Thanks a lot - i got it working in the end - i basically re-installed

my
Vb.net (to get the .net reinstalled); and re-installed my web data
administrator application and applied the following patch to fix a
problem with this application and the .net 1.1 patch. Thanks.

"Christopher Hill" <mi****@ntlworld.com> wrote in message
news:12****************************@phx.gbl...
(Also posted to http://register.microsoft.com/mswish/suggestion.asp)
The SQL Web Data Administrator (available here:
http://www.microsoft.com/downloads/details.aspx?
FamilyId=C039A798-C57A-419E-ACBC-
2A332CB7F959&displaylang=en) is a very useful tool, but there is a

problem
when it is installed with the .net Framework 1.1 with Service Pack 1.
The
copy of WebUIValidation.js that is included with the Web Data
Administrator is out of date and means that it hangs when you click

the
'login' button. If you copy the updated WebUIValidation.js file

from WINDOWS\Microsoft.NET\Framework\v1.1.4322
\ASP.NETClientFiles into {SQL Web Administrator installation
path}\Web\aspnet_client\system_web\1_1_4322\ then the problem with

hanging
is instantly solved.

Message to Microsoft: Please could you update the SQL Web

Administrator
package to fix this problem?

By the way, this is not my solution - I found it on
http://sqljunkies.com/Forums/ShowPost.aspx?PostID=2084.

Thanks



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Nov 19 '05 #9

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

Similar topics

0
by: Greg Christie | last post by:
I think I have a somewhat unique situation here, so I thought I should post it for the few poor souls who run across it and try to google it like I did. First of all, I was getting the following...
3
by: Joe | last post by:
Back in March I submitted a patch for cgi.py to sourceforge to fix a problem with the handling of an invalid REQUEST_METHOD. I thought I followed all the steps to properly submit the bug and...
2
by: Jigar Mehta | last post by:
Hye, What is the latest MSDN version in the market?? I have one of April 2003. From which location we can download latest samples?? (in ms website) -- Jigar Mehta jbmehtain@yahoo.co.in
0
by: Keith | last post by:
I am building an ASP.NET application using VS.NET 2002 on Framework 1.1.4322.0. I am debugging the application and everytime I click the stop button to quit debugging, the server stops the...
1
by: Jan Peter Stotz | last post by:
Hi. I am in the progress of migrating an ASP/vbscript application to ASP.net/VB. At the moment my asp.net code still contais a lot of late bound com-objects with worked well until I installed...
4
by: Tim B | last post by:
Hi, Previously I was loading my .NET Usercontrol like this : <OBJECT id="Obj" classid="Viewer.dll#Viewer.Viewer" width=105 height=20 VIEWASTEXT><param name="DONOTHING" value="1"> </OBJECT> ...
0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 378 open ( +3) / 3298 closed (+34) / 3676 total (+37) Bugs : 886 open (-24) / 5926 closed (+75) / 6812 total (+51) RFE : 224 open...
3
by: MP | last post by:
Hi, I have a library in which I use the COM+ services dynamically for creating a Folder in the virtual directory of the Web Application on the Web Server. As ASPNET account does not have...
1
by: Travis Oliphant | last post by:
Hi all, I think the latest patch for fixing Issue 708374 (adding offset to mmap) should be committed to SVN. I will do it, if nobody opposes the plan. I think it is a very important addition...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.