Re: Help with XP/IIS/ASP.NET configuration
From: Dominick Baier [DevelopMentor] (dbaier_at_pleasepleasenospamdevelop.com)
Date: 06/03/05
- Next message: Dominick Baier [DevelopMentor]: "Re: Help with XP/IIS/ASP.NET configuration"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Difference from Application_AuthenticateRequest and FormsAuthenticationTicket"
- In reply to: John Cosmas: "Help with XP/IIS/ASP.NET configuration"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: Help with XP/IIS/ASP.NET configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 02 Jun 2005 23:14:14 -0700
Hello John,
try
<allow users="*" />
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> 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
- Next message: Dominick Baier [DevelopMentor]: "Re: Help with XP/IIS/ASP.NET configuration"
- Previous message: Dominick Baier [DevelopMentor]: "Re: Difference from Application_AuthenticateRequest and FormsAuthenticationTicket"
- In reply to: John Cosmas: "Help with XP/IIS/ASP.NET configuration"
- Next in thread: Dominick Baier [DevelopMentor]: "Re: Help with XP/IIS/ASP.NET configuration"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|