Forms authentication isn't working...

  • Thread starter Thread starter Paul Mason
  • Start date Start date
P

Paul Mason

Hi folks,

I have a project that was initially set up to use windows integrated
authentication, which I have now changed to forms authentication. The
problem is that my local development copy still thinks it's using windows
authentication and when I start the debugger goes straight to Default.aspx.
If I install this on our main server it works OK, but it's really annoying.

Is there something I need to refresh?

Cheers...P
 
Sorry folks...false alarm. I just had to remove the <allow users="*"> tag.

Cheers...P
 
Back
Top