Asp.net没有运行错误。我很难过。 [英] Asp.net not running error. I'm stumped.

查看:68
本文介绍了Asp.net没有运行错误。我很难过。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是漫长的一天。我已经升级到XP专业版,安装了IIS,安装了

ASP.net 1.1,安装了VisualBasic.net 2003以及所有的无数补丁

并修复了所有内容。


但我仍然无法让它工作。


当我在Visual Studio中创建一个新项目时,我得到了这个错误:


---------------------------

Microsoft开发环境

---------------------------

Visual Studio .NET检测到指定的Web服务器未运行

ASP.NET 1.1版。您将无法运行ASP.NET Web应用程序或

服务。

-------------------- -------

OK Help

------------------------- -


我点击确定没什么。我可以通过

localhost在我的默认WWWROOT中运行任何文件,除了默认的ASP页面,它要求一个

用户名/密码。我假设我在某处有权限问题...但我不是

肯定在哪里......


-Darrel

解决方案

请参阅

aspnet_regiis.exe


A

"达雷尔" <无***** @ nospam.com>在留言中写道

新闻:%2 **************** @ TK2MSFTNGP09.phx.gbl ...

它'过了漫长的一天。我已升级到XP专业版,安装了IIS,安装了ASP.net 1.1,安装了VisualBasic.net 2003以及所有无用的补丁
并修复了所有内容。

但是我仍然无法让它工作。

当我在Visual Studio中创建一个新项目时,我收到了这个错误:

----- ----------------------
微软开发环境
----------------- ----------
Visual Studio .NET检测到指定的Web服务器不是运行ASP.NET 1.1版的
。您将无法运行ASP.NET Web应用程序或
服务。
--------------------------- <确定帮助
---------------------------

我点击确定没什么。我可以通过
localhost在我的默认WWWROOT中运行任何文件,除了默认的ASP页面,它要求
用户名/密码。我假设我在某处有权限问题...但我不知道在哪里... b / b
-Darrel



你需要运行


C:\<< WINDIR>> \ Mesrosoft.NET \ Framework \ V1.1 。<< somet hing>> \ aspnet_regiis -r


然后


regsvr32

C:\<<< WINDIR>> \ Microsrosoft.NET \ Framework \V1.1。<< somet hing>> \ aspnet_isapi.dll


那应该让你的网络服务器升级到框架1.1

- Sahil Malik

你可以通过我的博客联系我 -
http://www.dotnetjunkies.com/weblog/sahilmalik

darrel <无***** @ nospam.com>在留言中写道

新闻:%2 **************** @ TK2MSFTNGP09.phx.gbl ...

它'过了漫长的一天。我已升级到XP专业版,安装了IIS,安装了ASP.net 1.1,安装了VisualBasic.net 2003以及所有无用的补丁
并修复了所有内容。

但是我仍然无法让它工作。

当我在Visual Studio中创建一个新项目时,我收到了这个错误:

----- ----------------------
微软开发环境
----------------- ----------
Visual Studio .NET检测到指定的Web服务器没有运行ASP.NET 1.1版。您将无法运行ASP.NET Web
应用程序或服务。
--------------------------- <确定帮助
---------------------------

我点击确定没什么。我可以通过
localhost在我的默认WWWROOT中运行任何文件,除了默认的ASP页面,它要求
用户名/密码。我假设我在某处有权限问题...但我不知道在哪里......

-Darrel



> C:\<<< WINDIR>> \ Mycoftoft.NET \ Framework \V1.1。<< somet hing>> \ aspnet_regiis -r


然后

regsvr32
C:\<<< WINDIR>> \ Microsrosoft.NET \Framework\V1.1。<< somet hing> > \ aspnet_isapi.dll




好​​吧,好吧,我得到了第一个运行的。第二个只是给我''你

试图打开一个dll类型的文件......''我该怎么打开它?


我重新启动了VS.net,并尝试制作一个新项目,现在出现了这个错误:


------------------- --------

微软开发环境

----------------------- ----

Web服务器在尝试创建时报告了以下错误或

打开位于以下URL的Web项目:

'的' http://本地主机/ Lottsa ''。 ''HTTP / 1.1 500服务器错误''。

---------------------------

OK Help

---------------------------


这不是太有帮助。


-Darrel


It''s been a long day. I''ve upgraded to XP Pro, installed IIS, installed
ASP.net 1.1, installed VisualBasic.net 2003 and all of the umpteen patches
and fixes for everything.

But I still can''t get it to work.

When I go to make a new project in Visual Studio, I get this error:

---------------------------
Microsoft Development Environment
---------------------------
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 applications or
services.
---------------------------
OK Help
---------------------------

I hit OK and nothing. I can run any file in my default WWWROOT via
localhost, EXCEPT the default ASP pages, where it''s asking for a
username/pwd. I assume I have a permissions problem somewhere...but I''m not
sure where...

-Darrel

解决方案

See
aspnet_regiis.exe

A
"darrel" <no*****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...

It''s been a long day. I''ve upgraded to XP Pro, installed IIS, installed
ASP.net 1.1, installed VisualBasic.net 2003 and all of the umpteen patches
and fixes for everything.

But I still can''t get it to work.

When I go to make a new project in Visual Studio, I get this error:

---------------------------
Microsoft Development Environment
---------------------------
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 applications or
services.
---------------------------
OK Help
---------------------------

I hit OK and nothing. I can run any file in my default WWWROOT via
localhost, EXCEPT the default ASP pages, where it''s asking for a
username/pwd. I assume I have a permissions problem somewhere...but I''m not sure where...

-Darrel



You need to run

C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_regiis -r

and then

regsvr32
C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_isapi.dll

That should get your webserver upgraded to framework 1.1

- Sahil Malik
You can reach me thru my blog -
http://www.dotnetjunkies.com/weblog/sahilmalik
"darrel" <no*****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...

It''s been a long day. I''ve upgraded to XP Pro, installed IIS, installed
ASP.net 1.1, installed VisualBasic.net 2003 and all of the umpteen patches
and fixes for everything.

But I still can''t get it to work.

When I go to make a new project in Visual Studio, I get this error:

---------------------------
Microsoft Development Environment
---------------------------
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
applications or services.
---------------------------
OK Help
---------------------------

I hit OK and nothing. I can run any file in my default WWWROOT via
localhost, EXCEPT the default ASP pages, where it''s asking for a
username/pwd. I assume I have a permissions problem somewhere...but I''m
not sure where...

-Darrel



> C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_regiis -r


and then

regsvr32
C:\<<WINDIR>>\Microsoft.NET\Framework\V1.1.<<somet hing>>\aspnet_isapi.dll



OK, well, I got the first one to run. The second one just give me the ''you
are attempting to open a file of type dll...'' what should I open that with?

I relaunched VS.net and tried to make a new project and now get this error:

---------------------------
Microsoft Development Environment
---------------------------
The Web server reported the following error when attempting to create or
open the Web project located at the following URL:
''http://localhost/Lottsa''. ''HTTP/1.1 500 Server Error''.
---------------------------
OK Help
---------------------------

which isn''t too helpful.

-Darrel


这篇关于Asp.net没有运行错误。我很难过。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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