Authentication forms + domain

  • Thread starter Thread starter Mike Gleason jr Couturier
  • Start date Start date
M

Mike Gleason jr Couturier

(VS 2005, .NET 2.0)

Hi,

I have a sub directory protected with mode=Forms.. I have roles and users
defined. When I test locally everything works.

When I test on our development server, I get a Windows popup
authentication... my login form does not appear. (We're on a domain)

What's hapening?

Thanks

Mike
 
bruce barker said:
turn anonymous on on the server

-- bruce (sqlwork.com)

Even if other parts on the website runs fine (the parts where
authentification is not required)?

Thanks!
 
Most likely you did not give ASP.NET account permission to the folder when
moved the project to the server.

ASP.NET, IUSR_MACHINE, IWAM_MACHINE needs to have a permissions to read that
folder (and subfolders).

George.
 

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