Re: Using IIS w/ASP .NET 2.0 Web Application Projects
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Fri, 25 Jan 2008 19:03:57 -0400
re:
!> enabled Integrated Windows Authentication
!> When I attempt to run the project, I get an http 403 access fobidden error
When you run ASP.NET with Windows Authentication enabled,
every single account which accesses the application must have
permission to access the app expressly granted.
Have you considered using Anonymous Authentication or Forms Authentication ?
Or, are you set on creating a Windows user account for every single user of your App ?
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"Scott M." <smar@xxxxxxxxxxxxx> wrote in message news:OpY5jz5XIHA.2268@xxxxxxxxxxxxxxxxxxxxxxx
In my ASP .NET 2.0 Web Applicaiton Project, I've changed the server setting to use IIS. I then created the virtual
directory (from the button in VS) and then went and enabled Integrated Windows Authentication. The site consists of
just a single default.aspx file with nothing in it. When I attempt to run the project, I get an http 403 access
fobidden error.
What am I missing?
Thanks.
.
- Follow-Ups:
- Re: Using IIS w/ASP .NET 2.0 Web Application Projects
- From: Scott M.
- Re: Using IIS w/ASP .NET 2.0 Web Application Projects
- References:
- Using IIS w/ASP .NET 2.0 Web Application Projects
- From: Scott M.
- Using IIS w/ASP .NET 2.0 Web Application Projects
- Prev by Date: Re: Server software needed
- Next by Date: Re: odbc connection
- Previous by thread: Using IIS w/ASP .NET 2.0 Web Application Projects
- Next by thread: Re: Using IIS w/ASP .NET 2.0 Web Application Projects
- Index(es):