|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Unable to map the debug start page URL to a machine nameuses remote debugging. It works perfectly. Today, I created a new asp.net project. I have 2 problems with it: 1 - Any error that occurs displays the generic "application error has ocurred" screen. It also says to enable real error messages to set, in web.config: <customErrors mode="Off" /> Well, it's off, but I still get the generic error messages. 2 - When I run the project to debug, I get the error "Unable to map the debug start page URL to a machine name" I've set customerrors to Off, why can't I see custom errors, even when viewed from the browser on that web server? If one project on the same server will debug, why won't the other? Any help much appreciated, thanks! Because remote debugging makes use of DCOM we are unable to route the
DCOM traffic over the internet (firewalls) Hope these two articles help you. http://support.microsoft.com/default.aspx?scid=kb;en-us;320433 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnwxp/html/xpsp2remotedebug.asp Show quoteHide quote "Tom wilson" wrote: > I have a W2003 web server running many web applications. One of these > uses remote debugging. It works perfectly. Today, I created a new > asp.net project. I have 2 problems with it: > > 1 - Any error that occurs displays the generic "application error has > ocurred" screen. It also says to enable real error messages to set, > in web.config: > > <customErrors mode="Off" /> > > Well, it's off, but I still get the generic error messages. > > 2 - When I run the project to debug, I get the error "Unable to map > the debug start page URL to a machine name" > > I've set customerrors to Off, why can't I see custom errors, even when > viewed from the browser on that web server? > If one project on the same server will debug, why won't the other? > > Any help much appreciated, thanks! > > Tom, I was wondering if you were able to find a solution to this
problem. Im experiencing the same exact problem. Please let me know. Thanks. *** Sent via Developersdex http://www.developersdex.com ***
Other interesting topics
Is there a way to detect user screen resolution in server side code?
ASP.NET stopped working Do i loose the power of asp.net if i use a custom extension (not .aspx) with IHttpHandlerFactory what is Request.ServerVariables Microsoft Bug how to make VS auto suggest properties during dev Post-Daten aus HttpSendReuqest auslesen Textbox inside a repeater. how to access datarow in post back event. Getting user password from Active Directory Controling table layout dynamically. |
|||||||||||||||||||||||