Working with VS.NET 2003 Question

  • Thread starter Thread starter Hardy Wang
  • Start date Start date
H

Hardy Wang

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!
 
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.

--------------------
 
Thanks!
How about not to create a virtual directory?

--
WWW: http://hardywang.1accesshost.com
ICQ: 3359839
yours Hardy
Jim Cheshire said:
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!TK2MSFTNGP08
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!
 
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!TK2MSFTNGP08
..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
Jim Cheshire said:
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!TK2MSFTNGP0 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!
 
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!TK2MSFTNGP08
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
Jim Cheshire said:
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!TK2MSFTNGP0
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!
 
Hardy,

When you enter the path, make sure you don't put a trailing slash. That's
the only reason that the OK button would be disabled. I assure you it
works. I've done it a thousand times.

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]>
<[email protected]>
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!
 
Hi,

create the project/website http://webserver:500/Test
save your project, close it
move all the files from test dir to the top dir
"hack" the ***.csproj.webinfo and the ***.sln files, to point to the correct
(new) paths..
(delete the test application under your new website, the top is an
application in it self)
open your solution

;o)

Regards

Agge


Hardy Wang said:
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!TK2MSFTNGP08
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!TK2MSFTNGP0
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!
 
Cool!!!!!

It works!!!!

--
WWW: http://hardywang.1accesshost.com
ICQ: 3359839
yours Hardy
Jim Cheshire said:
Hardy,

When you enter the path, make sure you don't put a trailing slash. That's
the only reason that the OK button would be disabled. I assure you it
works. I've done it a thousand times.

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]>
<[email protected]>
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]>
<[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!
 
I'm glad I'm not crazy. :) Glad it's working, Hardy.

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]>
<[email protected]>
<[email protected]>
<O5yqV#[email protected]>
Subject: Re: Working with VS.NET 2003 Question
Date: Thu, 20 Nov 2003 15:00:16 -0500
Lines: 196
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!TK2MSFTNGP12.phx.gbl
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:191652
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

Cool!!!!!

It works!!!!

--
WWW: http://hardywang.1accesshost.com
ICQ: 3359839
yours Hardy
Jim Cheshire said:
Hardy,

When you enter the path, make sure you don't put a trailing slash. That's
the only reason that the OK button would be disabled. I assure you it
works. I've done it a thousand times.

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]>
<[email protected]>
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!TK2MSFTNGP0 8
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
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]>
<[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!TK2MSFTNGP 0
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!TK2MSFTNG
P
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!
 
Back
Top