Question
ASP Error 0131
How do you guys handle this?
I develop on an XP Pro machine. As you know, XP Pro can support only one
website, so all other websites must be in subfolders of wwwroot.
Inserting a database connection onto a page will generate a <!--#include
file="../Connections/file.asp" --> on line 2. This works fine on localhost,
but when I copy the files to the production server, the path is no longer
correct, because parent paths are (supposedly) disabled.
I can change the include to virtual, but then it doesn't work on localhost
because the path isn't right anymore.
How do you guys handle managing multiple sites on one XP Pro machine?
I develop on an XP Pro machine. As you know, XP Pro can support only one
website, so all other websites must be in subfolders of wwwroot.
Inserting a database connection onto a page will generate a <!--#include
file="../Connections/file.asp" --> on line 2. This works fine on localhost,
but when I copy the files to the production server, the path is no longer
correct, because parent paths are (supposedly) disabled.
I can change the include to virtual, but then it doesn't work on localhost
because the path isn't right anymore.
How do you guys handle managing multiple sites on one XP Pro machine?