Thread: global.asax
View Single Post
Old Nov 12th, 2005, 7:37 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Where's that five years of server technology study? The directory structure of the file system and the directory structure of the material as it's presented to the web are two different things, often. File-system wise, my www and cgi-bin directories are on the same level. URL-wise, the cgi-bin directory is contained within the www directory. Security control is one reason for this dichotomy. Again, your server technology studies must have been "How to maximize tips when working as a waiter."
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote