Home > Archive > ASP > November 2005 > ASP pages don't work on W2003 Server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
ASP pages don't work on W2003 Server
|
|
|
| I have a Windows 2003 server running IIS6.0
It has a number of ASP.NET sites running on it.
I'm trying to instal a legacy classic ASP site, but trying to access and
pages with the .asp suffix produces a "The system cannot find the file
specified." page, or when run locally a 404.
Interesting to note that when I make default.asp my default content page and
browse to /mydomain/ rather then /mydomain/default.asp, this page works
fine.
Thanks
Ian
| |
| John Blessing 2005-11-23, 6:55 pm |
| "Ian" <noone@here.com> wrote in message
news:%23b%23DsNG8FHA.788@tk2msftngp13.phx.gbl...
>I have a Windows 2003 server running IIS6.0
>
> It has a number of ASP.NET sites running on it.
>
> I'm trying to instal a legacy classic ASP site, but trying to access and
> pages with the .asp suffix produces a "The system cannot find the file
> specified." page, or when run locally a 404.
>
> Interesting to note that when I make default.asp my default content page
> and
> browse to /mydomain/ rather then /mydomain/default.asp, this page works
> fine.
>
> Thanks
> Ian
>
If you want to run ASP apps, you need to enable the ASP web service
extension. In Internet Services Manager, click Web Services Extensions,
select "Active Server Pages" and click the Allow button.
--
John Blessing
http://www.LbeHelpdesk.com - Help Desk software priced to suit all
businesses
http://www.room-booking-software.com - Schedule rooms & equipment bookings
for your meeting/class over the web.
http://www.lbetoolbox.com - Remove Duplicates from MS Outlook
http://www.outlook-find-replace.com - Find & Replace in Emails, Contacts,
Appointments, Tasks and Notes
http://www.schedule-email.com - Schedule multiple individual
emails/newsletters
| |
|
| Thanks John, that was the first thing I checked, still doesn't work.
Ian
"John Blessing" <jb@**REMOVE**THIS**Lbesoftware.com> wrote in message
news:5r5hf.2206$uR.955@newsfe7-gui.ntli.net...
> "Ian" <noone@here.com> wrote in message
> news:%23b%23DsNG8FHA.788@tk2msftngp13.phx.gbl...
>
> If you want to run ASP apps, you need to enable the ASP web service
> extension. In Internet Services Manager, click Web Services Extensions,
> select "Active Server Pages" and click the Allow button.
>
> --
> John Blessing
>
> http://www.LbeHelpdesk.com - Help Desk software priced to suit all
> businesses
> http://www.room-booking-software.com - Schedule rooms & equipment bookings
> for your meeting/class over the web.
> http://www.lbetoolbox.com - Remove Duplicates from MS Outlook
> http://www.outlook-find-replace.com - Find & Replace in Emails, Contacts,
> Appointments, Tasks and Notes
> http://www.schedule-email.com - Schedule multiple individual
> emails/newsletters
>
>
|
|
|
|
|