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
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