我正在尝试使用iframe在我当前的网站上显示另一个网站。
以下是我正在使用的代码。
<iframe width="1016px" height="900" src="https://apps1.webconnectqs1.com/login.aspx?id=53" frameborder="0" scrolling="no"></iframe>
渲染得很好。并要求登录。当我在任何版本的IE上的页面加载iframe中输入我的凭据时,它给了我一个例外。
以下是堆栈跟踪的异常详细信息。
[HttpException (0x80004005): Pharmacy Not Found]
Global.Session_Start(Object sender, EventArgs e) +2325
System.Web.SessionState.SessionStateModule.RaiseOnStart(EventArgs e) +8807124
System.Web.SessionState.SessionStateModule.CompleteAcquireState() +237
System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +504
System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +66
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
我不确定它有什么问题如果我尝试直接在IE中加载https://apps1.webconnectqs1.com/login.aspx?id=53
它可以正常工作并直接尝试后。同样的页面也适用于我的网站。
它也适用于所有其他浏览器。
任何人都可以提供帮助
谢谢, Samee