 |
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1).
** Please don't post code questions here **
For issues specific to a particular language in .NET, please see the other forum categories. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the VS.NET 2002/2003 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

March 20th, 2004, 06:05 PM
|
Registered User
|
|
Join Date: Mar 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
[?] Deploying in different path without the Inetp
[I have been waiting for some reply from asp.net forum, but i havent got any reply from anyone, hope i will get some from Wrox this time]
How can I deploy my ASP.NET Application, using âWeb Setup Projectâ in Visual Studio .NET to different path, like E:\webs\myapp and itâll also create the virtual directory with using the files from that path. I just donât want to put my files into C:\Inetpub\wwwroot. Because when I create a setup, I donât know how can I check the option where I can mention the target path for a new virtual directory.
I need a solution, which I can install the web application into different path, and itâll create the virtual directory from that path without accessing the Inetpub\wwwroot
Guyz, I am begging for a solution ASAP
|

March 20th, 2004, 09:16 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
From what I've seen, you always have to install a web project in the IIS root. You can change the IIS root however to another folder, but from what I've seen, I don't think this is what you want to do?
|

March 21st, 2004, 08:22 PM
|
 |
Friend of Wrox
|
|
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
You can put a web application anywhere you wish, assuming that the directory has the right file access permissions for the user that IIS is running as (the ASP.NET worker process usually runs as IUSR_<machinename>). All you need to do is set up a website or virtual application that points to the directory that contains the web application pages.
Unfortunately, I have not used the Web Setup Project in VS so I can't help you with how that must be set up.
Peter
------------------------------------------------------
Work smarter, not harder.
|

March 23rd, 2004, 01:07 PM
|
Registered User
|
|
Join Date: Mar 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Ok!! guyz, can you come to this decision, that using âWeb Setup Projectâ from visual studio.NET, and we canât install the file anywhere without the IIS root directory??
|

March 23rd, 2004, 01:38 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 440
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Sorry, I misunderstod!
Jacob.
|

March 23rd, 2004, 04:59 PM
|
Registered User
|
|
Join Date: Mar 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
So give me a solution if you think its possible! that will be really appriciated!
THanks
Quote:
quote:Originally posted by jacob
Sorry, I misunderstod!
Jacob.
|
|

September 3rd, 2004, 09:27 AM
|
Authorized User
|
|
Join Date: Feb 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
hi TawhidZaman
are you find the solution for your problem?
I have the same problem and I seeking for solution too.
|
|
 |