473,396 Members | 2,111 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,396 software developers and data experts.

IIS Multiple Dotnet Projects

Hi,

Im sure someone has came across this annoynace before but hopefully
someone can help. i am working with multiple projects in VS 2005 and
the way i have it setup is that everytime i open a new project i have
to go into IIS and change the Home Directory local path to the folder
containing all my project files.

I was wondering if there is a way to setup each project that i do not
have to constantly open each project and then go into IIS to change
the Home Directory local path to the project folder.

any help or guidance appreciated. BTW - im working in windows XP
Professional and the .Net 2.0 framework.

Thanks
CG

Sep 12 '07 #1
3 1307
If you use a web application project, the IIS setup is part of the
proj file; there is also a "create virtual directory" button on the
properties page.

Any use?

Marc
Sep 12 '07 #2
Another option is to create the IIS virtual directory/application before-hand
at the desired folder path (say, http://localhost/myapp pointing at
C:\Projects\MyAppWeb) and then point VS to the created virutal app
(http://localhost/myapp) when creating a web application.

"csgraham74" wrote:
Hi,

Im sure someone has came across this annoynace before but hopefully
someone can help. i am working with multiple projects in VS 2005 and
the way i have it setup is that everytime i open a new project i have
to go into IIS and change the Home Directory local path to the folder
containing all my project files.

I was wondering if there is a way to setup each project that i do not
have to constantly open each project and then go into IIS to change
the Home Directory local path to the project folder.

any help or guidance appreciated. BTW - im working in windows XP
Professional and the .Net 2.0 framework.

Thanks
CG

Sep 13 '07 #3
That's what I've been doing Siva but have not deployed any ASP.NET yet. Have
you found any problems with pathing or whatever with this methof when trying
to work as a developer on a lame and crippled OS like XP Pro?

This is just about enough to make me go out and buy a new computer just to
run Vista and IIS7...

"Siva M" <sh******@online.excite.comwrote in message
news:18**********************************@microsof t.com...
Another option is to create the IIS virtual directory/application
before-hand
at the desired folder path (say, http://localhost/myapp pointing at
C:\Projects\MyAppWeb) and then point VS to the created virutal app
(http://localhost/myapp) when creating a web application.

"csgraham74" wrote:
>Hi,

Im sure someone has came across this annoynace before but hopefully
someone can help. i am working with multiple projects in VS 2005 and
the way i have it setup is that everytime i open a new project i have
to go into IIS and change the Home Directory local path to the folder
containing all my project files.

I was wondering if there is a way to setup each project that i do not
have to constantly open each project and then go into IIS to change
the Home Directory local path to the project folder.

any help or guidance appreciated. BTW - im working in windows XP
Professional and the .Net 2.0 framework.

Thanks
CG


Sep 13 '07 #4

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

Similar topics

22
by: Matthew Louden | last post by:
I want to know why C# doesnt support multiple inheritance? But why we can inherit multiple interfaces instead? I know this is the rule, but I dont understand why. Can anyone give me some concrete...
2
by: SenthilVel | last post by:
HI all in my visual studio DOtnet . i am not able to open multiple cs files in the projects , its openings only one cs file at a time, can any one let me know, what setttings i must do in order...
5
by: Edward Mitchell | last post by:
I am trying to include two class files into a web service project. The structure I have is a top level solution and project in a folder and below that, the web service project in it's own folder. ...
1
by: Luther Miller | last post by:
I've created a web setup project that works great for installing an ASP.NET application to a virtual directory on a server. I'd like to be able to use the same setup program to install multiple...
3
by: Nathan | last post by:
Hello, I have nearly finished a project with multiple forms, and I would like to do another project that is similar to the first, only with a few added features and a few features taken out. ...
2
by: mamatha k via .NET 247 | last post by:
(Type your message here) i have 5 projects in a single solution file of the VB.NET.Onlyone project is the startup project and another projects containsthe class files.I want the startup project uses...
6
by: Atchoum | last post by:
Hi, I have a solution with multiple projects (one C# and the others VB) and right they all compile to their own DLL. Is there not a way to get a unique DLL as output? TIA, Atchoum
6
by: UJ | last post by:
I have a couple of files (type definitions, constants, ...) that I want to use in multiple projects. How do I make it so that I have only one copy of the file for multiple projects? If I do add...
10
by: Scott Townsend | last post by:
So I'm trying to Write a Backend to something and in testing I decided to create a generic front end app that can simulate the passed in Data. So I have 2 projects in my solution, though I'm...
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...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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.