Tag Archives: vs2005

How Do I: Debug ASP.NET AJAX Applications Using Visual Studio 2005?

Original post here: http://www.asp.net/learn/ajax-videos/video-167.aspx — In this video we learn how to use Visual Studio 2005 to debug ASP.NET AJAX applications. We are shown how the ScriptManager is used to access the JavaScript created by the ASP.NET AJAX server controls, … Continue reading

Posted in Development | Tagged , , , , | Leave a comment

Upgrading VS 2005 Web Site Projects to be VS 2005 Web Application Projects

Original post here: http://webproject.scottgu.com/csharp/migration2/migration2.aspx — Step 1: Create a New VS 2005 Web Application Project The best strategy to migrate an existing VS 2005 Web Site Project is to first create a new blank VS 2005 Web Application Project in … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Line numbers in code view in VS2005

Open Visual Studio 2005. Then go to Tools -> Options. Select "Text Editor" and the language you want to change the setting for.

Posted in Development | Tagged , , , | Leave a comment

VS2005 – Open folder or file in Explorer

Sometimes you just need to open the website you are working on in VS2005 in Explorer. Well here is the trick of how to do it. Download and install the following – Download Explorer add-in for VS2005 or read more … Continue reading

Posted in Development | Tagged , , , | Leave a comment