Click to See Complete Forum and Search --> : IIS and ASP


dlester
03-04-2002, 09:32 AM
I am working with Windows XP Pro and attempting to build a web site using asp's. The html pages work fine but the asp's will not display in the browser. I am loading the website with http://localhost/filename.
I have seen this question raised many times, but no anwser I have seen helps me as I have already done or tried what has been suggested. Does anyone have any ideas?
Thank you.

David

Anon
03-04-2002, 09:41 AM
Here is your answer:

Stop using IIS and ASP and use, oh say, Apache, PHP, MySQL (all can run on Windows 98, 2000 with no problem; I don't know about XP though).

This is really a forum for questions regarding PHP, MySQL, Apache, etc...if you had a question about going FROM ASP to PHP, we might be able to help you out.


-j

Anon
03-04-2002, 10:24 PM
You may not have execute scripts permission on the web server. Other possible problems include- lack of script source access and or isapi filters installed on the web server. You may want to investigate permissions on the actual files/folders for your iusr account as well.

- Steve