Re: VS 2003 debug using real URL's (no http://localhost/...)
- From: "TheBurgerMan" <TheBurgerMan@xxxxxxxxx>
- Date: Thu, 7 Jul 2005 09:52:27 -0300
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
>
>
.
- References:
- VS 2003 debug using real URL's (no http://localhost/...)
- From: TheBurgerMan
- Re: VS 2003 debug using real URL's (no http://localhost/...)
- From: Michael K. O'Neill
- VS 2003 debug using real URL's (no http://localhost/...)
- Prev by Date: Re: Visual Studio 2005 *NOT* released until November.
- Next by Date: Re: VS 2005 Beta Group?
- Previous by thread: Re: VS 2003 debug using real URL's (no http://localhost/...)
- Next by thread: Scroll mouse button
- Index(es):
Relevant Pages
|