473,395 Members | 1,974 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,395 software developers and data experts.

Multiple web applications

I have a Windows 2003 Server with two websites. One hosts a web service and
the other a web application. When my team checks out solutions to work with,
a problem arrises. Windows XP (the development machines) IIS can only have
one website. What's the best solution for this, should I disable certain
developers from checking out the web services solution, while disable the
others, say from checking out the web application, so that only one can
exist on a development machine at a time? Is there a better alternative?

Thank you,
Sammy
Nov 19 '05 #1
3 936
Sammy,

You can add more web sites on XP using adsutil.vbs.

cd\inetpub\AdminScripts cscript adsutil.vbs COPY W3SVC/1 W3SVC/2

nntp://news.microsoft.com/microsoft.public.dotnet.framework.aspnet/<O$*************@TK2MSFTNGP14.phx.gbl>

I have a Windows 2003 Server with two websites. One hosts a web service and
the other a web application. When my team checks out solutions to work with,
a problem arrises. Windows XP (the development machines) IIS can only have
one website. What's the best solution for this, should I disable certain
developers from checking out the web services solution, while disable the
others, say from checking out the web application, so that only one can
exist on a development machine at a time? Is there a better alternative?

Thank you,
Sammy


[microsoft.public.dotnet.framework.aspnet]
Nov 19 '05 #2
Sammy,

I'll try again:

You can add more web sites to XP, but only one can run at a time. To add a second web site on XP use the following commands:
cd\inetpub\AdminScripts cscript adsutil.vbs COPY W3SVC/1 W3SVC/2


This will copy the configuration from the first site to a second site. The site can be enabled/disabled in the IIS Manager.

Willie

nntp://news.microsoft.com/microsoft.public.dotnet.framework.aspnet/<uY*************@tk2msftngp13.phx.gbl>

Sammy,

You can add more web sites on XP using adsutil.vbs.

cd\inetpub\AdminScripts cscript adsutil.vbs COPY W3SVC/1 W3SVC/2

nntp://news.microsoft.com/microsoft.public.dotnet.framework.aspnet/<O$*************@TK2MSFTNGP14.phx.gbl>

I have a Windows 2003 Server with two websites. One hosts a web service and
the other a web application. When my team checks out solutions to work with,
a problem arrises. Windows XP (the development machines) IIS can only have
one website. What's the best solution for this, should I disable certain
developers from checking out the web services solution, while disable the
others, say from checking out the web application, so that only one can
exist on a development machine at a time? Is there a better alternative?

Thank you,
Sammy


[microsoft.public.dotnet.framework.aspnet]

[microsoft.public.dotnet.framework.aspnet]
Nov 19 '05 #3
Yes, but is this really the way it should be done?

"Willie Ferguson" <wi*************@gmail.com> wrote in message
news:Oh**************@TK2MSFTNGP10.phx.gbl...
Sammy,

I'll try again:

You can add more web sites to XP, but only one can run at a time. To add a
second web site on XP use the following commands:
cd\inetpub\AdminScripts

cscript adsutil.vbs COPY W3SVC/1 W3SVC/2


This will copy the configuration from the first site to a second site. The
site can be enabled/disabled in the IIS Manager.

Willie

nntp://news.microsoft.com/microsoft.public.dotnet.framework.aspnet/<uY*************@tk2msftngp13.phx.gbl>

Sammy,

You can add more web sites on XP using adsutil.vbs.

cd\inetpub\AdminScripts cscript adsutil.vbs COPY W3SVC/1 W3SVC/2

nntp://news.microsoft.com/microsoft.public.dotnet.framework.aspnet/<O$*************@TK2MSFTNGP14.phx.gbl>

I have a Windows 2003 Server with two websites. One hosts a web service
and
the other a web application. When my team checks out solutions to work
with,
a problem arrises. Windows XP (the development machines) IIS can only have
one website. What's the best solution for this, should I disable certain
developers from checking out the web services solution, while disable the
others, say from checking out the web application, so that only one can
exist on a development machine at a time? Is there a better alternative?

Thank you,
Sammy


[microsoft.public.dotnet.framework.aspnet]

[microsoft.public.dotnet.framework.aspnet]

Nov 19 '05 #4

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

Similar topics

0
by: misscrf | last post by:
I am currently working on a database, in 3rd normal form, which is for candidates who apply for a job with the law firm that I workd for. My issue is with good form design. I have a main...
9
by: Abhishek Srivastava | last post by:
Hello All, In IIS 6.0 We have a concept of worker processes and application pools. As I understand it, we can have multiple worker process per appliction pool. Each worker process is dedicated...
5
by: BPearson | last post by:
Hello I would like to have several sites share a single web.config file. To accomplish this, I would point the root of these sites to the same folder. Is there any reason why I might not want to...
3
by: Shikari Shambu | last post by:
Hi All, I have a situation where multiple applications are sharing some pages/ controls. So, I have a separate common project that has the common pages/ controls. My question is how do I...
1
by: Ben Fidge | last post by:
Hi, Our hosting company recently shut-down our site because of the resources it was using on a co-hosted server. Apparently, it was spawning multiple instances of ASPNET_WP.EXE. I'm having a...
3
by: Carl Johansen | last post by:
I have a big ASP website (used by several thousand car dealers) that is a collection of lots of small and medium-sized applications. Now I want to start adding ASP.NET applications to it. I have...
3
by: Henrik Dahl | last post by:
Hello! From default, the ASPNET user is giving the process identity for the ASP.NET runtime environment of IIS, however it's possible to change the user by modifying the <processModel> element...
11
by: Olie | last post by:
This post is realy to get some opinions on the best way of getting fast comunication between multiple applications. I have scowered the web for imformation on this subject and have just found...
0
by: Thom Little | last post by:
I need to have multiple applications in the same 2.0 webspace. I am using the add-in to Visual Studio 2005 that permits me to do this and it creates namespaces in a manner very similar to 1.1 in...
3
by: | last post by:
I'm seeking (probably basic) guidance on the right way to split a large site that's supposed to represent one domain(mydomain.org) into many small VS.NET projects, and how to avoid issues with...
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...
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.