【发布时间】:2014-03-31 12:25:27
【问题描述】:
我托管了 silverlight 应用程序 iis,可以通过多种方式访问它..
当我使用服务器 IP 地址的限定名称访问时,它工作正常: http://[QUALIFIEDNAME]/WebUAT/App.aspx
当我使用如下 IP 地址访问时: http://[IPADDRESS]/WebUAT/App.aspx
它在下面给出错误:
[Async_ExceptionOccurred]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20913.00&File=System.dll&Key=Async_ExceptionOccurred StackTrace : at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
【问题讨论】:
标签: wcf silverlight security iis