<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.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/"><channel><title>Visual Studio 2005</title><link>http://forums.asp.net/138.aspx</link><description>General discussions of Visual Studio 2005.  &lt;a href="http://aspadvice.com/SignUp/list.aspx?l=162&amp;c=30" target="_blank"&gt;Email List&lt;/a&gt;</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Problem debugging an Integrated Pipeline Application with SP1</title><link>http://forums.asp.net/thread/1512182.aspx</link><pubDate>Fri, 29 Dec 2006 09:47:57 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1512182</guid><dc:creator>rstrahl</dc:creator><author>rstrahl</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1512182.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1512182</wfw:commentRss><description>&lt;p&gt;&lt;br /&gt;Mike Volodarsky has the answer to this issue here:&lt;br /&gt;&lt;a href="http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx"&gt;http://mvolo.com/blogs/serverside/archive/2006/12/28/Fix-problems-with-Visual-Studio-F5-debugging-of-ASP.NET-applications-on-IIS7-Vista.aspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;+++ Rick ---&lt;/p&gt;</description></item><item><title>Problem debugging an Integrated Pipeline Application with SP1</title><link>http://forums.asp.net/thread/1509201.aspx</link><pubDate>Tue, 26 Dec 2006 22:41:06 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1509201</guid><dc:creator>rstrahl</dc:creator><author>rstrahl</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1509201.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=138&amp;PostID=1509201</wfw:commentRss><description>&lt;p&gt;Visual Studio 2005 SP1 includes support for integrated pipeline access which is great and I verified that it actually works for me on several projects.&lt;/p&gt;
&lt;p&gt;However, I have one project where I cannot integrated pipeline debugging to work. I get this error:&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font size=2&gt;&lt;font face=Verdana&gt;---------------------------&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font size=2&gt;&lt;font face=Verdana&gt;Microsoft Visual Studio&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font size=2&gt;&lt;font face=Verdana&gt;---------------------------&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font size=2&gt;&lt;font face=Verdana&gt;Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance.&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font size=2&gt;&lt;font face=Verdana&gt;---------------------------&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font face=Verdana&gt;... and yes I'm 100% sure that Windows Auth&amp;nbsp;is enabled, and that permissions are set in the virtual directory (gave Everyone full access to be sure). I compared this site to the sites that run in module and handler configuration as well as all the authentication settings I can think of yet it still won't work.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font face=Verdana&gt;I've also tried IIS 7 Request tracing on the debug attempt and it looks like it's choking on trying to access global.asax - in the FREB trace Authentication shows as not available - however if I run another failure request (say a page that doesn't exist) and I display the trace for it it properly shows an authenticated Windows Auth login.&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font face=Verdana&gt;&lt;/font&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font face=Verdana&gt;There's more detail here:&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;font face=Verdana&gt;&lt;a href="http://www.west-wind.com/weblog/posts/9827.aspx"&gt;http://www.west-wind.com/weblog/posts/9827.aspx&lt;/a&gt;&lt;/font&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;I'm stumped but I would like to get this app running in integrated mode. Any ideas on what I could be missing or what else to look at?&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;Config:&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;Vista Ultimate&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;Visual Studio 2005 SP1&lt;/span&gt;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>