aspdotnet_website_programming thread: Form auth. Please HELP
Root of the site has Forms auth. Works perfect. Al users form the "MIS"
role have access to the pages.
I need to add a subFolder where only "Sales" users have access.
This is where I get the error.
I created the subFolder in the file system under the root for my project
(C:\Inetpub\wwwroot\AELookup_v2\SalesOnly)
I went into IIS and made SalesOnly a virtual (one thing, I am using Win2k
Pro, so AELookup_v2 is a VD of the Default Web Site)
I added the web.Config to that folder
and Boom, error after error.
All the docs that I can find are for Root with no security and Subs with. I
need subs with different levels
I hope you can help me out here.... sample code (web.config) appreciated.