I've got a communications system using other features of NT, but I also need to build a web front end. The problem is the communications works with numerous directories off the root of the drive, and I'm having trouble telling my web app to use the root as the "web directory".
Everything seems to work okay so long as I don't try to use a folder beneath the one the program is running in. Instead of 'web', I've tried entering numerous values, like 'c:\', '/', '\'. But everything I put in
http://localhost:80 in the browser URL, it gives me a 404 error. The app consists of a single webForm proc with no dictionary or data files.
Any suggestions for indicating the working web directory is the root? My next trick/problem is being able to do this on other drive letters. Thanks for any ideas.