web.config Authentication HELP!

I

ibeetb

I keep receiving an authentication error when trying to view certain (.aspx)
pages in a browser. In mny web.config file, all I have is:
<authentication mode="Anonymous" />

I have the Anonymous box checked in IIS also
and when I load a page on browser it opens to tell me I have an error on the
above line. Anyone know what I am doing wrong?

Thanks.....
 
G

Guest

The authentication tag attribute mode does not have anonymous as one of its values. You can specify Forms, Windows. The tag you want is authorization.

Tu-Thach

----- ibeetb wrote: -----

I keep receiving an authentication error when trying to view certain (.aspx)
pages in a browser. In mny web.config file, all I have is:
<authentication mode="Anonymous" />

I have the Anonymous box checked in IIS also
and when I load a page on browser it opens to tell me I have an error on the
above line. Anyone know what I am doing wrong?

Thanks.....
 

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

Top