Welcome to MSDN Blogs Sign in | Join | Help

Visual Web Developer Team Blog

Your official information source from the Visual Web Developer team.

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use

Browse by Tags

All Tags » Debugging   (RSS)
Download four free sample chapters from Visual Web Developer book
Some time ago Jim Cheshire wrote a book on VWD 2008 and recently book publisher kindly allowed us to provide four chapters as free downloadable PDF files. The following chapters are available: Creating Web sites Creating and Managing CSS Styles Applying Read More...
What to do when VWD crashes or hangs on you
It is surely frustrating when VS or VWD crashes on you or hangs with "Not Responsing" message. If you do not have reliable repro steps, the best piece of information you can provide to us is a debug dump. He is how you can obtain it. If you are using Read More...
Using IIS7 with Visual Studio 2005 & Visual Studio 2008
Mike Volodarsky on the IIS team just published some very useful articles describing how to setup and configure IIS7 to properly work with Visual Studio 2008 and Visual Studio 2005. The article covers necessary components needing to be installed, and the Read More...
JScript Debugging: Made easy with IE8
The feature I'm most excited about in Internet Explorer 8 Beta 1 is ironically one you might not notice at all. Problem If you're reading this, you probably know (and are still untangling the double-negative logic of) the "Disable script debugging" option Read More...
Webcast: New Enhancements for Web Developers in VS 2008
To View On Demand Webcast : Visual Studio 2008 for Web Developers : CLICK HERE Wanted to update you on a upcoming web cast that I am doing in support of Visual Studio 2008 launch event... Title : New Enhancements for Web Developers in VS 2008 Date/Day: Read More...
Tips & Tricks: Web Server Settings for Web Application Projects now can be stored per user as well as per project
Web server settings, which are accessible inside Web Application Projects (WAPs) property pages (Web section) allow you to specify settings associated to to Visual Studio Development Server or IIS. Many a times in a team development environment it is Read More...
Tips & Tricks: Start-Up Options and Instances of ASP.Net Development Server in a Multi-project Solution
If you have more than one project in your solution you can use following options of solution properties to set your start up actions... You can get the below dialog by right clicking your solution and going to its properties: If you have more than one Read More...
Workaround: Debugging Global.aspx.cs Application_Start() with ASP.Net Web Server within Visual Studio
When you add a global.asax file to your "Web Application Projects (WAPs) like below: and then write code in Application_Start event and try to debug it like below using Visual Studio inbuilt Development Web Server Then during your first debug the breakpoint Read More...
Page view tracker