Link to home
Start Free TrialLog in
Avatar of mugsey
mugseyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Keep on getting login dialog box when building asp.net app with IIS

I have an app that worked fine with forms authentication.  
I moved the asp.net website into the asp.net projects folder and amended the IIS virtual directory to point to this. (originally the website was as inetpub but I wanted to make it easier for sourcesafe).

Now when I run the app I keep on getting an IIS dialog login box?  What have I done wrong?  Here is my web.config

 <location path="~/Login.aspx">
    <system.web>
      <authorization>              
        <allow users="*"/>
      </authorization>
    </system.web>
  </location>

which has not changed

ASKER CERTIFIED SOLUTION
Avatar of Type25
Type25

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Make sure the same virtual directory setting are present even in this new vritual directory you created