473,383 Members | 1,733 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 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 2279
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 the development machine. And then make setup...
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 have created a new Web Site in IIS called WebSite2...
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 how to deploy an Asp.net web site to the webserver...
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. Specifically the new databinding practises and...
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 (VSTO.2005 client) to Server Tier through our Web...
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 IIS MMC and are running Visual Studio 2003. ...
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): http://www.cprogramming.com/tutorial/opengl_windows_programming.html ...
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 default website is working but no others. All...
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 address. Before anyone says this is an iis issue and...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.