Changeset 4585

Show
Ignore:
Timestamp:
02/03/08 07:47:46 (10 months ago)
Author:
xmlhacker
Message:

moving things into application specific directories

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/nuxleus/Web/Development/Web.config

    r4555 r4585  
    5959                        <add verb="GET,HEAD" path="**/workspace" type="Nuxleus.Web.HttpHandler.NuxleusHttpAsyncHandler,Nuxleus.Web"/> 
    6060                        <add verb="GET,HEAD" path="**/collection" type="Nuxleus.Web.HttpHandler.NuxleusHttpAsyncHandler,Nuxleus.Web"/>  
    61       --> 
     61      -->   
     62      <add verb="GET,HEAD" path="*.dll" type="System.Web.StaticFileHandler"/> 
    6263      <add verb="GET,HEAD" path="*.js" type="System.Web.StaticFileHandler"/> 
    6364      <add verb="GET,HEAD" path="*.swf" type="System.Web.StaticFileHandler"/>