Subject: Re: Working with VS.NET 2003 Question
Date: Wed, 19 Nov 2003 14:50:14 -0500
Lines: 132
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <
[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.marketrend.com 204.50.147.226
Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP11.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191364
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
No, it doesn't work.
I have machine named "webserver", I created a virtual site called "Test" at
address
http://webserver:500/, phyicical file is at e:\test of webserver, I
shared e drive of that machine.
Now I use my VS.NET 2003 to create web application,
http://webserver:500/Test , IF I REMOVE TEST IN LAST PART, THE OK BUTTON IS
EVEN GRAYED. Now I get error from VS.NET:
Unabled to create Web Project "Test". The file path "\\webserver\e\Test"
does not response to the Url
http://webserver:500/Test. The two need to map
to the same location. HTTP error 404: Object not found.
\\webserver\e\Test could be accessed from my explorer, the folder does exist
there. I copied a manully created ASPX file to that folder, I can visit
http://webserver:500/2.aspx without any problem.
--
WWW:
http://hardywang.1accesshost.com
ICQ: 3359839
yours Hardy
Jim Cheshire said:
Hardy,
If you create the application at
http://server:##, it won't create a
virtual directory.
Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)
This post is provided as-is with no warranties and confers no rights.
--------------------
From: "Hardy Wang" <
[email protected]>
References: <
[email protected]>
Subject: Re: Working with VS.NET 2003 Question
Date: Wed, 19 Nov 2003 11:56:55 -0500
Lines: 66
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <
[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.marketrend.com 204.50.147.226
Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP0 8
phx.gbl!TK2MSFTNGP12.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191289
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
Thanks!
How about not to create a virtual directory?
--
WWW:
http://hardywang.1accesshost.com
ICQ: 3359839
yours Hardy
Hardy,
Just create the new Web application at a URL that points to the correct
location. For example:
http://rootsite:8080
Jim Cheshire, MCSE, MCSD [MSFT]
Developer Support
ASP.NET
(e-mail address removed)
This post is provided as-is with no warranties and confers no rights.
--------------------
From: "Hardy Wang" <
[email protected]>
Subject: Working with VS.NET 2003 Question
Date: Wed, 19 Nov 2003 10:22:01 -0500
Lines: 16
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <
[email protected]>
Newsgroups: microsoft.public.dotnet.framework.aspnet
NNTP-Posting-Host: mail.marketrend.com 204.50.147.226
Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA05.phx.gbl!TK2MSFTNGP 0
8
phx.gbl!TK2MSFTNGP10.phx.gbl
Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.aspnet:191241
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
Hi:
Is it possible for me to create/open web application from remote
machine
other than port 80? And create application directly under virtual web
site
instead of creating a virtual directory?
Because there is a developing server in our company running IIS with
multiple web sites, each one has its own port number. In real scenario,
no
applications will run under virtual directory, but directly under a site.
Thanks!