how to avoid the Form Authentification

  • Thread starter Thread starter Stan SR
  • Start date Start date
S

Stan SR

Hi,

I have a problem with the website that I ve published.
I get an authentification form.
Which parameters I have to update in the web.config to avoid this ?
Do I have to modify something in IIS 6 ?

Thanks for your reply
Stan
 
hi stan,
do you mean a pop up dialog box for windows authentication?
or a .Net page (login.aspx) that you have put on the site to use with .Net
Forms Authentication.

it sounds like you just haven't enabled anonymous access in IIS and given
read/execute permissions to the folder for the identity running Asp.Net.

thanks
tim
 
Back
Top