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

Seeking advice for organization of projects/files for large 2.0 site

We've got a fairly large legacy ASP site, consiting of one main website
with a lot of sub-folders organized in a tree under the main site. We
don't use IIS Application/Virtual directories other than the main
website root directory (one big application with groups of pages
located in sub-folders). I'd guess we have over 200 pages now and it's
growing.

Now we want to create new pages in ASP.NET 2.0 (we're skipping over
1.x, but I have some experience with 1.x) and I'm not sure what would
be the best model for organizing projects (which were in 1.1, but
apparently don't exist in 2.0), folders, etc. We want to group pages
together that are logically related, so we clearly need a tree folder
structure. Also, we want to use a separate web.config to control
security access to some of the sub-folders, but we want all the pages
to be condsidered one application in an IIS sense.

How can I store .aspx files in a subdirectory that isn't a virtual
directory? Would it use the main \bin folder for the whole site, or
would each sub-folder containing .aspx files also have it's own bin
folder (I think local bin folders are gone now?)

I understand that MS has released a new download that gives us the same
project model that was used in ASP.NET 1.x (projects can be located in
sub-folders), but they seem to be directing that at migration purposes.
Is this a good idea for entirely new applications, or is there a better
way to do it in a 2.0 world?

Any and all advice is appreciated!

Eric

May 17 '06 #1
0 1131

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

Similar topics

7
by: Derek W | last post by:
Hello all, I have a few questions about the best way to organize a large Python program. This would be a large program with a GUI interface, too large to be put all in one script file by any...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
20
by: Jim | last post by:
Hi, I am hoping that someone here can help me out. I am for the first time trying to implement a page design using only CSS instead of HTML tables. I've been able to get most of the page done...
8
by: shuisheng | last post by:
Dear All, We meet some problem in our project development and sincerely ask for your kind advice. We took eight months to develop a project system with about 50,000 lines of code. The code is...
49
by: Martin Unsal | last post by:
I'm using Python for what is becoming a sizeable project and I'm already running into problems organizing code and importing packages. I feel like the Python package system, in particular the...
2
by: David T. Ashley | last post by:
Hi, In my PHP code, I typically break my functions into groups (usually based on the data type they operate on), and then include the files, i.e.: require_once("string_functions.inc");...
3
by: mshngo | last post by:
Hi, I have seen two main methods of organizing the header and source files in a C++ project. The first method separates the public header files from the remaining files (i.e., source files and...
5
by: dhcrusoe | last post by:
Greetings, My apologies if this message comes across as spam; it isn't meant to be. A group of colleagues and I have built a project to mobilize technology volunteers for small nonprofit...
1
by: shapper | last post by:
Hello, Lately I have been working with ASP.NET MVC and C#. I have been building a lot of code and I am struggling to find a good way to organize it. I am posting some of the code I have...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...

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.