Forum Moderators: open

Message Too Old, No Replies

Please advice

Can't see my default asp page

         

SiliconAlleyFx

9:05 am on Mar 7, 2002 (gmt 0)



I have made the layout for my default page. (The site will be hosted on a win2k server, so the pages are in .asp, I am planning to add more functionality to the pages)

I have started to put in the elements for the content.
I have included a page named menu.asp, however when I try to view the default page I can not see the menu.

If you need to see the code please mail me or on AIM - SiliconAlleyDude

DaveN

9:10 am on Mar 7, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



how are you trying to veiw the default page.

ASP is Active Server Pages to few the files locally you need to either put it live.

or

Wind-blows 98 - install personal webserver
wind-blows NT/2000 install IIS

DaveN

casualsub

2:06 pm on Mar 7, 2002 (gmt 0)

10+ Year Member



The most likely cause of the problem is that you are viewing the file via the file system, eg:

C:\inetpub\wwroot\mypage.asp

Rather than using HTTP, eg:

[localhost...]

Both are viewable in a browser - check in the address bar.

If there was a problem with your code and you were viewing the file correctly you would most likely get some sort of SSI error message shown.