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

problems with asp and rebooting the server

The error I am getting is the following. ALong with the error asp doesnt
start and the web site is down until I reregister asp service.

Event Type: Error

Event Source: ASP.NET 1.1.4322.0

Event Category: None

Event ID: 1084

Date: 3/29/2004

Time: 8:49:28 PM

User: N/A

Computer: SQL1

Description:

aspnet_wp.exe could not be started. The error code for the failure is
80070545. 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.


I am using the bollowing batch file to fix things.

c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ regiis.exe -i

regsvr32 c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ isapi.dll

Can you give us an error you are getting.

1. Where do you have to retype it?
2. It's a standard way of registering ASP.NET with IIS server. Usually must
be done only once. Not sure why you have to do it everytime.

George


"Josh" <jo**********@ipsos-na.com> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
I am an admin of a server with a dotnet app. I guy who wrote it doest work for the company any longer. Every time the server reboots there is some
kind of problem that prevents all of the services from starting. The core
of the problem is 3 - 1084 errors in the application log. Every time I
reboot the server I have to execute the following commands for everything to start.

1. I have to retype in the password for the account that runs the sol
server service which is a domain account. For some reason because the asp
app isn't starting its interfering with sql from starting.

2. c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ regiis.exe -i
regsvr32 c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ isapi.dll

3. restart IIS.

Does anyone have any idea why I have to do this every time I reboot. It
seems like ASP is having problems.

Thanks for any help. I am not a developer so this is a little new to me.



Nov 18 '05 #1
2 1612
jm
Don' t know if these things will help:

http://www.eventid.net/display.asp?e...4322.0&phase=1

Also wondering if you have seen this:
http://support.microsoft.com/default...b;en-us;811320

"Josh" <jo**********@ipsos-na.com> wrote in message
news:uK**************@TK2MSFTNGP10.phx.gbl...
The error I am getting is the following. ALong with the error asp doesnt
start and the web site is down until I reregister asp service.

Event Type: Error

Event Source: ASP.NET 1.1.4322.0

Event Category: None

Event ID: 1084

Date: 3/29/2004

Time: 8:49:28 PM

User: N/A

Computer: SQL1

Description:

aspnet_wp.exe could not be started. The error code for the failure is
80070545. 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.


I am using the bollowing batch file to fix things.

c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ regiis.exe -i

regsvr32 c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ isapi.dll

Can you give us an error you are getting.

1. Where do you have to retype it?
2. It's a standard way of registering ASP.NET with IIS server. Usually must be done only once. Not sure why you have to do it everytime.

George


"Josh" <jo**********@ipsos-na.com> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
I am an admin of a server with a dotnet app. I guy who wrote it doest work
for the company any longer. Every time the server reboots there is some
kind of problem that prevents all of the services from starting. The core of the problem is 3 - 1084 errors in the application log. Every time I
reboot the server I have to execute the following commands for everything to
start.

1. I have to retype in the password for the account that runs the sol
server service which is a domain account. For some reason because the

asp app isn't starting its interfering with sql from starting.

2. c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ regiis.exe -i
regsvr32 c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ isapi.dll

3. restart IIS.

Does anyone have any idea why I have to do this every time I reboot. It
seems like ASP is having problems.

Thanks for any help. I am not a developer so this is a little new to me.


---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.655 / Virus Database: 420 - Release Date: 4/8/2004
Nov 18 '05 #2
jm
Don' t know if these things will help:

http://www.eventid.net/display.asp?e...4322.0&phase=1

Also wondering if you have seen this:
http://support.microsoft.com/default...b;en-us;811320

"Josh" <jo**********@ipsos-na.com> wrote in message
news:uK**************@TK2MSFTNGP10.phx.gbl...
The error I am getting is the following. ALong with the error asp doesnt
start and the web site is down until I reregister asp service.

Event Type: Error

Event Source: ASP.NET 1.1.4322.0

Event Category: None

Event ID: 1084

Date: 3/29/2004

Time: 8:49:28 PM

User: N/A

Computer: SQL1

Description:

aspnet_wp.exe could not be started. The error code for the failure is
80070545. 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.


I am using the bollowing batch file to fix things.

c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ regiis.exe -i

regsvr32 c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ isapi.dll

Can you give us an error you are getting.

1. Where do you have to retype it?
2. It's a standard way of registering ASP.NET with IIS server. Usually must be done only once. Not sure why you have to do it everytime.

George


"Josh" <jo**********@ipsos-na.com> wrote in message
news:u0**************@TK2MSFTNGP10.phx.gbl...
I am an admin of a server with a dotnet app. I guy who wrote it doest work
for the company any longer. Every time the server reboots there is some
kind of problem that prevents all of the services from starting. The core of the problem is 3 - 1084 errors in the application log. Every time I
reboot the server I have to execute the following commands for everything to
start.

1. I have to retype in the password for the account that runs the sol
server service which is a domain account. For some reason because the

asp app isn't starting its interfering with sql from starting.

2. c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ regiis.exe -i
regsvr32 c:\winnt\microsoft.net\framework\v1.1.4322\aspnet_ isapi.dll

3. restart IIS.

Does anyone have any idea why I have to do this every time I reboot. It
seems like ASP is having problems.

Thanks for any help. I am not a developer so this is a little new to me.


---

Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.655 / Virus Database: 420 - Release Date: 4/8/2004
Nov 18 '05 #3

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

Similar topics

2
by: Frostillicus | last post by:
I'm trying to get an ASP to return a zip file to the remote browser from an Image (BLOB) field in SQL Server 2000 but Internet Explorer keeps saying: Cannot open C:\Documents and...
0
by: Al-ahmadi | last post by:
Hi EveryBody: Is there any way to add the rebooting code to the user interface of the setup project in VB.net ? if the answer is yes,how can I do it ? but if the answer is no, Is there any way...
1
by: jabailo | last post by:
Platform: W2K IIS 5.0 ..NET 1.1 ADO.NET managed DB2 provider for iSeries I wrote a web service which allows me to post records to the as/400 Occasionally there seem to be errors such as...
1
by: Josh | last post by:
The error I am getting is the following. ALong with the error asp doesnt start and the web site is down until I reregister asp service. Event Type: Error Event Source: ASP.NET...
2
by: Rob Meade | last post by:
Hi all, We have recently adopted to using .net for our web applications which were previously written in vanilla ASP. Things have been going ok until recently, or at least its only recently...
1
by: Lerp | last post by:
Hi all, I have several servers sitting in another province other than the one I currently live in. My problem is that every morning at least one of the servers (if not all) is offline when I...
0
by: Barry | last post by:
Hi Sometimes when i "Start" an Web Application i see the message "Web Site Found, Waiting for reply" in Internet Explorer, and this seems to go on forever, most often i end up rebooting the...
1
by: Al-ahmadi | last post by:
Hi EveryBody: Is there any way to add the rebooting code to the user interface of the setup project in VB.net ? if the answer is yes,how can I do it ? but if the answer is no, Is there any way...
13
by: Christopher Cashell | last post by:
Yesterday, while attempting to access a database, I received errors saying that the database was innaccessible. After investigating a little, I found the following in the PostgreSQL log files: ...
7
by: Raju5725 | last post by:
Hi All, How can I Change Local Machine IP Address without rebooting the machine using VB.Net. As I want to shift from one IP address to another IP address with application the effect should...
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
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
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: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.