I run the following DOS batchfile on start-up :
subst d: c:Inetpubwwwrootpooledsites
FTP picks up that D: is now a "directory", which is good, however..
When I run an ASP script, I can't open an Access database with ODBC using the virtual directory d: . I still have to use c:Inetpubwwwrootpooledsites...
I'm not super savvy using IIS; just enough so to be dangerous. Is there an easier way to do this and have it work, or do I need to "tell" ASP that a virtual directory exists, or... whatever it takes.
The reason I am trying to do this is because I am attempting to move my entire website from one server onto my new, notably cheaper, Rackshack.net server and want the changeover to be as seemless as possible. Yea, I'm lazy like that.
I'm having an issue with some of my old includes as well (I'm moving from ASP to ASP.net), but I haven't figured out exactly what my problem is yet, so I'll wait until I can speak a little more intelligently on that...
Thanks guys!
--Mike