Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Right Click the Silverlight.Web project in Visual Studio.<br> Select the publish option.<br> Enter your web site configuration in "Publish Web" window. </p> <p>If you are really new to IIS you can find a very basic setting to get started with in the "e.g." below the text boxes in the "Publish Web" window that opens up viz. "localhost" &amp; "Default Web Site/MyApp". Add the Silverlight mime type (application/x-silverlight-app) to your IIS config. How to? > <a href="http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/" rel="nofollow">http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/</a><br> <pre>http://localhost/MyApp/SilverlightApplicationTestPage.aspx</pre> should point you to your site.</p> <p>Response to your extended issue from comment,<br> Since you now see login page, further steps<br> var canYouSeeAnySLonIIS = Is your login page made in SL?<br> try<br> {<br> If (!canYouSeeAnySLonIIS)<br> {<br> probably you won't have IIS setup for Silverlight apps. Add the silverlight mime type to your IIS. How to > <a href="http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/" rel="nofollow">http://learn.iis.net/page.aspx/262/configuring-iis-for-silverlight-applications/</a><br> }<br> else<br> {<br> I don't have the specific solution to your problem but here since you can launch some SL from your IIS now, here is a tip that will help this and any other similar issue. You might want to try debugging the SL app inside IIS using VS. How?<br> Launch your login(SL) page in IE (for simplicity). In vS, Tools > Attach to Process > search for iexplore.exe, make sure you select the one where the type column indicates "Silverlight, x86", this is the SL plugin sandbox process. Attach. Voila!<br> A slight variation if you are using firefox, the process name will be plugin-container.exe<br> }<br> }<br> finally<br> {<br> Generic debugging tips > <a href="http://boxbinary.com/2010/04/debugging-silverlight-in-visual-studio-breakpoints-not-being-hit/" rel="nofollow">http://boxbinary.com/2010/04/debugging-silverlight-in-visual-studio-breakpoints-not-being-hit/</a><br> }</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload