Here is my directory structure[opsreport] is a virtual directory set as an application. [dataentry] is just a sub directory.Code:[opsreport] web.config clientside.js styles.css logon.aspx default.aspx summary.aspx [dataentry] event.aspx followup.aspx
I want anyomous access for all files in the [opsreport] and forms authentication for all the files in [dataentry]. I would also like this all configured from 1 web.config file.


Reply With Quote
