Classic ASP pages not loading

K

KJS

Help,


I'm not sure what exactly is happening but I can say this, classic asp
pages are not loading on my local dev box. They use to work! Since
then I have installed .NET 1.1 Studio (that is working, and so is ASPX
pages), installed .NET 2.0 Studio (this never worked, it broke
everything, ended up reinstalling 1.1 Studio, and now I am back to ASPX
pages ver 1.1 serving up nicely). However!!! Now I can not run classic
asp pages.
Typically I ran my ASP Pages right off of my inetpub\ directory, so I'd
have:
inetpub\class_asp_site_1
inetpub\class_asp_site_2
inetpub\class_asp_site_3 (and so on...)
And now I have ASPX pages runnning from
inetpub\wwwroot\aspx_site_1
inetpub\wwwroot\aspx_site_2
inetpub\wwwroot\aspx_site_3 (and so on...)

Typically (in classic asp days) I would change localhost to whichever
asp page I was working on. Well this is not working, the asp pages are
just hung. Also not working, is any asp pages running within wwwroot\
and subfolders.

I've been searching on this for days: google groups, the web, msdn. I
can't find anything!

Please help.
Thanks.

Karl..
 
S

Sosh

Karl,

What OS are you using? Are you getting any errors at all, or do the old ASP
pages just hang indefinately?
 
K

kstubs

They are hanging indefinately even the simplest code like:
Response.Write "Hello World"

I am using Windows 2000 Professional.
 
K

kstubs

Does anyone have any more input to offer on this subject? I would
appreciate the help!
Karl..
 
K

Kevin Steffer [MCP]

Does anyone have any more input to offer on this subject? I would
appreciate the help!
Karl..

If the server has Norton Antivirus or similar installed checkout that
"Script Blocking" isn't activated.

-Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top