Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Remote Debugging one Web application of many

Reply
Thread Tools

Remote Debugging one Web application of many

 
 
Tony
Guest
Posts: n/a
 
      08-23-2005
Hi,

I have several web projects running on my webserver. For some projects I
have a productive web and a development web. So if I create new functions I
first test them in the development project and if they work fine I deploy it
in the productive web.

But when I want to remote debug my development web (connecting to w3wp.exe)
my breakpoints are also hit from requests in the productive web. Is there a
way to prevent this?

Thanks, Tony


 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGVlcGFrIFZhc3VkZXZhbg==?=
Guest
Posts: n/a
 
      08-23-2005
Tony,

Whilst XCopying to the Production web, if you turn on the Builds to Release
Configuration, then the Debug symbols would not be included.

This would also reduce the overhead of assembly size,loading time, number of
dependant files (in terms of PDBs etc).

However, since you do not have a debugger in place, you need to ensure that
you have logger mechanisms in place to log all necessary events.

Did this attend to your query?

"Tony" wrote:

> Hi,
>
> I have several web projects running on my webserver. For some projects I
> have a productive web and a development web. So if I create new functions I
> first test them in the development project and if they work fine I deploy it
> in the productive web.
>
> But when I want to remote debug my development web (connecting to w3wp.exe)
> my breakpoints are also hit from requests in the productive web. Is there a
> way to prevent this?
>
> Thanks, Tony
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating and debugging a Web Application with a Remote IIS Server Joshua Ellul ASP General 1 08-21-2007 11:08 AM
many aspnet applications in one site? many Gloabal.asax files ok? dee ASP .Net 2 08-15-2005 03:07 AM
Embedding: many interpreters OR one interpreter with many thread states ? adsheehan@eircom.net Python 3 06-10-2005 03:18 AM
Remote Assistance fails to connect, remote remote host name could not be resolved Peter Sale Wireless Networking 1 12-11-2004 09:09 PM
Many-to-Many :: seperate database or one database? jason ASP General 6 08-12-2003 09:31 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57