本文介绍了IIS7上的.NET1.1网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚刚在开发系统上安装了Windows 7(IIS7.5).我试图在其上运行.NET1.1 Web应用程序.我已经注册了.NET1.1,它为ASP.NET1.1创建了一个应用程序池.我面临的问题是,当我尝试使用本地主机URL运行我的1.1网站时,它给我错误"w3wp.exe中发生未处理的win32异常,即时调试器在没有必要的安全权限的情况下启动了要调试此过程,必须以管理员身份运行即时调试器."

I have just installed windows 7 (IIS7.5) on my development system. I was trying to run my .NET1.1 web applications on it. I have registered .NET1.1, which created an application pool for ASP.NET1.1. The problem I am facing is, when I try to run my 1.1 website using localhost URL, it gives me error "An unhandled win32 exception occured in w3wp.exe, the just-in-time debugger was launched without necessary security permissions. To debug this process, the just-in-time debugger must be run as an Administrator."

进程详细信息,进程名称:w3wp.exe,用户名:IIS APPPOOL \ ASP.NET1.1 [Elevated]"

有人可以帮助我解决此错误吗?

Can someone help me resolving this error?

谢谢

推荐答案

我已经解决了该问题.以下URL给出了在IIS7上安装和启用.NET1.1的分步说明.在Windows7上,情况有点不同,但几乎相似.

I have resolved the problem. Following URL gives step by step instructions for installing and enabling the .NET1.1 on IIS7. Things are little bit different on windows7 but almost similar.

http://learn.iis.net/page.aspx/472/how-to-install-aspnet-11-with-iis7-on-vista-and-windows-2008/

主要部分是.NET Framework 1.1版Service Pack 1 然后安装 ASP. .NET Framework 1.1 SP1的NET安全更新

The main part is installation of .NET Framework Version 1.1 Service Pack 1and then installation of ASP.NET Security Update for .NET Framework 1.1 SP1

它解决了该线程问题中定义的我的问题.

It resolved my problem as defined in the question of this thread.

谢谢大家

这篇关于IIS7上的.NET1.1网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-10 19:25