Late Night Dev

Business and Development Resources for Web Developers and Analysts

Posts Tagged ‘Web Applications’

Web Deployment Projects – Visual Studio 2008

By Patrick Irvin • Jun 22nd, 2008 • Category: ASP.Net Programming

Released in January – Web Deployment Projects for Visual Studio 2008 supports all of the features of Web Deployment Projects for Visual Studio 2005 and adds the following:

Easily migrating VS 2005 Web Deployment Projects to VS 2008 Web Deployment Projects
Replacing output only if web deployment builds succeed
IIS7 Support

Web deployment projects add many features to allow [...]



Debugging Web Applications

By Patrick Irvin • May 11th, 2008 • Category: ASP.Net Programming, Debugging/Testing, Uncategorized

A great little tool for debugging web apps is available at http://www.fiddler2.com/fiddler2/.
Fiddler is a Web Debugging Proxy which logs all HTTP(S) traffic between your computer and the Internet. Fiddler allows you to inspect all HTTP(S) traffic, set breakpoints, and “fiddle” with incoming or outgoing data. Fiddler includes a powerful event-based [...]