ASP code in browser window

T

Tim Kelley

When I hit an asp page the code for the page is displayed, not the actual
page. I am running IIS locally for development. Any ideas of why this
would be? If the pages are loaded on the server, they load properly.

Thanks

Tim
 
G

Gérard Leclercq

If you wish to run ASP local, don't forget to start with
LOCALHOST\Myfolder\my.asp
 
H

Hal Rosser

Tim Kelley said:
When I hit an asp page the code for the page is displayed, not the actual
page. I am running IIS locally for development. Any ideas of why this
would be? If the pages are loaded on the server, they load properly.

Those guys are right.
you can't just double-click an asp page and expect it to work.
you need to access it though the server.
http://localhost/yourpage.asp
if your page was named "yourpage.asp"
and your IIS server was running
and that page was in wwwroot
then the link above would call it.
HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,431
Latest member
ElyseG3173

Latest Threads

Top