Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > multiple sites help and advice

Reply
Thread Tools

multiple sites help and advice

 
 
Mike Read
Guest
Posts: n/a
 
      03-27-2006
I am creating a commercial site that will have 2 main components. Both
being created with ASP.net 2.0

1. Main site which has public access to all pages, this site contains
multiple subdirectories one for each topic each with a number of tutorials
on the subject. This portion of the site should required very little
maintenance work since it is dynamically rendered based on database entries.
2. Member only portion where members can upload information to be used in
the main site. This site I imagine with be updated regularly with new
features.


I thought what I would do is create 2 separate websites, so that I would not
have to update the dll's of the main site is everytime I enhance the members
section. Then upload the appropriate dll's and folders to a single main
website directory, sharing a config file for the settings for the 2
applications. I imagine adding more components to this site like resource
directories and others in the future. Each component having its own
purpose.

I do not have the luxury of creating subdomains since this is hosted with a
third party hosting company and that is not a feature.


Is this possible or does any one have a idea of a better way to accomplish
this.

Thank you,
Mike


 
Reply With Quote
 
 
 
 
Erik Funkenbusch
Guest
Posts: n/a
 
      03-27-2006
On Mon, 27 Mar 2006 09:38:40 -0500, Mike Read wrote:

> I do not have the luxury of creating subdomains since this is hosted with a
> third party hosting company and that is not a feature.


You don't have to create a subdomain. You can use a sub-folder
application. Any folder in your web sit can be its own applciation, with
its own dll's and it's own "app domain". You just have to have your hoster
create an ASP application in a specific folder.
 
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
A bit of Architecture advice.. One code.. Multiple sites anthonykallay@googlemail.com ASP .Net 3 07-09-2007 10:40 AM
using python to visit web sites and print the web sites image to files imx Python 10 03-14-2007 02:19 PM
Sites about web-sites ? Jasbird HTML 1 09-28-2006 06:21 PM
How do prevent sites to be loaded in other sites frames? Stefan Caliandro HTML 2 02-14-2005 06:05 PM
ISO: Web sites for images (pay sites preferred) Kevin Buchan ASP .Net 1 02-20-2004 09:34 AM



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