asp problems, help

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top