web.config Authentication HELP!

  • Thread starter Thread starter ibeetb
  • Start date Start date
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.....
 
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.....
 
Back
Top