Re: VS 2003 debug using real URL's (no http://localhost/...)

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I don't think that would help me as I want VS to debug using the correct
machine name, not "localhost". Other pieces of my project are looking at
the incoming http headers and don't work when using the name "localhost".

Any other suggestions?

--
Thanks,
TheBurgerMan
at
gmail.com
--
"Michael K. O'Neill" <MikeAThon2000@xxxxxxxxxxxxxxxxxx> wrote in message
news:O$qKGyngFHA.1416@xxxxxxxxxxxxxxxxxxxxxxx
> "TheBurgerMan" <TheBurgerMan@xxxxxxxxx> wrote in message
> news:%23xrNtnYgFHA.1044@xxxxxxxxxxxxxxxxxxxxxxx
>> I want to debug my project using my real URL's (and SSL). I have other
>> pieces of my project that require SSL and I cannot debug properly using
>> localhost URL's!
>>
>> Is there a way to debug using my real machine name, i.e.
>> https://myMachineName/blah.aspx
>>
>> --
>> Thanks,
>> TheBurgerMan
>> at
>> gmail.com
>> --
>>
>>
>
> Maybe you could modify your "hosts" file to include a line like
>
> 127.0.0.1 myMachineName
>
> This would bypass DNS lookup for myMachineName and still give you the
> 127.0.0.1 IP address of your localhost
>
> Mike
>
>


.



Relevant Pages