<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.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 &amp; Silverlight Development Tools</title><link>http://forums.silverlight.net/forums/18.aspx</link><description>Discussions around using Visual Studio and other development tools to create Silverlight applications</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Visual Studio default web server issue</title><link>http://forums.silverlight.net/forums/thread/72881.aspx</link><pubDate>Sun, 20 Jul 2008 16:55:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:72881</guid><dc:creator>MrCyprom</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/72881.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=72881</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I simply set a specific&amp;nbsp;starting URL in Visual Studio Web application properties (&lt;a href="http://127.0.0.1/"&gt;http://127.0.0.1/&lt;/a&gt;...) to fix my problem.&lt;/p&gt;
&lt;p&gt;Thank you for all your help.&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;</description></item><item><title>Re: Visual Studio default web server issue</title><link>http://forums.silverlight.net/forums/thread/72281.aspx</link><pubDate>Thu, 17 Jul 2008 20:14:26 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:72281</guid><dc:creator>sladapter</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/72281.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=72281</wfw:commentRss><description>&lt;p&gt;You can choose to use local IIS Server when you develop. Right Click your Web project goto the Properties page. Select Web Tab. On that Tab, on the Servers section select use IIS server instead of User Visual Studio Dev Server.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Visual Studio default web server issue</title><link>http://forums.silverlight.net/forums/thread/72197.aspx</link><pubDate>Thu, 17 Jul 2008 15:12:28 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:72197</guid><dc:creator>SteveWong</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/72197.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=72197</wfw:commentRss><description>&lt;p&gt;This is the only way I know: (I know it wont be a good method but it works) &lt;br /&gt;&lt;/p&gt;&lt;p&gt;If you want to test your project, you can disconnect your NetworkCable or disable the network card. Then you can successfully do the trick.&lt;/p&gt;&lt;p&gt;By the way, I did something different is to create the website on IIS directly in VS following the steps:&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;
&lt;div&gt;You should have an IIS.&lt;/div&gt;
&lt;/li&gt;&lt;li&gt;
&lt;div&gt;Open VS and Click &lt;strong&gt;File-&amp;gt;New-&amp;gt;WebSite&lt;/strong&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li&gt;
&lt;div&gt;Then, choose &lt;strong&gt;HTTP to be your location&lt;/strong&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li&gt;
&lt;div&gt;enter &lt;b&gt;&lt;font color="#3399ff"&gt;http://localhost/MyWeb/&lt;/font&gt; &lt;/b&gt;next to browse&lt;/div&gt;
&lt;/li&gt;&lt;li&gt;
&lt;div&gt;Choose &lt;strong&gt;ASP.Net WebSite&lt;/strong&gt; and then press &lt;strong&gt;OK &lt;/strong&gt;&lt;/div&gt;
&lt;/li&gt;&lt;li&gt;
&lt;div&gt;On the solution explorer, right click on the &lt;strong&gt;Solution&amp;#39;xxx&amp;#39;(1project)&lt;/strong&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;add a existing &lt;strong&gt;Silverlight&amp;nbsp;project &lt;/strong&gt;or add a new Silverlight&amp;nbsp;project&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;div&gt;&lt;strong&gt;Link&lt;/strong&gt; the Silverlight project onto the MyWeb&lt;/div&gt;
&lt;/li&gt;&lt;li&gt;

Try to press F5 on your project&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;</description></item><item><title>Re: Visual Studio default web server issue</title><link>http://forums.silverlight.net/forums/thread/72038.aspx</link><pubDate>Thu, 17 Jul 2008 05:27:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:72038</guid><dc:creator>MrCyprom</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/72038.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=72038</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You are right, when I execute the application the url is &lt;a href="http://localhost:4151/"&gt;http://localhost:4151/&lt;/a&gt;... and it does not work. When I change manually to &lt;a href="http://127.0.0.1:4151/"&gt;http://127.0.0.1:4151/&lt;/a&gt;... it works. Can I configure the cassini to be able to execute my application with the second url ?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description></item><item><title>Re: Visual Studio default web server issue</title><link>http://forums.silverlight.net/forums/thread/71986.aspx</link><pubDate>Thu, 17 Jul 2008 01:29:52 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:71986</guid><dc:creator>SteveWong</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/71986.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=71986</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;What is the URL there in IE?&lt;/p&gt;&lt;p&gt;I think that should be the differences between &lt;b&gt;localhost &lt;/b&gt;and &lt;b&gt;127.0.0.1 &lt;/b&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Visual Studio default web server issue</title><link>http://forums.silverlight.net/forums/thread/71946.aspx</link><pubDate>Wed, 16 Jul 2008 21:07:29 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:71946</guid><dc:creator>MrCyprom</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/71946.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=18&amp;PostID=71946</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;my problem is strange. When I try to launch SL applications with the&amp;nbsp;default Visual Studio WebServer, my browser (IE) can&amp;#39;t display it.&lt;/p&gt;
&lt;p&gt;But when I deploy this same application on IIS 7, it works fine. So I think I forgot something in the default web server configuration.&lt;/p&gt;
&lt;p&gt;Has someboby met this problem ?&lt;/p&gt;
&lt;p&gt;Regards.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;PS : I am under Vista.&lt;/p&gt;</description></item></channel></rss>