打开新的Web应用程序时出错 [英] Error While opening a new web application

查看:75
本文介绍了打开新的Web应用程序时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在打开新的asp.net Web应用程序时出现错误

"Visual Studio .Net已检测到指定的Web服务器未运行asp.net 1.1版.您将无法运行Asp.net Web应用程序或服务"

当我在vs2003中打开新的Web应用程序时会发生这种情况

While opening a new asp.net web application i am getting a error

"Visual Studio .Net has detected that the specified web server is not running asp.net version 1.1. You will be unable to run Asp.net web applcations or services"

This is occurs when i opening a new web application in vs2003

What it means and how to solve it.

推荐答案

如果这是一个部署问题,并且相关的Web应用程序托管在iis 6.0+上,请检查.net框架.您的应用程序池在其下运行的运行时版本...应与您使用它开发的Web应用程序的版本相同...
If this is a deployment issue and the concerned web application is hosted on iis 6.0+, then check the .net framework runtime version your app pool is running under...it should be the same as the version you''ve developed your web app with...


我认为asp.net 1.1需要IIS要安装在系统中并且应该正在运行.

检查IIS是否在系统中正确运行.另外,您可以尝试在wwroot目录中创建新项目(我想由VStudio自动完成)
I think asp.net 1.1 needs IIS to be installed in the system and should be running.

Check out if IIS is properly running in the system. Also, you might try creating the new project(which i guess automatically done by VStudio) in wwroot directory


检查框架的版本:

.Net 1.1:C:\ Windows \ Microsoft.NET \ Framework \ v1.1.4322 \ aspnet_regiis.exe -i

.Net 2.0:C:\ Windows \ Microsoft.NET \ Framework \ v2.0.50727 \ aspnet_regiis.exe-

并确保已安装iis.
Check the version of framework :

.Net 1.1: C:\Windows\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

.Net 2.0: C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -

and make sure that iis is installed .


这篇关于打开新的Web应用程序时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