Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET on Windows Server 2003

Status
Not open for further replies.

pisaac

Programmer
Joined
Jul 20, 2004
Messages
7
Location
GB
I am trying to setup an ASP.NET (VB) project from the an XP PC running VS.NET 2003 on a Windows Server 2003 domain controller. I created a new folder – D:\intranet and shared the folder, then created a new virtual directory in IIS: alias – intranet, path - D:\intranet, Permission – Read, Read scripts.

I then open up VS.NET 2003 and select new project VB ASP.NET Web Application and enter the location as the file share path as \\sword\intranet, I am then prompted for a username and password for sword and project is created with no errors.

I then add a Label to the page and build the solution (Which returns no errors) and attempt to view the page. This returns a Runtime Error asking for customErrors to be turned off. I change this setting Off and try again. I then get a message stating - Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\intranet\0536a0a2\7d7c5467" is denied. ASP.NET is not authorized to access the requested resource. The only way to resolve this on a domain controller is to set <identity impersonate="true"/> and authorise IUSR_SWORD for the C:\WINDOWS\Microsoft.NET directory I grant full control for IUSR_SWORD and add the tag to the web.config file and try again. It then prompts me to enter my username and password in a windows pop-up menu except what ever I enter it won’t let me continue. AAAAAAARRRRRHHHHHHH!!!!!!!

Does anyone know how to setup a Windows 2003 Server (Domain Controller) to display ASP.NET pages?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top