Hi George, > The reason I really do not want to do this is that > I work on multiple websites, which is why I need to > have the sites within the root. If I could figure > out how to tell the system that the folder is the > root, as opposed to the Default Web Site...
I think what you're wanting to do is use a mapped virtual directory. I do this with all of my sites to include my common programming libraries without having to duplicate code for every site on the server. To do this, create the mapped folder in IIS, then use include virtual with a rooted path: <!-- #include virtual="/shared/library.asp" --> Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
