how to re-configure copy of asp.net app to run in debug mode?
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
Hello,
I have an asp.net app that runs OK on a workstation in debug mode (from the
IDE). If I copy the asp.net app to another location or another workstation
(which is configured exactly the same as the first) I get an error message
that the app is not configured to run in Debug mode. I looked at the
web.config file, the assembly file, tried tweaking a few things but still
can't get the copy to run from the IDE. The only workaround I have been able
to do to create a copy of lmy asp.net app that I could run from another
location/workstation is to create a whole new asp.net app at the new location
and just copy the code from the original app. Is there a way to re-configure
a copy of an asp.net app to be able to run it from the IDE in debug mode?
Thanks,
Rich
.
Relevant Pages
- Re: Walkthrough Instruction Error
... Well what you didn't say was that your code couldn't be run from the IDE. ... Whether or not it is in process or out of process is in itself insignificant, what is important is the overhead of marshalling and synchronization. ... The only advantage out of process has is it doesn't necessarily pull the app down if it crashes. ... (microsoft.public.vb.general.discussion) - Re: You finally beat me down
... I have spent a number of years developing a certain app ... ... installing components crash the IDE? ... Your stock VCL controls lack the most basic functionality. ... native app to build, it will be in WTL/wxWidgets or QT. ... (borland.public.delphi.non-technical) - Re: App.EXE Wont Run
... They all run just fine in the IDE. ... Never get to the first line in Sub Main. ... app although I do see how MS does some strange and interesting things. ... Second the two major differences between a stand-alone exe and running ... (microsoft.public.vb.general.discussion) - Re: Great SWT Program
... functionality I'll use a *real* IDE like Eclipse. ... emacs, but eclipse is also a vastly superior IDE with, particularly, a ... then I don't need the app to be able to do ... Running it 1000 times in a loop makes this especially visible. ... (comp.lang.java.programmer) - Re: How to debug an ActiveX DLL
... You don't even need the main application in the IDE Dag. ... Just loaded the VB project for the DLL into the IDE, ... instruct it to run your main app whenever you want to debug the VB DLL. ... I'm a real novice when it comes to ActiveX DLLs, ... (comp.lang.basic.visual.misc) |
|