PDA

View Full Version : ASP and IIS


nagetech
06-27-04, 12:27 PM
Ok, I feel like a moron....

I can't get my ASP to work under my Win2k IIS server...

I have frontpage extensions installed, but for some reaon can't get ASP pages to work..whenever i go to the file using my web browser..i just get "page not found"

ANyone know where I could go that could give me a run down as to how to enable/ get ASP to work on my server?

Thanks in advance

m4a2t0t
06-28-04, 01:20 AM
Do you need the .net framework?

nagetech
06-28-04, 02:26 AM
I dont think I do..I remember a year ago when I had my other win2k webserver running, I didn't have that..just dunno whats so different this time....wonder if i screwed up somewhere along the line...

I hope someone can help :(

cyberskye
06-28-04, 10:58 AM
"page not found
Is IIS actually running?

That isn't a parse error. It can't find the resource. Check your document root vs. URL.

m4a2t0t
06-28-04, 12:14 PM
do you have the correct default document?

nagetech
06-28-04, 12:49 PM
Yes i do...i even type it in manually...no go

cyberskye
06-28-04, 12:53 PM
Why don't you search the microsoft KB? Teh prepared mind...


http://support.microsoft.com/default.aspx?scid=kb;en-us;315122

If that link doesn't address it, I'm sure there is a tutorial for setting up IIS somewhere on the site.

cyberskye
06-28-04, 12:55 PM
BTW - I think that breaks the RFC - 404 is "File or Directory Does not Exist" - file not found. Assuming you've done your URL mapping correctly, that is not the case here.