blogs.conchango.com

welcome to the conchango blogging site
Welcome to blogs.conchango.com Sign in | Join | Help
in Search

Howard van Rooijen's Blog

Debugging an ASP.NET 2.0 AJAX-Enabled Application in Visual Studio 2005 on Windows Vista / IIS 7

I came across an interesting issue today when I was creating a new ASP.NET AJAX-Enabled Web Application Project in Visual Studio 2005 (with the Visual Studio 2005 SP1 Update for Windows Vista applied) on Windows Vista. After hitting F5 to start the launch the web app in debug mode I received the following error:

   Unable to start debugging on the web server. An authentication error occurred while communicating with the web server. Please see Help for assistance.

After a little digging, the following steps solved the problem:

  1. Open IIS Manager
  2. Select the virtual directory of the web application
  3. Click "Advanced Settings"
  4. Select the "Application Pool" item in the "Behaviour" category
  5. Change the value from "DefaultAppPool" to "Classic .NET AppPool"
  6. Restart the website to apply the changes.
Published 16 March 2007 19:50 by howard.vanrooijen
Filed under: , ,

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

 

Bryan said:

Much appreciated.
March 31, 2007 23:50
 

Andrew Cotterell said:

Much appreciated as well.
April 18, 2007 13:56
 

wrampazo said:

thank you! it was a really great help!
April 23, 2007 14:20
 

aja said:

Another dollop of appreciation ;o)
May 22, 2007 16:47

Leave a Comment

(required) 
(optional)
(required) 
Submit
Powered by Community Server (Personal Edition), by Telligent Systems