Web Server Promoted To Domain Controller

C

cksanjose

We have a web server that is hosting several ASP.Net-based websites
(intranet).
The server was promoted as a backup domain controller. After doing
this, the websites are not working anymore.
From IIS, I configured the access level to Domain\IUSR_mymachine. When
I try to browse, I get this error:

Access to the path
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\app\df0d1c90\2eb457a7" is denied.

I think my problem is that the local ASPNet account is not in my server
anymore since it became a domain controller.

Can I configure my server to a user a domain level ASPNet account?

Any help is appreciated.

Thanks,
Cesar
 
J

Juan T. Llibre

re:
I think my problem is that the local ASPNet account is not
in my server anymore since it became a domain controller.

That's exactly it.

re:
Can I configure my server to a user a domain level ASPNet account?

Yes, you can.

See :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/paght000009.asp



Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
ASPNETFAQ.COM : http://www.aspnetfaq.com/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 

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

Top