CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Can Reply:  No Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 8/14/2006 2:15:53 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 5 Views: 25 Favorited: 0 Favorite
6 Items, 1 Pages 1 |< << Go >> >|
mcostello
Asp.Net User
Debugging problems with web application8/14/2006 2:15:53 PM

0/0

We are using web applications in VS 2005 but are having a problem getting debuggin running

The applications are sitting on a web server in the local domain.

We access the site using a host header through local DNS settings e.g. http://mysite

I have read through the many scattered documents on msdn and lots of other related pages but am stumped.

Am I correct in using Remote Debugging? - I have set up remote debugging on the web server. I've played around with security settings and have the remote monitor running as a service. When I debug it shows a connection from my machine in this monitor.

However, VS tells me that "The breakpoint will not currently be hit. No symbols have been loaded for this document" even in page load of a default aspx page with a single label and button in it!!!

I've seen some suggestions that the user that is debugging has to be a sysadmin on the server - surely this is not the case - no IT department would allow it.

Any and all help is much appreciated. Any reasons as to why this is so difficult to set up would ease my mind - never had this much grief with 2003.

Thanks in advance

Mark

LudovicoVan
Asp.Net User
Re: Debugging problems with web application8/14/2006 6:22:38 PM

0/0

Hello mcostello:

> VS tells me that "The breakpoint will not currently be hit. No symbols have been loaded for this document" even in page load of a default aspx page with a single label and button in it!!!

This sounds like your app has been compiled with debug=false in web.config, so there are no debug symbols the debugger can browse. Keep in mind, despite settings in web.config, that might also happen if you are deploying your application with the new Publish Web Site functionality in VS 2005.

Any details you can add?

-LV


Julio P. Di Egidio
Software Analyst / Programmer
http://julio.diegidio.name

(Peace X Love] = [++1)
mcostello
Asp.Net User
Re: Debugging problems with web application8/15/2006 8:23:26 AM

0/0

Hi there,

             Unfortunately that wasn't the issue. In the end we don't know what was. We finally got it debugging late yesterday evening but aren't 100% sure what we did to solve it.

However, I still have a major question as to why the process is so difficult to set up and awkward to use.

In VS2003, you simply hit Debug or F5 and away you go. In this you have to attach a process each time to run a debug. This seems unnecessarily complex. Surely the majority of development houses use a dev server and don't develop on the local machine. If so why does this version of visual studio make it so hard to develop in this way?

Or am I doing something wrong

LudovicoVan
Asp.Net User
Re: Debugging problems with web application8/15/2006 11:33:04 AM

0/0

mcostello:

> Surely the majority of development houses use a dev server and don't develop on the local machine. If so why does this version of visual studio make it so hard to develop in this way?

I too still have to fully grasp the new model. What i can tell is in VS 2005 / Fwk 2.0 we do have our project on a development server as usual, but developers run the site on the local Cassini until deployment. I might be wrong, but this seems the new "natural" way to go...

Regards. -LV


Julio P. Di Egidio
Software Analyst / Programmer
http://julio.diegidio.name

(Peace X Love] = [++1)
wklein
Asp.Net User
Re: Debugging problems with web application8/15/2006 4:30:28 PM

0/0

I to am having this problem and have not been able to fix it would be able to tell me a couple things you had done to try and get it working?
mcostello
Asp.Net User
Re: Debugging problems with web application8/16/2006 1:20:10 PM

0/0

I'm still not 100% sure how we got it working.

We followed the set up procedures for remote debugging - setting up the remote debug monitor, giving permissions to the debugger users group and setting it as a service.

Then in our project, we select Tool. Attach to Process, Select the server the code is on and attach to the w3wp.exe

Note - there can be more than one of these processes working - it seems to be trial and error to get the right one - attach to them all works as well if not ideal.

Good luck

 

Mark

6 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Macromedia ColdFusion MX 7 Web Application Construction Kit: web application construction kit Authors: Ben Forta, Raymond Camden, Leon Chalnick, Angela C. Buraglia, Pages: 1440, Published: 2005
The Web Testing Companion: The Insider's Guide to Efficient and Effective Tests Authors: Lydia Ash, Pages: 554, Published: 2003
Professional Visual Studio 2005 Authors: Andrew Parsons, Nick Randolph, Pages: 869, Published: 2006
Pro JSP 2 Authors: Simon Brown, Sam Dalton, Daniel Jepp, Kevin Mukhar, Dave Johnson, Sing Li, Matt Raible, Pages: 728, Published: 2005
Palm OS Web Application Developers Guide: Developing and Delivering PQAs with Web Clipping Authors: Ben Combee, R. Eric Lyons, David C. Matthews, Rory Lysaght, Pages: 560, Published: 2001
HTTP Developer's Handbook Authors: Chris Shiflett, Pages: 282, Published: 2003
Visual Basic 2008 For Dummies Authors: Bill Sempf, Pages: 360, Published: 2008
Visual Basic .NET Power Coding Authors: Paul Kimmel, Pages: 708, Published: 2004

