473,382 Members | 1,377 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,382 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 1133

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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...

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.