> Testing server folder points to a folder.
> URL is
http://localhost
Actually, the path to the testing server would usually be
like -
c:\inetpub\wwwroot
And usually, you would want your testing server to point to a
FOLDER within
the webserver's root, e.g.,
c:\inetpub\wwwroot\folder
Use a different folder for each site so that you don't get
all your site's
files jumbled up in the webserver's root folder.
Then you would want to specify a URL prefix for your site of
-
http://localhost/folder
So -
Server Model: ASP VBScript
Access: Local/Network
Testing server folder: c:\inetpub\wwwroot\folder
URL Prefix:
http://localhost/folder
Is that how you have it?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Webconsul470" <webforumsuser@macromedia.com> wrote in
message
news:g513jk$jft$1@forums.macromedia.com...
> Not sure what about being through the site definition
process.
>
> I have set up many sites successfully in the past. But
right now I can
> not.
>
> Server Model is asp vb script.
> Access is local/network
> Testing server folder points to a folder.
> URL is
http://localhost
>
> One idea (probably not a good one) is that I am not
getting to the right
> place
> or any place with localhost.
>
> When I load this file in my browser it works fine
> file:///C:/Inetpub/wwwroot/test.html
>
> But this one produces nothing and no code in a view
scource
>
http://localhost/test.html
>
>
>