This topic is locked

can't run locally in windows 7 64 bit

3/4/2010 2:28:07 PM
ASPRunnerPro General questions
M
mdorren author

Hi,

I am simply trying to run the real estate template in my new laptop and get the following error:
An error occurred on the server when processing the URL. Please contact the system administrator.
If you are the system administrator please click here to find out more about this error.

Can you help? Thanks,

Marty

Sergey Kornilov admin 3/4/2010

As a first step make sure IIS is configured to run ASP applications.
You can create test.asp file under c:\inetpub\wwwroot and put the following content there:
<%

response.write "Hello world!"

%>
Then open it in browser as http://localhost/test.asp

M
mdorren author 3/4/2010



As a first step make sure IIS is configured to run ASP applications.
You can create test.asp file under c:\inetpub\wwwroot and put the following content there:
<%

response.write "Hello world!"

%>
Then open it in browser as http://localhost/test.asp


when I do that i get:

<%response.write "Hello world!"%>
that doesn't seem right

Sergey Kornilov admin 3/4/2010
M
mdorren author 3/4/2010



I think this article can help you get started:

http://learn.iis.net/page.aspx/562/classic-asp-is-not-installed-by-default-on-iis-70-and-iis-75/



Found the problem. In Windows 7 64 bit, the application pool has to be set to 32 bit.
BTW, I'm just about to make the jump to phprunner. Is the real estate template offered on that too? Is there a third party template source I can try too?
Thanks,

Marty

Sergey Kornilov admin 3/5/2010

Marty,
PHPRunner offers the same set of templates.
Unfortunately there is no third party templates source I'm aware of.