-
Asp / Iis
Hello,
This is a first-time for me....
I installed NT Optionpack on my PC, which obviously includes IIS etc etc. I now want to view my website locally, but my problem is that I cannot see my ASP pages - I just see the code!! My html pages I see fine.
What am I missing here?? Must ASP be installed seperately - isn't it included in Optionpack??
I know I'm being a bit thick here - please help.
Thanks,
T
-
Make sure you're requesting the ASP pages thru the web server and not just the file system. The ASP page is just text until the web server processes it. Use http://localhost/page.asp in a web browser.
-
Make sure the IIS service is running, people seam to over look this somttimes :rolleyes:
-
Hello,
I did as you guys said and what now happens is that the site just "hangs". The html pages load fine once again, but as soon as I try to access an ASP page it hangs - the code is not shown anymore like previously.
Any suggestions??
T
-
Open YOUR MMC (Microsoft management console) and give Permission to Script or execute by default it is set to none
-
You can also try http://127.0.0.1/mypage.asp
Make sure the service is started and check permissions on the virtual directory.
Is this on 98, NT or 2000? (Probably not 2000 since it comes with IIS 5.0 installed)
-
Thanks
Thanks all,
I eventually reinstalled Optionpack and it then worked fine!!
Thanks again for all the help.
T