472,328 Members | 1,711 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,328 software developers and data experts.

Multiple Websites on Windows 2003 Server using Visual Studio.Net 2003

Is it possible to create a new Web Application Project using Visual
Studio.Net 2003 on Windows 2003 Server but no in the Default Web Site.

1. I have created a new Web Site in IIS called WebSite2 and setting WebSite2
as the host header name.
2. I can browse to this web site using IE http://WebSite2 buy placing a an
entry in my host file, 127.0.0.1 WebSite2.
3. I want to Create a new ASP.NET Web Application using Visual Studio.Net
2003 at this Location http://WebSite2/WebApplication1.

Is this possible because i cannot get this to work.
I get an error:

Unable to create Web project WebApplication1. The UNC path
\\WebSite2\wwwroot$\WebApplication1 does not exist or you do not have
access.

I know that the Default Web Site has a share called wwwroot$ that Visual
Studio.Net 2003, does this mean that as this share can only be defined once
that you can not do what i am trying to do.

Any help will be much appreciated
Nov 17 '05 #1
3 2172
Share the folder "Webapplication1" and then try to create the project.

Shaji.
www.DotNetMe.com

"Kieran Kelly" <km*****@nospam.com> wrote in message
news:#P**************@TK2MSFTNGP11.phx.gbl...
Is it possible to create a new Web Application Project using Visual
Studio.Net 2003 on Windows 2003 Server but no in the Default Web Site.

1. I have created a new Web Site in IIS called WebSite2 and setting WebSite2 as the host header name.
2. I can browse to this web site using IE http://WebSite2 buy placing a an
entry in my host file, 127.0.0.1 WebSite2.
3. I want to Create a new ASP.NET Web Application using Visual Studio.Net
2003 at this Location http://WebSite2/WebApplication1.

Is this possible because i cannot get this to work.
I get an error:

Unable to create Web project WebApplication1. The UNC path
\\WebSite2\wwwroot$\WebApplication1 does not exist or you do not have
access.

I know that the Default Web Site has a share called wwwroot$ that Visual
Studio.Net 2003, does this mean that as this share can only be defined once that you can not do what i am trying to do.

Any help will be much appreciated

Nov 17 '05 #2
Still the same problem.
Share the folder "Webapplication1" and then try to create the project.

Shaji.
www.DotNetMe.com

"Kieran Kelly" <km*****@nospam.com> wrote in message
news:#P**************@TK2MSFTNGP11.phx.gbl...
Is it possible to create a new Web Application Project using Visual
Studio.Net 2003 on Windows 2003 Server but no in the Default Web Site.

1. I have created a new Web Site in IIS called WebSite2 and setting

WebSite2
as the host header name.
2. I can browse to this web site using IE http://WebSite2 buy placing a an entry in my host file, 127.0.0.1 WebSite2.
3. I want to Create a new ASP.NET Web Application using Visual Studio.Net 2003 at this Location http://WebSite2/WebApplication1.

Is this possible because i cannot get this to work.
I get an error:

Unable to create Web project WebApplication1. The UNC path
\\WebSite2\wwwroot$\WebApplication1 does not exist or you do not have
access.

I know that the Default Web Site has a share called wwwroot$ that Visual
Studio.Net 2003, does this mean that as this share can only be defined

once
that you can not do what i am trying to do.

Any help will be much appreciated


Nov 17 '05 #3
By default visual studio will attempt to create the virtual folder under
"default web site", wich is usally pointed to "inetpub\wwwroot". This is
what is happening in your case also. But I usally do a work around to
create the web project in seperate location other than wwwroot, which is
like this..

First create a folder "WebApplication1" in a convinient location and
configure it as a virtual folder in IIS( under default web site OR under a
diifferent website), share this folder and then try to create the project
from visual studio.

Regards,
Shaji.
www.DotNetMe.com
"Kieran Kelly" <km*****@nospam.com> wrote in message
news:es**************@tk2msftngp13.phx.gbl...
Still the same problem.
Share the folder "Webapplication1" and then try to create the project.

Shaji.
www.DotNetMe.com

"Kieran Kelly" <km*****@nospam.com> wrote in message
news:#P**************@TK2MSFTNGP11.phx.gbl...
Is it possible to create a new Web Application Project using Visual
Studio.Net 2003 on Windows 2003 Server but no in the Default Web Site.

1. I have created a new Web Site in IIS called WebSite2 and setting WebSite2
as the host header name.
2. I can browse to this web site using IE http://WebSite2 buy placing a an
entry in my host file, 127.0.0.1 WebSite2.
3. I want to Create a new ASP.NET Web Application using Visual Studio.Net 2003 at this Location http://WebSite2/WebApplication1.

Is this possible because i cannot get this to work.
I get an error:

Unable to create Web project WebApplication1. The UNC path
\\WebSite2\wwwroot$\WebApplication1 does not exist or you do not have
access.

I know that the Default Web Site has a share called wwwroot$ that

Visual Studio.Net 2003, does this mean that as this share can only be defined

once
that you can not do what i am trying to do.

Any help will be much appreciated



Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: sztonix | last post by:
Hi all, I encountered a crystal report deployment problem. I make reports with Crystal Report for Visual Studio .NET 2003. It works fine in...
3
by: Kieran Kelly | last post by:
Is it possible to create a new Web Application Project using Visual Studio.Net 2003 on Windows 2003 Server but no in the Default Web Site. 1. I...
2
by: Marcus | last post by:
I have seen many posts of people with the same problem as me (attached below), but I have yet to see any solutions posted. Has anyone figured out...
9
by: Graham | last post by:
I have been having some fun learning and using the new Controls and methods in .Net 2.0 which will make my life in the future easier and faster....
0
by: CESAR DE LA TORRE [MVP] | last post by:
I am using WSE 3.0 with Visual Studio 2005, specifically I'm using Kerberos authentication and passing Kerberos ticket from Presentation Tier...
3
by: dean4if | last post by:
I have 4 Windows 2000 Servers. I have installed the DotNet Framework 2.0 on all 4 servers. Three of these servers show a tab for ASP.NET in the...
6
by: ulillillia | last post by:
I've been following the tutorial here to learn Windows programming (along with the help file from the Windows Platform SDK): ...
3
by: teddarr | last post by:
I have a Windows Server 2003. I am trying to run multiple websites on the server. I have 3 different websites I'd like to run. Currently the...
0
by: teddarr | last post by:
I have a Windows Server 2003. I am trying to run multiple websites on the server. I am using host headers to run the websites on only one ip...
0
by: tammygombez | last post by:
Hey fellow JavaFX developers, I'm currently working on a project that involves using a ComboBox in JavaFX, and I've run into a bit of an issue....
0
by: tammygombez | last post by:
Hey everyone! I've been researching gaming laptops lately, and I must say, they can get pretty expensive. However, I've come across some great...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
better678
by: better678 | last post by:
Question: Discuss your understanding of the Java platform. Is the statement "Java is interpreted" correct? Answer: Java is an object-oriented...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This only shows up in access runtime. When a user select a report from my report menu when they close the report they get a menu I've called Add-ins...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
1
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.