For Programmers: Free Programming Magazines  


Home > Archive > ASP > June 2005 > Help with XP/IIS/ASP.NET configuration









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Help with XP/IIS/ASP.NET configuration
John Cosmas

2005-06-03, 3:55 am

I have setup an XP box to run my ASP.NET application. My objective is to
run the application on the XP box and have it accessible to the local
network for internal use. I've setup the Virtual Directory and added the
following users and enabled 'Anonymous Login' and 'Integrate Windows
Authentication'.
- NETWORK
- ASP.NET
- NETWORK SERVICE
- IUSR_MACHINENAME
- IWAM_MACHINENAME

I've also added the following statements into my WEB.CONFIG file.

<identity impersonate="true" userName="DOMAIN\TESTUSERACCOUNT"
password="TEST"/>

<authentication mode="Windows" />

<authorization>
<allow roles="Everyone" />

The IDENTITY IMPERSONATE exists exclusively to help get past the SQL Server
not accepting NULL user login. I'm able to call up the application using
HTTP://LOCALHOST/TESTAPP, and I'm able to run it using
HTTP://MACHINENAME/TESTAPP. However, it keeps prompting me for a
Windows/Domain level login/prompt everytime I use the
HTTP://MACHINENAME/TESTAPP from the network. Is there something I'm
missing? Please help.

TIA
John


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com