Contents tagged with VisualStudio
-
Visual Studio build and publishing problems after upgrading to Azure 1.7 SDK
-
Using Visual Studio 2005 with IIS 7.0
A few weeks back, I put together a detailed article about using Visual Studio 2008 to work with IIS 7.0 applications, collecting all the various how-to and gotchas I've blogged about in the past in one place.
Now, you can find the same information for Visual Studio 2005, in a new article titled Using Visual Studio 2005 with IIS 7.0.
See the blog post here: http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx, and check out the article at Using Visual Studio 2005 with IIS 7.0.
Thanks,
Mike
-
Using Visual Studio 2008 with IIS 7.0
In the past, I've blogged a number of times about using Visual Studio to develop and debug IIS 7.0 applications.
I am happy to say that Visual Studio 2008 has added a number of improvements to work better with IIS 7.0, making it a lot easier to use it to develop, deploy, and debug those applications both locally and on remote IIS 7.0 servers.
To help you get started with using Visual Studio 2008 to work with IIS 7.0 applications, I put together a new iis.net article precisely on the subject. Learn more about it at http://mvolo.com/blogs/serverside/archive/2008/03/12/Using-Visual-Studio-2008-with-IIS-7.0.aspx.
Thanks,
Mike
-
At last, Visual Studio patch for F5 debugging on Windows Vista has been released
A Visual Studio patch that fixes the Visual Studio F5 debugging of IIS7 applications on Windows Vista Home Premium and above has been released!
This patch solves the "An authentication error occurred while communicating with the web server. Please see Help for assistance.", and "Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance" errors, that until now had to be worked around using the instructions in my previous post on this matter.
Read more and get the patch information from my older post on this subject, Fix problems with Visual Studio F5 debugging of ASP.NET applications on IIS7 Vista.