473,698 Members | 2,114 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 5024
try re-registring asp.net with aspnet_regiis -i at the vs.net command prompt

"John Blair" <jo********@hot mail.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_reg iis /i "again, it should restore the privileges for
the machine.

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

bill

"John Blair" <jo********@hot mail.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.

"Christophe r Hill" <mi****@ntlworl d.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=C039A7 98-C57A-419E-ACBC-
2A332CB7F959&di splaylang=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\Microso ft.NET\Framewor k\v1.1.4322
\ASP.NETClientF iles into {SQL Web Administrator
installation path}\Web\aspne t_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.

"Christophe r Hill" <mi****@ntlworl d.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=C039A7 98-C57A-419E-ACBC-
2A332CB7F959&di splaylang=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\Microso ft.NET\Framewor k\v1.1.4322
\ASP.NETClientF iles into {SQL Web Administrator
installation path}\Web\aspne t_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$******** ******@TK2MSFTN GP14.phx.gbl... Try deleting the aspnet account from Users/Group management.

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

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

bill

"John Blair" <jo********@hot mail.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.

"Christophe r Hill" <mi****@ntlworl d.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=C039A7 98-C57A-419E-ACBC-
2A332CB7F959&di splaylang=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\Microso ft.NET\Framewor k\v1.1.4322
\ASP.NETClientF iles into {SQL Web Administrator installation
path}\Web\aspne t_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\Micr osoft.NET\Frame work\v1.1.4322\ CONFIG 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="Infini te"
idleTimeout="In finite" shutdownTimeout ="0:00:05"
requestLimit="I nfinite" requestQueueLim it="5000" restartQueueLim it="10"
memoryLimit="60 " webGarden="fals e" cpuMask="0xffff ffff"
userName="syste m" password="AutoG enerate" logLevel="Error s"
clientConnected Check="0:00:05" comAuthenticati onLevel="Connec t"
comImpersonatio nLevel="Imperso nate" responseDeadloc kInterval="00:0 3:00"
maxWorkerThread s="20" maxIoThreads="2 0"/>
2. Try to reinstall aspnet

C:>aspnet_regii s -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.

"Christophe r Hill" <mi****@ntlworl d.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=C039A7 98-C57A-419E-ACBC-
2A332CB7F959&di splaylang=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\Microso ft.NET\Framewor k\v1.1.4322
\ASP.NETClientF iles into {SQL Web Administrator installation
path}\Web\aspne t_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\Micr osoft.NET\Frame work\v1.1.4322\ CONFIG 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="Infini te"
idleTimeout="In finite" shutdownTimeout ="0:00:05"
requestLimit="I nfinite" requestQueueLim it="5000" restartQueueLim it="10"
memoryLimit="60 " webGarden="fals e" cpuMask="0xffff ffff"
userName="syste m" password="AutoG enerate" logLevel="Error s"
clientConnected Check="0:00:05" comAuthenticati onLevel="Connec t"
comImpersonatio nLevel="Imperso nate" responseDeadloc kInterval="00:0 3:00"
maxWorkerThread s="20" maxIoThreads="2 0"/>
2. Try to reinstall aspnet

C:>aspnet_regii s -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.

"Christophe r Hill" <mi****@ntlworl d.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=C039A7 98-C57A-419E-ACBC-
2A332CB7F959&di splaylang=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\Microso ft.NET\Framewor k\v1.1.4322
\ASP.NETClientF iles into {SQL Web Administrator installation
path}\Web\aspne t_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
2047
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 error when trying to hit one of my pages... --------------------------------------------------------------------- Invalid URI: There is an invalid sequence in the string. ---------------------------------------------------------------------
3
2297
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 patch but the patch is still sitting there in limbo. This is the first patch I have submitted for Python, did I miss a step in the patch process? What else needs to be done?
2
4288
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
1071
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 aspnet_wp.exe process and reports to the Event Log with no real explaination. Something like: aspnet_wp.exe (PID: 1828) stopped unexpectedly. PID: 1828 is unique of course. Why is this happening and is it by design? Sometimes, other developers are...
1
1279
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 the latest asp.net security-patch from MS. The application is (at the moment) impersonated via web.config to a domain administrators account (via aspnet_setreg.exe).
4
1620
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> Everything was working great until the new patch came out and changed the way the ActiveX / Usercontrols are loaded.
0
361
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 ( +7) / 227 closed ( +7) / 451 total (+14) New / Reopened Patches ______________________
3
1982
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 enough previlages I Impersonate a user account at run time that has enough previlages to create a folder on the web server.
1
1114
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 and greatly increases the capability of the mmap module. Thanks,
0
8674
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8603
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8893
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7723
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6518
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4366
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3045
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2328
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.