Re: promote asp.net app subdirectory to new application in web.config
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Wed, 3 Oct 2007 15:10:41 -0400
re:
!> Is there a way to config a asp.net app subdir's web.config so that the sub
!> dir becomes a new IIS application in Visual Studio 2005? I need this because
!> the authentication mode for the subdir is different from the parent (form vs windows).
Open the IIS Manager and scroll to the subdirectory of your application.
Right-click on the subdirectory, select Properties
and then click on "Create" next to the "Application" Label.
It will automatically create the "application" using the virtual directory's name.
That should allow you to specify a different authentication mode in the subdirectory's web.config.
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/
======================================
"fw" <fw@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:F7E22419-0ED8-49E6-A0A1-7ECB4B011037@xxxxxxxxxxxxxxxx
Is there a way to config a asp.net app subdir's web.config so that the sub
dir becomes a new IIS application in Visual Studio 2005? I need this because
the authentication mode for the subdir is different from the parent (form vs
windows). I guess I can do so manually in IIS, or extract the subdir to a new
web project. But I am looking for a least effort approach.
Thanks
.
- Prev by Date: Re: ASP.NET 2.0 objectdatasource and datakeynames with gridview
- Next by Date: Re: .NET 1.1 apps stop working when .NET 2.0 starts working etc
- Previous by thread: IsPostBack for ASP
- Next by thread: Re: promote asp.net app subdirectory to new application in web.con
- Index(es):
Relevant Pages
|