Enter Network Password

  • Thread starter Thread starter Empire City
  • Start date Start date
E

Empire City

Enter network password appears when I open a VS Web application and again
when I start it before the aspx page appears.

IIS is installed on my C: drive but the above project/site is pointing the
site to a folder on my E: drive. When I have a project on the C: drive it
does not ask for the network password. I've installed the Duwamish sample to
my E: drive and that does not prompt for all the passwords.

I've added all the users involved basically to every possible group. I've
shared the folders, set the permissons to Everyone on basically everything,
etc. It's really annoying to have to enter the network password every time I
want to test my form.

While it is a C# ASP.NET application can someone point me to a resource or
other group as my question does appear to be somewhat off topic.
 
Hi
i think that has to do with the authorization element in your web.config
file , check to see what user do you allow and whom do you deny . try
allow * ( this way your application will not authenticate any user) and see
if this would make any difference. hope this would help
 
Back
Top