Home All Groups Group Topic Archive Search About

debug from another machine

Author
10 Jun 2005 5:19 PM
Eagle
I created a project that runs fine on my local machine, using
http://localhost etc.  I copied the program up to another web server and am
getting errors -- sometimes.

How do I run my program in debug mode so that it runs on my machine but
launching from the web server that is giving me the errors.  Even if I open
it from a mapped drive to the other machine, and run it, it continues to run
from localhost.  What do I need to change.

Author
10 Jun 2005 7:17 PM
Ibrahim ULUDAG
In Application_error function in the file the global.asax  write a function
to send the error to you by mail.


http://www.15seconds.com/issue/030102.htm


Ibrahim ULUDAG
www.ibrahimuludag.com



Show quoteHide quote
"Eagle" <eagletender2***@yahoo.com> wrote in message
news:uYTMLCebFHA.3040@TK2MSFTNGP14.phx.gbl...
>I created a project that runs fine on my local machine, using
>http://localhost etc.  I copied the program up to another web server and am
>getting errors -- sometimes.
>
> How do I run my program in debug mode so that it runs on my machine but
> launching from the web server that is giving me the errors.  Even if I
> open it from a mapped drive to the other machine, and run it, it continues
> to run from localhost.  What do I need to change.
>
Are all your drivers up to date? click for free checkup

Author
10 Jun 2005 10:16 PM
et
I know what the error is, I just don't know why it's happening so I have to
step through the code.  I don't get the error when I run the program
locally.


Show quoteHide quote
"Ibrahim ULUDAG" <x**@xxx.com> wrote in message
news:%231CnEEfbFHA.3808@TK2MSFTNGP14.phx.gbl...
> In Application_error function in the file the global.asax  write a
> function to send the error to you by mail.
>
>
> http://www.15seconds.com/issue/030102.htm
>
>
> Ibrahim ULUDAG
> www.ibrahimuludag.com
>
>
>
> "Eagle" <eagletender2***@yahoo.com> wrote in message
> news:uYTMLCebFHA.3040@TK2MSFTNGP14.phx.gbl...
>>I created a project that runs fine on my local machine, using
>>http://localhost etc.  I copied the program up to another web server and
>>am getting errors -- sometimes.
>>
>> How do I run my program in debug mode so that it runs on my machine but
>> launching from the web server that is giving me the errors.  Even if I
>> open it from a mapped drive to the other machine, and run it, it
>> continues to run from localhost.  What do I need to change.
>>
>
>

Bookmark and Share