View Single Post
  #2 (permalink)  
Old 06-24-2008, 09:19 PM
jweber jweber is offline
Senior Member
 
Join Date: Jun 2008
Location: Florida
Posts: 108
Default

If you put the css, javascript, and images outside the webroot you'll need a special handler to get their content. For example, I dont' think you can do
Code:
<link href="pathToCssFile.css" rel="stylesheet" type="text/css" />
where pathToCssFile.css is outside the webroot.
Reply With Quote