<?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 2008</title><link>http://forums.asp.net/1112.aspx</link><description>General discussions about Visual Studio 2008</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Visual Studio 2008 - When adding existing website from IIS7, it runs using file webserver, not IIS7</title><link>http://forums.asp.net/thread/2144524.aspx</link><pubDate>Thu, 31 Jan 2008 08:32:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2144524</guid><dc:creator>rjcox</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2144524.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2144524</wfw:commentRss><description>&lt;p&gt;In that case, it seems likely it is some local configuration item.&lt;/p&gt;&lt;p&gt;Delete everything and grab again from source control (depending on your VCS maybe you&amp;#39;ll need to force) and start again.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Visual Studio 2008 - When adding existing website from IIS7, it runs using file webserver, not IIS7</title><link>http://forums.asp.net/thread/2144078.aspx</link><pubDate>Thu, 31 Jan 2008 03:19:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2144078</guid><dc:creator>danman1977</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2144078.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2144078</wfw:commentRss><description>&lt;p&gt;Hi Mikahail,&lt;/p&gt;
&lt;p&gt;Yeah, I have tried that, but even if I add from IIS it still seems to come up in my solutions using the filesystem.&amp;nbsp; However if i create a new blank solution it adds correctly.&amp;nbsp; Other people in my team open up the solution and it uses IIS fine, just not me!&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;Dan&lt;/p&gt;</description></item><item><title>Re: Visual Studio 2008 - When adding existing website from IIS7, it runs using file webserver, not IIS7</title><link>http://forums.asp.net/thread/2141492.aspx</link><pubDate>Wed, 30 Jan 2008 06:11:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2141492</guid><dc:creator>Mikhail Arkhipov (MSFT)</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2141492.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2141492</wfw:commentRss><description>&lt;p&gt;After you set up IIS, try opening site as &lt;a href="http://localhost/"&gt;http://localhost&lt;/a&gt; instead of opening file system folder. Go to File | Open | Web Site and click IIS button at the left side of the dialog.&lt;/p&gt;</description></item><item><title>Re: Visual Studio 2008 - When adding existing website from IIS7, it runs using file webserver, not IIS7</title><link>http://forums.asp.net/thread/2141220.aspx</link><pubDate>Wed, 30 Jan 2008 03:16:17 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2141220</guid><dc:creator>danman1977</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2141220.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2141220</wfw:commentRss><description>&lt;p&gt;Hi Richard, Thanks for your reply.&lt;/p&gt;
&lt;p&gt;How are you getting into the project properties?&amp;nbsp; I am right clicking the web project and then selecting property pages but I am not seeing a web tab there?&lt;/p&gt;
&lt;p&gt;Cheers,Dan&lt;/p&gt;</description></item><item><title>Re: Visual Studio 2008 - When adding existing website from IIS7, it runs using file webserver, not IIS7</title><link>http://forums.asp.net/thread/2138961.aspx</link><pubDate>Tue, 29 Jan 2008 08:16:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2138961</guid><dc:creator>rjcox</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2138961.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2138961</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Go into project properties, and under the web tab there are options to select development web server or IIS for debugging.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Visual Studio 2008 - When adding existing website from IIS7, it runs using file webserver, not IIS7</title><link>http://forums.asp.net/thread/2138226.aspx</link><pubDate>Mon, 28 Jan 2008 23:38:02 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:2138226</guid><dc:creator>danman1977</dc:creator><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/2138226.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1112&amp;PostID=2138226</wfw:commentRss><description>&lt;p&gt;I am trying to get a website to run in my solution from IIS7 and not the file webserver.&amp;nbsp; I setup the website as an application in IIS7, then in my solution I then add and choose the website.&amp;nbsp; However when it is added to the solution, the default webserver is the built in file webserver and not IIS7 like I expect it to be?&lt;/p&gt;
&lt;p&gt;If I open the website by itself however, it opens and runs fine using IIS7.&lt;/p&gt;
&lt;p&gt;Any help appreciated!&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;</description></item></channel></rss>