- QUOTE - (I can't use Frontpage to open the ASP pages, I'm sure you all know why) Nope - why?
- END QUOTE -
Because FrontPage instantly leaps on the ASP code and destroys it, trying to rewrite it to some crazed Microsoft Wizard format. Any ASP coded page I've made or used outside of FP is always rewritten to no longer function by FP when a view attempt is made by clicking the "Normal" tab. I asked about turning all FP attempts to rewrite or verify ASP code off, but was told it can't be done.
When you publish to http://127.0.0.1/whatever, though, isn't that just putting the new web folder in C:/Inetpub/wwwroot/whatever? The actual file location of 127.0.0.1 is the wwwroot folder, isn't it? I need to publish to, say, C:\NOTwwwroot\Testing\whatever, and still have a browser be able to treat it as a web page, using http. Is the answer to this, then, that ANY webs published that can be viewed using http URL's (and functioning ASP pages) on the local drive instead of file:\\c:\whatever, etc. MUST be within the Inetpub\wwwroot folder? Is that the only location that PWS can work?