Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: how to config a virtual directory as application in IIS?


Message #1 by "Yu, Kevin" <kyu@N...> on Tue, 9 Oct 2001 11:21:42 -0400
In virtual directory property, find application name and click create and
type the name for your new application

ari

----- Original Message -----
From: "Yu, Kevin" <kyu@N...>
To: "ASPX_Professional" <aspx_professional@p...>
Sent: Tuesday, October 09, 2001 10:21 PM
Subject: [aspx_professional] how to config a virtual directory as
application in IIS?


> I try to use form authentication for the web login accees, but
> I got this error when putting the web.config in the directory
>
> ...blah.....virtual directory not being configured as an application in
> IIS..blah
>
> web.config:
>
> <configuration> <system.web> <authentication mode="Forms"> <forms
> name=".ASPXUSERDEMO" loginUrl="login.aspx" protection="All" timeout="60"
/>
> </authentication> <authorization> <deny users="?" /> </authorization>
> <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
> </system.web> </configuration>
>
>
>
> Kevin Yu


  Return to Index