IIS Virtual Directory/Application & Forms authentication
- by user216194
I've setup and deployed a simple forms authentication website with membership using .NET 4.
I've created a virtual directory (now converted to "Application") in IIS7 and setup the web.config file in the virtual directory as follows:
<system.webServer>
<directoryBrowse enabled="true" />
</system.webServer>
…