472,102 Members | 1,591 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,102 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 4947
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 discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Jigar Mehta | last post: by
reply views Thread by Kurt B. Kaiser | last post: by
3 posts views Thread by MP | last post: by
reply views Thread by leo001 | last post: by

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.