Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debug security

Status
Not open for further replies.

BasicBoy

Programmer
Feb 22, 2008
156
ZA
The idioms at Microsoft change the required security/authentication settings for debugging asp.net webs continuously.
Every few months I set my security and when I try and open the web project, it tells me my settings are wrong. I then change it and work for a few months only to find out a few months later that the settings are wrong again.
Presently it says my debugger sees the server as an internet site because it is preceded by the domain name and not localhost. When I try and set local host on the intranet or trusted sites as advised it does not want to accept it as it does not contain https: in front.

What can I do ?

Thanks
 
the VS IDE is configured for local development. The solution, project, code, etc should all be local. It also expects the localhost to be the webserver when debugging.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
 
Yes, but how do I set it to the local host ?
 
When I try to run a web project it asks me for my username and password, whilst I can open my ander normal files without it - I use simple file sharing and do not know whether that can be the problem.
 
Yes, but how do I set it to the local host ?
it is the localhost by default.
When I try to run a web project it asks me for my username and password,
what type of authentication and authorization model are you using?

whilst I can open my ander normal files without it - I use simple file sharing and do not know whether that can be the problem.
I don't follow.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top