PDA

Click to See Complete Forum and Search --> : Asp / Iis


turfbult
Jul 6th, 2001, 06:07 AM
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

JoshT
Jul 6th, 2001, 06:10 AM
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.

chenko
Jul 6th, 2001, 06:16 AM
Make sure the IIS service is running, people seam to over look this somttimes :rolleyes:

turfbult
Jul 6th, 2001, 06:30 AM
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

svskumar
Jul 6th, 2001, 12:08 PM
Open YOUR MMC (Microsoft management console) and give Permission to Script or execute by default it is set to none

monte96
Jul 8th, 2001, 01:50 AM
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)

turfbult
Jul 8th, 2001, 03:13 AM
Thanks all,

I eventually reinstalled Optionpack and it then worked fine!!

Thanks again for all the help.

T