简体   繁体   English

asp.net MVC 4 0x80070005 - Javascript运行时错误:访问被拒绝

[英]asp.net MVC 4 0x80070005 - Javascript runtime error: access denied

I'm having problems with regards starting up a ASP.NET MVC 4. An internet application. 关于启动ASP.NET MVC 4我遇到了问题。一个互联网应用程序。 Once I start the app, image below will display so as I clicked Continue I will proceed and display the page as it is but as I navigate through the page, error still pops up. 一旦我启动应用程序,下面的图像将显示,所以当我点击继续我将继续并显示页面,但当我浏览页面时,错误仍然会弹出。 How can I fix this problem? 我该如何解决这个问题? Any idea? 任何的想法?

I'm running windows 8. Using Microsoft Visual Studio 2013. Hope you can help me out with this. 我正在运行Windows 8.使用Microsoft Visual Studio 2013.希望你能帮我解决这个问题。 I really want to learn how to do things in ASP.NET. 我真的想学习如何在ASP.NET中做事。 I'm new to this one anyway. 无论如何,我是这个人的新手。 Thanks. 谢谢。

错误

脚本

And above is shown the scripts that the IDE generated for me. 上面显示了IDE为我生成的脚本。 As for my Internet Explorer security settings.. Internet is medium-high, Local Intranet is Medium-low, Trusted Sites is Medium and Restricted Sites is High 至于我的Internet Explorer安全设置.. Internet是中高,本地Intranet是中低,可信站点是中等,受限制的站点是高

Are you using locaStorage or sessionStorage ? 您使用的是locaStorage还是sessionStorage If yes that might be the reason for that. 如果是,那可能是原因。 If you are using them, then try to use it in InPrivate browsing in IE, it will work. 如果您正在使用它们,那么尝试在IE中的InPrivate浏览中使用它,它将起作用。 Or Go to InternetOptions -> Security and uncheck EnableProtectedMode and then try to run. 或者转到InternetOptions -> Securityuncheck EnableProtectedMode ,然后尝试运行。

UPDATE : 更新

Uncheck EnableProtectedMode for " Local Intranet " if it is in intranet. 如果它位于Intranet中,请取消选中“ Local Intranet ”的EnableProtectedMode。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 拒绝访问HRESULT:0x80070005 - Access is denied HRESULT: 0x80070005 ASP.net无法加载DLL'Magick.NET-Q16-x64.Native.dll':访问被拒绝。 (来自HRESULT的异常:0x80070005(E_ACCESSDENIED)) - ASP.net Unable to load DLL 'Magick.NET-Q16-x64.Native.dll': Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) C#2005 COM和.NET访问被拒绝0x80070005 E_ACCESSDENIED - C# 2005 COM and .NET Access Denied 0x80070005 E_ACCESSDENIED 错误:将应用程序部署到设备失败。 错误0x80070005:访问被拒绝 - Error: Deployment of application to device failed. Error 0x80070005: Access is denied 在SetInputToDefaultAudioDevice()上访问被拒绝的HRESULT:0x80070005(E_ACCESSDENIED); - Access Denied HRESULT: 0x80070005 (E_ACCESSDENIED)) on SetInputToDefaultAudioDevice(); 由于以下错误,为具有 CLSID 的组件检索 COM class 工厂失败:80070005 访问被拒绝。 (0x80070005 (E_ACCESSDENIED)) - Retrieving the COM class factory for component with CLSID failed due to the following error: 80070005 Access is denied. (0x80070005 (E_ACCESSDENIED)) Checkbox1.GetAttribute(“ checked”)发生错误:访问被拒绝。 (来自HRESULT的异常:0x80070005(E_ACCESSDENIED)); - Checkbox1.GetAttribute(“checked”) occur an Error: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)); 无法删除Windows Store应用程序中的文件-访问被拒绝。 (HRESULT:0x80070005(E_ACCESSDENIED)) - Cant delete a file in Windows Store Application - Access is denied. (HRESULT: 0x80070005 (E_ACCESSDENIED)) 访问被拒绝。 (来自 HRESULT 的异常:0x80070005 (E_ACCESSDENIED))删除活动目录帐户 - Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) deleting active directory account 在 WPF 中创建 Windows.UI.Composition.Compositor 的实例会抛出 0x80070005 访问被拒绝 - Creating an instance of Windows.UI.Composition.Compositor in WPF throws 0x80070005 Access is denied
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM