For a SL project that runs well in debugging, I followed the procedure: 39169 - Deploy a Silverlight application to IIS 6.0 and 7.0, and copied the needed file to server's inetpub\wwwroot\. In IIS7, if I right-click the application to get the page as http://localhost/myApp/myApp.html, everything works file. However, after I change the localhost to the URL, the page displays well only in its stating stage. When I run the query, I got a plenty of errors like that
Locator service failed: System.Security.SecurityException ---> System.Security.SecurityException: security error
at System.Net.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncresult asyncResult)
at System.Net.BrowserHttpWebRequest ...
I realize that this application can't be Converted to Application in IIS Manager. When I tested the settings, I received the error: Invalid application path. How can this problem be solved? Thanks.