<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS 7 - ASP.NET Administration</title><link>http://forums.iis.net/1051.aspx</link><description>Forum for getting answers to managing ASP.NET 1.1 or 2.0 on IIS 7</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Authentication error when starting debugging</title><link>http://forums.iis.net/thread/1801665.aspx</link><pubDate>Fri, 13 Jul 2007 06:01:15 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1801665</guid><dc:creator>steve schofield</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1801665.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1801665</wfw:commentRss><description>&lt;p&gt;Thanks for sharing the link.&amp;nbsp; I&amp;#39;m pretty certain ScottGU and the IIS Team is aware of this.&amp;nbsp; Even though they haven&amp;#39;t posted on this thread, they stay pretty current and are always on the lookout for postings like this.&amp;nbsp; I wish I had a better answer, but at least you have a workaround.&amp;nbsp; Which, at least helps keep you moving forward.&amp;nbsp; Take care.&lt;/p&gt;</description></item><item><title>Re: Authentication error when starting debugging</title><link>http://forums.iis.net/thread/1801101.aspx</link><pubDate>Thu, 12 Jul 2007 19:53:52 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1801101</guid><dc:creator>Ben Amada</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1801101.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1801101</wfw:commentRss><description>&lt;p&gt;Hi Steve.&amp;nbsp; I&amp;#39;m fairly certain that this error is not a problem with&amp;nbsp;IIS, but&amp;nbsp;more a flaw with Visual Studio -- perhaps an untested side effect from the hotfix.&amp;nbsp; I noticed a comment from Brian Kuhn on&amp;nbsp;ScottGu&amp;#39;s blog at the link below (same link you gave me) who appears to have run into the same error.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/06/27/public-hotfix-patch-available-for-debugging-asp-net-on-iis7.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2007/06/27/public-hotfix-patch-available-for-debugging-asp-net-on-iis7.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thanks again,&lt;br /&gt;Ben&lt;/p&gt;</description></item><item><title>Re: Authentication error when starting debugging</title><link>http://forums.iis.net/thread/1799542.aspx</link><pubDate>Thu, 12 Jul 2007 05:54:11 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1799542</guid><dc:creator>steve schofield</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1799542.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1799542</wfw:commentRss><description>&lt;p&gt;Bump.&amp;nbsp; Hopefully Mike V (mvolo.com) sees this post.&amp;nbsp; I&amp;#39;m not sure why you would have to do what you are describing.&amp;nbsp; Thanks for passing along your workaround.&lt;/p&gt;</description></item><item><title>Re: Authentication error when starting debugging</title><link>http://forums.iis.net/thread/1792124.aspx</link><pubDate>Sat, 07 Jul 2007 22:01:04 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1792124</guid><dc:creator>Ben Amada</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1792124.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1792124</wfw:commentRss><description>&lt;p&gt;Hi Steve,&lt;br /&gt;&lt;br /&gt;Thank you, the hotfix solved the problem.&amp;nbsp; Actually, I&amp;#39;ve ran into a new problem after applying the hotfix&amp;nbsp;which I have a workaround for, but thought I would just pass it by you in case any ideas come to mind&amp;nbsp; :-)&lt;br /&gt;&lt;br /&gt;In my VS 2005 project settings, I&amp;#39;ve had the &amp;quot;Start Action&amp;quot; on the &amp;quot;Web&amp;quot; tab set at &amp;quot;Current Page&amp;quot;.&amp;nbsp; After applying the hotfix, if the &amp;#39;current page&amp;#39; is in a sub-directory when I hit F5, I get the following error msg:&lt;br /&gt;&lt;br /&gt;&amp;quot;Unable to start debugging on the web server. IIS does not list an application that matches the launched URL.&amp;quot;&lt;br /&gt;&lt;br /&gt;However, if the &amp;#39;current page&amp;#39; is in the root of my application, then everything works fine.&lt;br /&gt;&lt;br /&gt;In IIS7, I tried making this sub-directory an &amp;quot;application&amp;quot; by right-clicking on the root application name, selected &amp;#39;Add Application...&amp;#39; and chose the sub-directory.&amp;nbsp; This changes the icon of the sub-directory in IIS7 from a folder icon to an application icon.&amp;nbsp; I can then use F5 in visual studio ... but I immediately get a &amp;quot;could not load type&amp;quot;&amp;nbsp;parser&amp;nbsp;error in my browser essentially saying that the class the page inherits from cannot be found.&amp;nbsp; So, I&amp;#39;m fairly certain this is not the correct way to solve the problem.&lt;br /&gt;&lt;br /&gt;My workaround is to simply change the &amp;#39;Start Action&amp;#39; from &amp;#39;Current Page&amp;#39; to &amp;#39;Specific Page&amp;#39;, and then not enter a specific page.&amp;nbsp; Since I have directory browsing turned on, I simply get a list in my browser&amp;nbsp;of the available folders / files when starting with F5.&amp;nbsp; This is not really a big deal to just navigate to the folder / page I&amp;#39;m interested in.&amp;nbsp; Although, I would imagine&amp;nbsp;a fix to the &amp;quot;IIS does not list an application that matches the launched URL&amp;quot; error message is probably right under my nose.&lt;br /&gt;&lt;br /&gt;Thanks again for&amp;nbsp;your response!&lt;br /&gt;Ben&lt;/p&gt;</description></item><item><title>Re: Authentication error when starting debugging</title><link>http://forums.iis.net/thread/1791603.aspx</link><pubDate>Sat, 07 Jul 2007 04:16:10 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1791603</guid><dc:creator>steve schofield</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1791603.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1791603</wfw:commentRss><description>&lt;p&gt;Known bug.&amp;nbsp; Here is the hotfix.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2007/06/27/public-hotfix-patch-available-for-debugging-asp-net-on-iis7.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2007/06/27/public-hotfix-patch-available-for-debugging-asp-net-on-iis7.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Authentication error when starting debugging</title><link>http://forums.iis.net/thread/1791461.aspx</link><pubDate>Fri, 06 Jul 2007 23:32:16 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1791461</guid><dc:creator>Ben Amada</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1791461.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1051&amp;PostID=1791461</wfw:commentRss><description>&lt;p&gt;Hi.&amp;nbsp; I&amp;#39;m using VS 2005 SP1 on Vista / IIS7.&amp;nbsp; I&amp;#39;ve setup my application in IIS7 to use the new Integrated pipeline mode.&amp;nbsp; However, when starting the application in VS2005 with F5, I get the following error message:&lt;br /&gt;&lt;br /&gt;&amp;quot;Unable to start debugging on the web server. An authentication error occurred while communicating with the web server. Please see Help for assistance.&amp;quot;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve trying running VS2005 as an administrator, and even disabled UAC, but am still getting the error.&amp;nbsp; In IIS7, I have Anonymous and Windows authentication enabled.&lt;br /&gt;&lt;br /&gt;I can start the application in VS2005 with Ctrl-F5 (no debugging) and then later &amp;quot;Attach to Process&amp;quot;.&amp;nbsp; This works, however, when I try to set a breakpoint, I&amp;#39;m getting a small exclamation icon with a tooltip message stating &amp;quot;The breakpoint will not currently be hit.&amp;nbsp;No symbols have been loaded for this document.&amp;quot;&lt;br /&gt;&lt;br /&gt;Ultimately, I&amp;#39;d like to solve the first problem so I can just start debugging with the standard F5.&amp;nbsp; I&amp;#39;m all out of ideas.&lt;br /&gt;&lt;br /&gt;Any help is greatly appreciated.&lt;br /&gt;&lt;br /&gt;Thanks in advance,&lt;br /&gt;Ben&lt;/p&gt;</description></item></channel></rss>