PDA

View Full Version : Frontpage/IIS Problem


karatekid
10 Dec 2003, 12:12am
Here is the deal, I am trying to build this website with FrontPage 2000 and I have installed Windows XP's IIS server, complete with FrontPage 2000 Server Extensions. I can publish pages just fine, and they are displayed though the webserver. The problem comes with ASP files. Once again, they get published, but if I try to view the ASP file from a browser, (by typing http://localhost/apage.asp) the browser gets stuck when loading the page. I don't get any error messages, and it never times out, but the browser will "load" the page forever (and I do mean forever, I have left it doing this for a half and hour with no luck,) never actually displaying it. I am thinking this is more of a problem with IIS, but I can't figure out what I have to do to make this work right. I need help.:confused:

HackingGuru
10 Dec 2003, 6:48am
Post your ASP Code, and also just try this:

<%

response.write "Hello"

%>