473,508 Members | 2,329 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web File Organization : Best Practices

AJ
Hi all,

I am wondering if their are any links out their dealing with best practices
when
it comes to enterprise web site organization. We are still maintaining
classic ASP applications so keeping that slant in mind would be great.

How do you all organize your code / presentation / modules / classes /
images ect?

Does your web site file structure reflect any modulization in your code?

What are your recommendations?

Thanks for any help...

Cheers,
Adam
Jun 26 '06 #1
1 2105
"AJ" wrote ...
Does your web site file structure reflect any modulization in your code?


In my old ASP stuff not so much, although I would do something like this:

<root>
/Images
/Images/Buttons
/Images/Icons
/Images/Misc
/Documents

So, some of the content was put into appropriate places, ie, my .pdf's /
..doc's would be in the documents directory, my images split into appropriate
directories...

If the application I was working on had a bit of a structure, for example,
an "admin" area, or a "users" area, then typically that would have been in a
separate directory too...ie.

<root>
/admin
/user

With the .net stuff I'm doing now I'm trying to be a bit tidier about it,
data access directories, business logic directories, but it depends on the
application - its sometimes easier to do this with a windows app as the
directories get hidden once built, with the web stuff obviously some
directories would be put into the root also if not using a class library..

Hope this helps a bit...

Rob
Jun 26 '06 #2

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

Similar topics

0
1150
by: Digital | last post by:
Hello, I am developing an application for Windows 2000 and Windows XP. I plan on installing the application under The 'Program Files' folder. My application generates some log files as well as...
2
1954
by: byrocat | last post by:
I'm chasing after a documetn that was available on one of the Microsoft websites that was titled somethign like "MS SQL Server Best Practices" and detailed a nyumber of best practices about...
5
4252
by: Dave Slinn | last post by:
Any advice on how to organize my core class library project into sub-namespaces? What are the general rules of thumb regarding cross-namespace references? Can I have a class in namespace A have a...
136
9201
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
13
2253
by: john doe | last post by:
A quick question, about so-called 'best practices', I'm interested in which of A/B of the two examples people would choose, and why. public enum MyEnum { Option1 = 0, Option2 = 1, Option3 =...
2
1865
by: Jordan | last post by:
I'd appreciate references to online materials presenting general recommendations or best practices (if there are any) for organizing .NET projects.... ideally covering things like naming...
2
6080
by: js | last post by:
I got this error when I moved my application to a new Windows 2003 server. I installed and recompiled the 'Microsoft.Practices.EnterpriseLibrary - June 2005" then added these assemblies to the...
12
1899
by: Dr. Edmund M. Hayes | last post by:
I wrote a access program that works well enough that a handful of people would like to buy it from me. My problem is that if I sell it to someone there is no mechanism that I know of to protect...
0
7225
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
7123
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
7326
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
7383
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
5053
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4707
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3182
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1557
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
418
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.