由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - asp.net/IIS configuration problem
相关主题
菜鸟请问安装问题Configuration ErrorHelp please: Why IIS requirs username and password?
用ACT testing的问题Is this FTP operation possible?
Add Web Reference Questionsasp.net hosting configuration
question about .NET webserverIIS website configuration problem: why it still ask me for user name & password?
ASP.net一定要在IIS server上工作吗?how to use window authentication in the ASP.net? Thank you!
ASP web application 问题请教ASP.NET Cassini Sample Web Server
.NET 新手 请教两个弱问题超级菜鸟问题, 关于安装VS .Net
sql server reporting services 的publish问题.NET Framework 3.0 install error
相关话题的讨论汇总
话题: web话题: iis话题: project话题: create
进入DotNet版参与讨论
1 (共1页)
r****y
发帖数: 26819
1
I'm using a normal user account in win2003.
When I create new project by choosing File/New Project/ASP.Net Web Application
and click OK button, I receive 2 errors below:
1. "The Web was created successfully, but an error occured when trying to
configure the application root this Web. Web projects may not operate correctly
without an application root. The return error was:
A possible cause of this error is insufficient access rights to perform the
operation. You can manually configure root using
p*p
发帖数: 75
2

folder
IIS
It had to create the virtual dir in IIS manually. Normally we don't want to
put the source code in inetpub\wwwroot, so you need to create the virtual dir
first, then create the Web Project in VS.NET
user
Create a Application Pool in IIS, logging with your own user/pass. Assign the
Applicatin Pool to the ASP.NEt web application in IIS. this allows you to
debug it with non-adminiatrator account.
My best practice: forget about "Web Project" concept in VS.NET compleletly.
1. Use Cassini

【在 r****y 的大作中提到】
: I'm using a normal user account in win2003.
: When I create new project by choosing File/New Project/ASP.Net Web Application
: and click OK button, I receive 2 errors below:
: 1. "The Web was created successfully, but an error occured when trying to
: configure the application root this Web. Web projects may not operate correctly
: without an application root. The return error was:
: A possible cause of this error is insufficient access rights to perform the
: operation. You can manually configure root using

r****y
发帖数: 26819
3
Thanks for reply first.
The problem was caused by a series of changes to my win2003 system -- I just
could not make clear about it. I installed vs.net2005beta and restored system
security policy maybe...
I must say, I was able to login as a user and could automatically new an
asp.net project and let vs.net 2003 create the appl root for me. Of course
I did some setting on the user groups, folder permissions...
But now I could not, although I tried everything I know.
I googled and found someone fa

【在 p*p 的大作中提到】
:
: folder
: IIS
: It had to create the virtual dir in IIS manually. Normally we don't want to
: put the source code in inetpub\wwwroot, so you need to create the virtual dir
: first, then create the Web Project in VS.NET
: user
: Create a Application Pool in IIS, logging with your own user/pass. Assign the
: Applicatin Pool to the ASP.NEt web application in IIS. this allows you to
: debug it with non-adminiatrator account.

d*r
发帖数: 238
4
Yes, 2005 is going to mess up the asp.net of 2003. I had such experience
and after I uninstall 2005, everything turns good.

【在 r****y 的大作中提到】
: Thanks for reply first.
: The problem was caused by a series of changes to my win2003 system -- I just
: could not make clear about it. I installed vs.net2005beta and restored system
: security policy maybe...
: I must say, I was able to login as a user and could automatically new an
: asp.net project and let vs.net 2003 create the appl root for me. Of course
: I did some setting on the user groups, folder permissions...
: But now I could not, although I tried everything I know.
: I googled and found someone fa

r****y
发帖数: 26819
5
I'll try starting from a simpler and old question:
I'm using win2003 admin account, IIS started. I created a default.htm in
wwwroot, and type in IE: http://localhost/, default.htm can be browsed.
But the http://localhost/iisstart.htm cannot be browsed:
"Under Construction
The site you are trying to view does not currently have a default page. It
may be in the process of being upgraded and configured. "
I have registered ASP.NET and enabled all Web Service Extensions but no use.
Thanks!
BTW, I fo

【在 d*r 的大作中提到】
: Yes, 2005 is going to mess up the asp.net of 2003. I had such experience
: and after I uninstall 2005, everything turns good.

p*p
发帖数: 75
6
http://localhost/iisstart.htm is browsed: THe "Under Construction..." is
actually the content of the iisstart.html. :)

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html
just
system
course
ans.
2003server/IIS/ASP.NET
issue.
about

【在 r****y 的大作中提到】
: I'll try starting from a simpler and old question:
: I'm using win2003 admin account, IIS started. I created a default.htm in
: wwwroot, and type in IE: http://localhost/, default.htm can be browsed.
: But the http://localhost/iisstart.htm cannot be browsed:
: "Under Construction
: The site you are trying to view does not currently have a default page. It
: may be in the process of being upgraded and configured. "
: I have registered ASP.NET and enabled all Web Service Extensions but no use.
: Thanks!
: BTW, I fo

r****y
发帖数: 26819
7
ft!想起那个“打死我也不说”。
我记得IIS5的iisstart,给了一堆IIS启动安装成功的信息。怪我没仔细看source code。

【在 p*p 的大作中提到】
: http://localhost/iisstart.htm is browsed: THe "Under Construction..." is
: actually the content of the iisstart.html. :)
:
: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html
: just
: system
: course
: ans.
: 2003server/IIS/ASP.NET
: issue.

1 (共1页)
进入DotNet版参与讨论
相关主题
.NET Framework 3.0 install errorASP.net一定要在IIS server上工作吗?
访问MITBBS.com的问题ASP web application 问题请教
get_innerHTML需要什么样的permission?.NET 新手 请教两个弱问题
asp.net问题急问(初级)sql server reporting services 的publish问题
菜鸟请问安装问题Configuration ErrorHelp please: Why IIS requirs username and password?
用ACT testing的问题Is this FTP operation possible?
Add Web Reference Questionsasp.net hosting configuration
question about .NET webserverIIS website configuration problem: why it still ask me for user name & password?
相关话题的讨论汇总
话题: web话题: iis话题: project话题: create