<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://mvolo.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using Visual Studio 2005 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx</link><description>I've blogged quite a bit about using Visual Studio to develop and debug IIS 7.0 applications in the past. 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</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Using Visual Studio 2005 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx#13145</link><pubDate>Fri, 04 Apr 2008 16:18:55 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13145</guid><dc:creator>MVolo's Blog</dc:creator><description>&lt;p&gt;A few weeks back, I put together a detailed article about using Visual Studio 2008 to work with IIS 7&lt;/p&gt;
</description></item><item><title>re: Using Visual Studio 2005 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx#13169</link><pubDate>Mon, 14 Apr 2008 19:16:24 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13169</guid><dc:creator>Chris</dc:creator><description>&lt;p&gt;I went through all your listed steps to get VS2005 to debug on IIS7/Vista and was successful with normal ASP.NET web applications but NOT with applications using the AJAX extensions.&lt;/p&gt;&lt;p&gt;I tried what some other users recommended and switched IIS to use the classic app pool, but still got the error.&lt;/p&gt;&lt;p&gt;I am running Vista Home Premium using VS2005 SP1 and the Vista VS2005 SP1 update and I also have installed your hotfix for eliminating the need for Windows Authentication. Yet I still can&amp;#39;t overcome this AJAX error. If I remove the AJAX specific content from the web.config it will work, but I need to use AJAX for my project.&lt;/p&gt;&lt;p&gt;Any ideas?&lt;/p&gt;</description></item><item><title>re: Using Visual Studio 2005 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx#13178</link><pubDate>Fri, 18 Apr 2008 16:19:38 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13178</guid><dc:creator>Chris</dc:creator><description>OK, I wiped my hard drive and installed Vista Ultimate, hoping this would let me get around the problem listed in my comment above. But I'm still getting an error.

Quite simply, this seems to be a MAJOR problem with IIS 7! How can Vista not support debugging VS2005 projects WITH AJAX using IIS 7? 

The specific error message is quite basic:
"Error: The web server is not configured correctly"

I have Windows authentication enabled, running as administrator, and tried switching to the classic application pool. Still no luck.

PLEASE! Any help, otherwise I have to go back to using WinXP and IIS 6.

Thanks,
Chris</description></item><item><title>re: Using Visual Studio 2005 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx#13235</link><pubDate>Tue, 06 May 2008 13:38:57 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13235</guid><dc:creator>Rupak Ganguly</dc:creator><description>I had other issues with Vista SP1, VS 2005 and IIS 7 and I have written a post here http://developershelf.blogspot.com/2008/05/problem-loading-iis7-hosted-wap.html</description></item><item><title>re: Using Visual Studio 2005 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx#13423</link><pubDate>Mon, 11 Aug 2008 10:12:01 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13423</guid><dc:creator>ndutron</dc:creator><description>I`ve read a number of programming articles and and they discourage programmers to use vb. i am quite concerned because I am a programming student and at my university we use vb as our programming language.</description></item><item><title>re: Using Visual Studio 2005 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx#13424</link><pubDate>Mon, 11 Aug 2008 10:14:27 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13424</guid><dc:creator>ndutron</dc:creator><description>I`ve read a number of programming articles and and they discourage programmers to use vb. i am quite concerned because I am a programming student and at my university we use vb as our programming language.</description></item><item><title>re: Using Visual Studio 2005 with IIS 7.0</title><link>http://mvolo.com/blogs/serverside/archive/2008/04/04/Using-Visual-Studio-2005-with-IIS-7.0.aspx#13844</link><pubDate>Wed, 03 Jun 2009 14:46:52 GMT</pubDate><guid isPermaLink="false">2a6bde73-c016-462e-9ed7-d47dc91b6e81:13844</guid><dc:creator>greg</dc:creator><description>The "Using Visual Studio 2005 with IIS 7.0" does not appear to be 100% accurate.

Step 4 in the section titled "Connect to an IIS 7.0 Web Site Using Front Page Server Extensions" details the use of the command line
"%CommonProgramFiles%\Microsoft Shared\Web Server Extensions\50\bin\owsadm.exe" -o install -p LM/W3SVC/&lt;SITEID&gt; -u &lt;USERNAME&gt;
but there are problems with this command line.

First, I have no clue as to what a SITEID is or how it is determined.

Second, CommonProgramFiles is only accurate for a 32 bit installation.  CommonProgramFiles(x86) is used for a 64 bit install.

Third, the -p LM/W3SVC/&lt;SITEID&gt; portion is unlikely to be accurate.  All the examples shown in the help on the owsadm command show the usage as -p 80 suggesting that the -p argument specifies the port.  

I cannot be certain of the third problem until I get past the first one.</description></item></channel></rss>