dhodgdon
Posts: 80
|
| Posted: 07/21/2004, 12:25 PM |
|
I have checked CCS Help, and the Knowledge Base
I have published to two different sites one on Win2K server (internet) and one on XP Pro (localhost) using IIS on each with the same result.
Upon access to the site Explorer returns the following error:
----------------------------------------------------
Error Type:
Active Server Pages, ASP 0126 (0x80004005)
The include file '//localhost/Common.asp' was not found.
/login.asp, line 4
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
Page:
GET /login.asp
----------------------------------------------------
Line 4 of login.asp reads:
<!-- #INCLUDE VIRTUAL="//localhost/Common.asp"--> and is in the grey.
All of the files are present on the published site and in the same folder.
Any ideas?
_________________
Regards,
David Hodgdon
|
 |
 |
peterr
Posts: 5971
|
| Posted: 07/21/2004, 12:34 PM |
|
Looks like you have put wrong information into the Publishing Settings.
Please copy the exact settings as shown in the documentation: http://docs.codecharge.com/studio/html/UserGuide/Workin...ngSettings.html
You may just need to replace "My Project" with something else.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|