Certain pages do not need a login page

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

If I am using Forms Authentication, I can tell who to deny or allow.

Is there a way to say that all the pages in my folder, except one or 2
specific pages, need authentication?

Thanks,

Tom.
 
First I believe that you meant to post this to the asp.net group not the
ado.net group...

To answer your question you can add a <location> to your web.config file for
those pages and specify who does and does not get access.

I hope this helps.
 
Brian Brown said:
First I believe that you meant to post this to the asp.net group not the
ado.net group...

You're right. I thought I did that.
To answer your question you can add a <location> to your web.config file
for
those pages and specify who does and does not get access.

I hope this helps.

It does.

That was what I was looking for.

Thanks,

Tom
 

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