打开新的Web应用程序时出错

编程入门 行业动态 更新时间:2024-10-28 10:26:28
本文介绍了打开新的Web应用程序时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

在打开新的asp Web应用程序时出现错误 "Visual Studio .Net已检测到指定的Web服务器未运行asp 1.1版.您将无法运行Asp Web应用程序或服务" 当我在vs2003中打开新的Web应用程序时会发生这种情况

While opening a new asp web application i am getting a error "Visual Studio .Net has detected that the specified web server is not running asp version 1.1. You will be unable to run Asp 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+上,请检查框架.您的应用程序池在其下运行的运行时版本...应与您使用它开发的Web应用程序的版本相同... If this is a deployment issue and the concerned web application is hosted on iis 6.0+, then check the 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 1.1需要IIS要安装在系统中并且应该正在运行. 检查IIS是否在系统中正确运行.另外,您可以尝试在wwroot目录中创建新项目(我想由VStudio自动完成) I think asp 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应用程序时出错

本文发布于:2023-11-27 04:57:09,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1636694.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   开新   Web

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!