Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Multiple Websites on Windows 2003 Server using Visual Studio.Net 2003

Reply
Thread Tools

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

 
 
Kieran Kelly
Guest
Posts: n/a
 
      09-27-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


 
Reply With Quote
 
 
 
 
Shaji
Guest
Posts: n/a
 
      09-28-2003
Share the folder "Webapplication1" and then try to create the project.

Shaji.
www.DotNetMe.com

"Kieran Kelly" <> wrote in message
news:#...
> 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
>
>



 
Reply With Quote
 
 
 
 
Kieran Kelly
Guest
Posts: n/a
 
      09-29-2003
Still the same problem.

> Share the folder "Webapplication1" and then try to create the project.
>
> Shaji.
> www.DotNetMe.com
>
> "Kieran Kelly" <> wrote in message
> news:#...
> > 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
> >
> >

>
>



 
Reply With Quote
 
Shaji
Guest
Posts: n/a
 
      09-29-2003
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" <> wrote in message
news:...
> Still the same problem.
>
> > Share the folder "Webapplication1" and then try to create the project.
> >
> > Shaji.
> > www.DotNetMe.com
> >
> > "Kieran Kelly" <> wrote in message
> > news:#...
> > > 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
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Detecting timeout with multiple websites on the same IIS server Rob ASP .Net 1 10-09-2007 11:55 PM
How can I install Visual Studio 2003 on Windows 2003 Server 64 bit edition? Ertugrul Uysal Windows 64bit 3 10-19-2005 05:31 AM
Visual Basic .NET 2003 vs. Visual Studio .NET 2003 TJ MCAD 1 09-23-2005 07:13 PM
Windows 2003 Server or Exchange Server 2003 first????? Ozzie MCSA 1 11-30-2004 01:10 AM
Deploy web application to multiple websites on same server. Mark Starkman ASP .Net 1 03-02-2004 10:00 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57