Web:
Speaking of which... : My web application times out when debugging ... Problem: When using Visual Studio 2005 to debug a web application under IIS7 you will find that after 90-120 seconds the debugger will time out and you will ...
IIS 7.0 Server-Side : Fix problems with Visual Studio F5 debugging ... A number of people have been reporting problems when trying to debug their ASP. ... NET AJAX-Enabled web application (AJAX 1.0 installed) f5 debug isn't ...
Dr. Dobb's | Debugging Web Applications | July 2, 2002 Debugging Web Applications. Ensuring quality by finding and fixing bugs .... Even Web developers themselves are plagued with a variety of problems. ...
Debugging Web Applications This section describes common debugging techniques for Web applications. For more information, see Debugger Roadmap.
Nikhil Kothari's Weblog : Debugging Web Applications using Web ... Debugging Web Applications using Web Development Helper. Web Development Helper update (v0.8) and AJAX/Rich-Web application development goodies ...
Debugging Tools and Techniques - Problem debugging web application ... I have a web application with jsp's and servlets and using IDEA Intellij and tomcat for jwsdp when i run the debugger i get the next message ...
PRB: Cannot Debug ASP.NET Web Application Right-click your Web application directory, and then click Properties. ... NET debugging problems, click the article number below to view the article in the ...
Debugging problems with web application - ASP.NET Forums We are using web applications in VS 2005 but are having a problem getting debuggin running. The applications are sitting on a web server in ...
Java Tip 56: How to eliminate debugging problems for RMI-based ... Problems in debugging. Running two debuggers on one machine requires us to have reasonably high-end machines. And switching between two applications is ...
Debugging Web Applications (Dec 05) [Suggested title: ``Debugging Web Applications''] ... Generally, the problem is not in how people code algorithms, but in misunderstanding how the data ...

Videos:
Introduction to Debugging AJAX Application with Firebug Firebug is a firefox extension that allows you to easily find and fix javascript issues with ajax applications.
Google Workshop #5d: Debugging Web applications This workshop explains how the Firefox extension Firebug and the Web Developer's toolbar can be used to debug your Web apps.
Debugging PHP on Mac How to use the dbg program to debug php web applications on your Mac
Building Java applications with Servoy Developer Servoy Developer is a Java enterprise rapid applications development environment. I have always thought of Java as write once and debug everywhere ...
Debugging a Web App in Smalltalk In this short video, I demonstrate how the Smalltalk environment's power extends to web development - the debugger still allows live interaction ...
Debugging in Web Velocity In this brief video, I demonstrate debugging a Seaside application right in the browser
XML11: An Abstract Windowing Protocol Google TechTalks June 1, 2006 Arno Puder Arno Puder received his masters and Ph.D. in computer science and is currently working as an ...
Seattle Conference on Scalability: High Performance Computin Google Tech Talks June 14, 2008 ABSTRACT Increasingly, R users have access to multiprocessor machines or multiple-core CPUs. However, base ...
GWT Developer Soapbox - Statically Typed Languages, Indexing One thing I like about Google Web Toolkit - enables you to develop your web app in statically typed languages; sharing the same language between ...
Facebook Blood Donations - MySpace Music - Free Line 3.13.08 http://freelinereport.com The popular, free file backup based on Gmail, called G-Archiver, has been found storing user's gmail addresses ...




Search This Site:










using a function that calls a web user control in a .cs file

custom trace listner or custom provider?

code in aspx page databind field

submit and reset in asp.net

making asyncronous calls in asp.net 1.1

passing values to an eventhandler

units

dropdown list box

create and read variable amount of dropdownlists

geturl()

google map implementation

why does sessionid changes

user in windows group?

why call base.oninit() last ???

can a webform call any method from other webform?

custom/wizard password recovery problem

xmldatasource bind to xml type in sql2005

freezing gridview header + update panel + firefox+scroll using div

reg:compare validator issue

viewstate not being restored in dropdownlist

radiobutton requiredfieldvalidator

server.execute throws stackoverflowexception

msn programming

upload a file

wizard control - sidebar

how do we code the textbox scrollbar to scroll to the bottom

calling an executable file from asp.net

how to add 'culture' property to web user control?

querystrings

show image field using repeater/gridview

  Privacy | Contact Us
All Times Are GMT