473,396 Members | 1,847 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.

Developing lots of top level webs - whats the best method?

I'm new to ASP.NET, but 5+ years experienced with conventional ASP. We
currently use "non-isolated" development using Frontpage Extensions for lots
of websites (100+).

To move to ASP.NET, I've read the numerous documents on .NET Team
development at
http://msdn.microsoft.com/library/de...l/tdlg_ch3.asp,
and think that Isolated development is the best solution for us (using VSS
for source control).

However, using Isolated development, if my understanding is correct, each
web application would be created at http://localhost/webapplication1,
http://localhost/webapplication2 etc.

This leads to a problem as each web application needs to be a top level web
so that from "webapplication2" there is no way of accessing
"webapplication1" files and vice-versa. Also from any page within
"webapplication1" we want to access things like images from the root, e.g.
"/images" and not use the "../../../images" etc convention.

Is there any way of doing this using the Isolated model, or do we have to
use semi-isolated? Any experiences of anyone would be appreciated.
Nov 18 '05 #1
1 1223
"Martin Zachs" <ma**@in.freeserve.co.uk> wrote in message
news:Ol**************@tk2msftngp13.phx.gbl...
I'm new to ASP.NET, but 5+ years experienced with conventional ASP. We
currently use "non-isolated" development using Frontpage Extensions for lots of websites (100+).

To move to ASP.NET, I've read the numerous documents on .NET Team
development at
http://msdn.microsoft.com/library/de...l/tdlg_ch3.asp, and think that Isolated development is the best solution for us (using VSS
for source control).

However, using Isolated development, if my understanding is correct, each
web application would be created at http://localhost/webapplication1,
http://localhost/webapplication2 etc.

This leads to a problem as each web application needs to be a top level web so that from "webapplication2" there is no way of accessing
"webapplication1" files and vice-versa. Also from any page within
"webapplication1" we want to access things like images from the root, e.g.
"/images" and not use the "../../../images" etc convention.

Is there any way of doing this using the Isolated model, or do we have to
use semi-isolated? Any experiences of anyone would be appreciated.


You can do it fine with isolated mode.

Although you may develop the web site at http://localhost/webapplication1,
you can still deploy it to http://webapplication1.domain.com/.

Be careful of URLs. Relative URLs will work fine no matter where the site is
deployed, but absolute URLs will obviously fail in one location or the
other. A third kind of URL can be used with any server-side controls. The
URL "~/images/spacer.gif" would refer to
"http://localhost/webapplication1/images/spacer.gif" on a developer
workstation, but to "http://webapplication1.domain.com/images/spacer.gif" on
the production site.
--
John Saunders
johnwsaundersiii at hotmail
Nov 18 '05 #2

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

Similar topics

1
by: mark | r | last post by:
whats the difference between PostgreSQL and MySql does my NT server have to have any thing special running to allow me to set up one of these (like MsAccess?) whats the best learning resource...
53
by: vighnesh | last post by:
Hello Everyone I am about to develop a project like Registry Mechanic using either VB.NET or C#.NET. But I dont know is it worth while in using these languages ? I mean is there necessary...
53
by: vighnesh | last post by:
Hello Everyone I am about to develop a project like Registry Mechanic using either VB.NET or C#.NET. But I dont know is it worth while in using these languages ? I mean is there necessary...
23
by: Louly | last post by:
Hi everybody, I'm a 22 yrs old girl. I've been developing a Database for 6 months no using Access. A week ago I had this feeling that I'm wasting my time in Access. I don't think it's wise to...
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: 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
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?
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...

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.