This topic is locked

local Webserver not found

10/17/2008 9:24:00 AM
PHPRunner General questions
L
LordKnuth author

I would like test my project on my local webserver. I´m using latest xampp but I always get the message "webserver not found". When I look into my browser the localhost is successful launched and my testpages are visible.
My outputdirectory is of course a subfolder of xampp/htdocs. When I manually open the directory in my browser I only get a page with the source code of the project page.
Only the upload the demo account works.
Please give me a hint.

Sergey Kornilov admin 10/17/2008

If you choose output directory as xampp/htdocs/project1 you can open it in web browser as http://localhost/project1

L
LordKnuth author 10/20/2008

If you choose output directory as xampp/htdocs/project1 you can open it in web browser as http://localhost/project1


Yes thats what I did. I always see the source code of the asp files like this
"....<!--#include file="include/dbcommon.asp"-->

<!--#include file="include/Address_variables.asp"-->

<!--#include file="libs/xtempl.asp"-->

<%

dim xt

set xt = new XTempl

' on error resume next

dbConnection=""

db_connect()

call ReportError

Set rs = server.CreateObject("ADODB.Recordset")

Set rss = server.CreateObject("ADODB.Recordset")

' process reqest data, fill session variables

...." and cut
Thanks Christian

J
Jane 10/20/2008

Your server doesn't have ASP support enabled (IIS is not installed).

L
LordKnuth author 10/21/2008

Thanks that was the answer. I used Xampp but Xampp doens´t support ASP. With the IIS I my project works fine.