Help with web.config.(authentication mode form

  • Thread starter Thread starter parez
  • Start date Start date
P

parez

Hi,

I want to use form authenitcation for all files under one directory.and
none for the parent.
How would it web.config look like.


Thanks..
 
Got it!!
Thanks!!


<location path="Memberarea">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top