I have an IIS Intranet application written in asp.net framework 4. When I deploy it (by copying the files to the share on the server) everything seems to work, for me. The only strange thing is that others get a popup that asks them to log in. You can press cancel and the site works normally. It works fine if I am logged in on my account, but for everyone else it asks for a login.

Any idea why that might be or how to fix it?

link|improve this question

57% accept rate
feedback

1 Answer

You should check that anonymous access is setup and running as an appropriate user (normally by default a local account starting IUSR_) if it is then you should check that the application files have permissions setup for that user.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.