Problem with ASPNET after uninstalling domain controler

  • Thread starter Thread starter Olof
  • Start date Start date
O

Olof

Hi

I set up my lab server (Win 2003 standard ed.) as a domain controler
and installed Active Directory on it. I then realized that the ASPNET
account does not run properly on a domain controler why I removed the
domain controler role and uninstalled the AD. That was a misstake
since all local accounts were removed from the server. Including the
ASPNET account. I uninstalled ASP .NET and then reinstalled it which
created a new ASPNET account. But now I get the message "Access denied
to 'c:\inetpub\MySite\'. Failed to start monitoring file changes.".

Can anybody tell me how to get everything back to normal again?

Thank you!
 
No have not solved it :(

Alvin Bruney said:
Your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Olof said:
Hi

I set up my lab server (Win 2003 standard ed.) as a domain controler
and installed Active Directory on it. I then realized that the ASPNET
account does not run properly on a domain controler why I removed the
domain controler role and uninstalled the AD. That was a misstake
since all local accounts were removed from the server. Including the
ASPNET account. I uninstalled ASP .NET and then reinstalled it which
created a new ASPNET account. But now I get the message "Access denied
to 'c:\inetpub\MySite\'. Failed to start monitoring file changes.".

Can anybody tell me how to get everything back to normal again?

Thank you!
 
the aspnet worker process needs read/write access to the folder. you will
need to provide this in order for it to work correctly. You can do this from
properties menu on the specified folder.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Olof said:
No have not solved it :(

"Alvin Bruney [MVP]" <vapor at steaming post office> wrote in message
Your post went unanswered. Have you resolved this issue?

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Olof said:
Hi

I set up my lab server (Win 2003 standard ed.) as a domain controler
and installed Active Directory on it. I then realized that the ASPNET
account does not run properly on a domain controler why I removed the
domain controler role and uninstalled the AD. That was a misstake
since all local accounts were removed from the server. Including the
ASPNET account. I uninstalled ASP .NET and then reinstalled it which
created a new ASPNET account. But now I get the message "Access denied
to 'c:\inetpub\MySite\'. Failed to start monitoring file changes.".

Can anybody tell me how to get everything back to normal again?

Thank you!
 
Back
Top