 |
|
 |
|
Next: Virtual Directories in XP Pro With Subst Drives
|
| Author |
Message |
External

Since: Sep 10, 2003 Posts: 7
|
(Msg. 1) Posted: Thu Sep 11, 2003 1:31 am
Post subject: ASP Pages not serving Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Hi,
I have got a problem with ASP pages not serving on IIS6. I am not sure what
I have done, but when I try to load an ASP page I get a 404 Not Found Error.
The error itself seem to be a proper 404 not found. I have changed the
custom error pages so that the 404.1 .2 & .3 pages are used, but it still
just displays the standard one. I have checked the mapping and they seem OK
(pointing to asp.dll) and the web service extension is OK. I have tried
numerous combinations of things, but I still cannot get the pages to load.
Any help would really be appreciated as my head is kno starting to hurt (not
true actually, it started hurting about two days ago!).
Thanks,
Paul
Oh yes, and the page is there (I checked!) >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 05, 2003 Posts: 407
|
(Msg. 2) Posted: Thu Sep 11, 2003 2:37 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Err. the mapping is to a file or url ?
try change it.
--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...
"Paul Tucker" <ptucker.DeleteThis@merit-at.com> wrote in message
news:utmfLE#dDHA.3224@tk2msftngp13.phx.gbl...
> Hi,
>
> I have got a problem with ASP pages not serving on IIS6. I am not sure
what
> I have done, but when I try to load an ASP page I get a 404 Not Found
Error.
> The error itself seem to be a proper 404 not found. I have changed the
> custom error pages so that the 404.1 .2 & .3 pages are used, but it still
> just displays the standard one. I have checked the mapping and they seem
OK
> (pointing to asp.dll) and the web service extension is OK. I have tried
> numerous combinations of things, but I still cannot get the pages to load.
>
> Any help would really be appreciated as my head is kno starting to hurt
(not
> true actually, it started hurting about two days ago!).
>
> Thanks,
>
> Paul
>
> Oh yes, and the page is there (I checked!)
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 10, 2003 Posts: 7
|
(Msg. 3) Posted: Thu Sep 11, 2003 2:37 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Bernard,
Thanks for the reply. In home directory -> Configuration the mapping is for
..asp files to use windows\system32\inetsrv\asp.dll. The verbs are get, post,
head and trace and the Verify Files Exists flag is enabled.
Any thoughts on what could be causing this?
Thanks again,
Paul
"Bernard" <qbernard.TakeThisOut@hotmail.com> wrote in message
news:OGNM9XBeDHA.1820@TK2MSFTNGP10.phx.gbl...
> Err. the mapping is to a file or url ?
>
> try change it.
>
> --
> Regards,
> Bernard Cheah
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
> Please respond to newsgroups only ...
>
>
> "Paul Tucker" <ptucker.TakeThisOut@merit-at.com> wrote in message
> news:utmfLE#dDHA.3224@tk2msftngp13.phx.gbl...
> > Hi,
> >
> > I have got a problem with ASP pages not serving on IIS6. I am not sure
> what
> > I have done, but when I try to load an ASP page I get a 404 Not Found
> Error.
> > The error itself seem to be a proper 404 not found. I have changed the
> > custom error pages so that the 404.1 .2 & .3 pages are used, but it
still
> > just displays the standard one. I have checked the mapping and they seem
> OK
> > (pointing to asp.dll) and the web service extension is OK. I have tried
> > numerous combinations of things, but I still cannot get the pages to
load.
> >
> > Any help would really be appreciated as my head is kno starting to hurt
> (not
> > true actually, it started hurting about two days ago!).
> >
> > Thanks,
> >
> > Paul
> >
> > Oh yes, and the page is there (I checked!)
> >
> >
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2901
|
(Msg. 4) Posted: Thu Sep 11, 2003 4:27 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Did you enable ASP pages? IIS v6 wil not serve dynamic pages (eg ASP,
ASP.Net) by default until you enable the appropriate ISAPI filter.
In the IIS Manager, goto the Web Server Extensions node, and enabled ASP.
Cheers
Ken
"Paul Tucker" <ptucker RemoveThis @merit-at.com> wrote in message
news:utmfLE%23dDHA.3224@tk2msftngp13.phx.gbl...
: Hi,
:
: I have got a problem with ASP pages not serving on IIS6. I am not sure
what
: I have done, but when I try to load an ASP page I get a 404 Not Found
Error.
: The error itself seem to be a proper 404 not found. I have changed the
: custom error pages so that the 404.1 .2 & .3 pages are used, but it still
: just displays the standard one. I have checked the mapping and they seem
OK
: (pointing to asp.dll) and the web service extension is OK. I have tried
: numerous combinations of things, but I still cannot get the pages to load.
:
: Any help would really be appreciated as my head is kno starting to hurt
(not
: true actually, it started hurting about two days ago!).
:
: Thanks,
:
: Paul
:
: Oh yes, and the page is there (I checked!)
:
: >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 10, 2003 Posts: 7
|
(Msg. 5) Posted: Thu Sep 11, 2003 4:27 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ken,
Thanks for the reply. The extension is enabled but if I disable it I get
exactly the same response.
Paul
"Ken Schaefer" <kenREMOVE DeleteThis @THISadOpenStatic.com> wrote in message
news:uogMdSBeDHA.2324@TK2MSFTNGP12.phx.gbl...
> Did you enable ASP pages? IIS v6 wil not serve dynamic pages (eg ASP,
> ASP.Net) by default until you enable the appropriate ISAPI filter.
>
> In the IIS Manager, goto the Web Server Extensions node, and enabled ASP.
>
> Cheers
> Ken
>
>
> "Paul Tucker" <ptucker DeleteThis @merit-at.com> wrote in message
> news:utmfLE%23dDHA.3224@tk2msftngp13.phx.gbl...
> : Hi,
> :
> : I have got a problem with ASP pages not serving on IIS6. I am not sure
> what
> : I have done, but when I try to load an ASP page I get a 404 Not Found
> Error.
> : The error itself seem to be a proper 404 not found. I have changed the
> : custom error pages so that the 404.1 .2 & .3 pages are used, but it
still
> : just displays the standard one. I have checked the mapping and they seem
> OK
> : (pointing to asp.dll) and the web service extension is OK. I have tried
> : numerous combinations of things, but I still cannot get the pages to
load.
> :
> : Any help would really be appreciated as my head is kno starting to hurt
> (not
> : true actually, it started hurting about two days ago!).
> :
> : Thanks,
> :
> : Paul
> :
> : Oh yes, and the page is there (I checked!)
> :
> :
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 05, 2003 Posts: 407
|
(Msg. 6) Posted: Thu Sep 11, 2003 6:21 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ok. I'm confuse. is asp pages not serving at all. or your
customer asp pages not loaded correctly ?
try a simple response.write "hello world". if not working,
check the request sub-status error code in IIS log file.
--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...
"Paul Tucker" <ptucker RemoveThis @merit-at.com> wrote in message
news:uPMxfFDeDHA.1716@TK2MSFTNGP10.phx.gbl...
> Bernard,
>
> Thanks for the reply. In home directory -> Configuration the mapping is
for
> .asp files to use windows\system32\inetsrv\asp.dll. The verbs are get,
post,
> head and trace and the Verify Files Exists flag is enabled.
>
> Any thoughts on what could be causing this?
>
> Thanks again,
>
> Paul
> "Bernard" <qbernard RemoveThis @hotmail.com> wrote in message
> news:OGNM9XBeDHA.1820@TK2MSFTNGP10.phx.gbl...
> > Err. the mapping is to a file or url ?
> >
> > try change it.
> >
> > --
> > Regards,
> > Bernard Cheah
<font color=green> > > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
> > Please respond to newsgroups only ...
> >
> >
> > "Paul Tucker" <ptucker RemoveThis @merit-at.com> wrote in message
> > news:utmfLE#dDHA.3224@tk2msftngp13.phx.gbl...
> > > Hi,
> > >
> > > I have got a problem with ASP pages not serving on IIS6. I am not sure
> > what
> > > I have done, but when I try to load an ASP page I get a 404 Not Found
> > Error.
> > > The error itself seem to be a proper 404 not found. I have changed the
> > > custom error pages so that the 404.1 .2 & .3 pages are used, but it
> still
> > > just displays the standard one. I have checked the mapping and they
seem
> > OK
> > > (pointing to asp.dll) and the web service extension is OK. I have
tried
> > > numerous combinations of things, but I still cannot get the pages to
> load.
> > >
> > > Any help would really be appreciated as my head is kno starting to
hurt
> > (not
> > > true actually, it started hurting about two days ago!).
> > >
> > > Thanks,
> > >
> > > Paul
> > >
> > > Oh yes, and the page is there (I checked!)
> > >
> > >
> >
> >
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 10, 2003 Posts: 7
|
(Msg. 7) Posted: Thu Sep 11, 2003 6:21 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Bernard,
I also am confused. No asp pages serve at all. In the log
file there is no sub-status code. I have tried using the
various sub-status error pages that are installed to see
if there was a problem with the log, but this had no
effect. The 404 error page is still just the standard one.
Since my last post I have tried changing the extension of
an asp file to asa (which is also mapped to asp.dll). I
still get the error. If I change it to aspx, the server
does try to load the page as asp.net. From this, is there
any way yo check that the asp.dll is loaded OK? Could it
be that the file the server cannot find is asp.dll? What
users should have permissions on the inetsrv directory?
Still confused! Still got a sore head!
Thanks,
Paul
>-----Original Message-----
>Ok. I'm confuse. is asp pages not serving at all. or your
>customer asp pages not loaded correctly ?
>
>try a simple response.write "hello world". if not working,
>check the request sub-status error code in IIS log file.
>
>--
>Regards,
>Bernard Cheah
>http://support.microsoft.com/
>Please respond to newsgroups only ...
>
>
>"Paul Tucker" <ptucker.DeleteThis@merit-at.com> wrote in message
>news:uPMxfFDeDHA.1716@TK2MSFTNGP10.phx.gbl...
>> Bernard,
>>
>> Thanks for the reply. In home directory ->
Configuration the mapping is
>for
>> .asp files to use windows\system32\inetsrv\asp.dll. The
verbs are get,
>post,
>> head and trace and the Verify Files Exists flag is
enabled.
>>
>> Any thoughts on what could be causing this?
>>
>> Thanks again,
>>
>> Paul
>> "Bernard" <qbernard.DeleteThis@hotmail.com> wrote in message
>> news:OGNM9XBeDHA.1820@TK2MSFTNGP10.phx.gbl...
>> > Err. the mapping is to a file or url ?
>> >
>> > try change it.
>> >
>> > --
>> > Regards,
>> > Bernard Cheah
<font color=brown> >> > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
>> > Please respond to newsgroups only ...
>> >
>> >
>> > "Paul Tucker" <ptucker.DeleteThis@merit-at.com> wrote in message
>> > news:utmfLE#dDHA.3224@tk2msftngp13.phx.gbl...
>> > > Hi,
>> > >
>> > > I have got a problem with ASP pages not serving on
IIS6. I am not sure
>> > what
>> > > I have done, but when I try to load an ASP page I
get a 404 Not Found
>> > Error.
>> > > The error itself seem to be a proper 404 not found.
I have changed the
>> > > custom error pages so that the 404.1 .2 & .3 pages
are used, but it
>> still
>> > > just displays the standard one. I have checked the
mapping and they
>seem
>> > OK
>> > > (pointing to asp.dll) and the web service extension
is OK. I have
>tried
>> > > numerous combinations of things, but I still cannot
get the pages to
>> load.
>> > >
>> > > Any help would really be appreciated as my head is
kno starting to
>hurt
>> > (not
>> > > true actually, it started hurting about two days
ago!).
>> > >
>> > > Thanks,
>> > >
>> > > Paul
>> > >
>> > > Oh yes, and the page is there (I checked!)
>> > >
>> > >
>> >
>> >
>>
>>
>
>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 05, 2003 Posts: 407
|
(Msg. 8) Posted: Thu Sep 11, 2003 6:32 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
sorry ! - customer asp pages -> custom error pages.
--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...
"Bernard" <qbernard.TakeThisOut@hotmail.com> wrote in message
news:OAPNZVDeDHA.620@TK2MSFTNGP11.phx.gbl...
> Ok. I'm confuse. is asp pages not serving at all. or your
> customer asp pages not loaded correctly ?
>
> try a simple response.write "hello world". if not working,
> check the request sub-status error code in IIS log file.
>
> --
> Regards,
> Bernard Cheah
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
> Please respond to newsgroups only ...
>
>
> "Paul Tucker" <ptucker.TakeThisOut@merit-at.com> wrote in message
> news:uPMxfFDeDHA.1716@TK2MSFTNGP10.phx.gbl...
> > Bernard,
> >
> > Thanks for the reply. In home directory -> Configuration the mapping is
> for
> > .asp files to use windows\system32\inetsrv\asp.dll. The verbs are get,
> post,
> > head and trace and the Verify Files Exists flag is enabled.
> >
> > Any thoughts on what could be causing this?
> >
> > Thanks again,
> >
> > Paul
> > "Bernard" <qbernard.TakeThisOut@hotmail.com> wrote in message
> > news:OGNM9XBeDHA.1820@TK2MSFTNGP10.phx.gbl...
> > > Err. the mapping is to a file or url ?
> > >
> > > try change it.
> > >
> > > --
> > > Regards,
> > > Bernard Cheah
<font color=brown> > > > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
> > > Please respond to newsgroups only ...
> > >
> > >
> > > "Paul Tucker" <ptucker.TakeThisOut@merit-at.com> wrote in message
> > > news:utmfLE#dDHA.3224@tk2msftngp13.phx.gbl...
> > > > Hi,
> > > >
> > > > I have got a problem with ASP pages not serving on IIS6. I am not
sure
> > > what
> > > > I have done, but when I try to load an ASP page I get a 404 Not
Found
> > > Error.
> > > > The error itself seem to be a proper 404 not found. I have changed
the
> > > > custom error pages so that the 404.1 .2 & .3 pages are used, but it
> > still
> > > > just displays the standard one. I have checked the mapping and they
> seem
> > > OK
> > > > (pointing to asp.dll) and the web service extension is OK. I have
> tried
> > > > numerous combinations of things, but I still cannot get the pages to
> > load.
> > > >
> > > > Any help would really be appreciated as my head is kno starting to
> hurt
> > > (not
> > > > true actually, it started hurting about two days ago!).
> > > >
> > > > Thanks,
> > > >
> > > > Paul
> > > >
> > > > Oh yes, and the page is there (I checked!)
> > > >
> > > >
> > >
> > >
> >
> >
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Aug 23, 2003 Posts: 2901
|
(Msg. 9) Posted: Thu Sep 11, 2003 7:55 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Do you have URLScan installed? Is it set to block .asp pages?
Otherwise, make sure that the site you're going to actually has it's root
directory pointed where you think it is.
Cheers
Ken
"Paul Tucker" <ptucker RemoveThis @merit-at.com> wrote in message
news:u1UxaADeDHA.2428@TK2MSFTNGP09.phx.gbl...
: Ken,
:
: Thanks for the reply. The extension is enabled but if I disable it I get
: exactly the same response.
:
: Paul
:
: "Ken Schaefer" <kenREMOVE RemoveThis @THISadOpenStatic.com> wrote in message
: news:uogMdSBeDHA.2324@TK2MSFTNGP12.phx.gbl...
: > Did you enable ASP pages? IIS v6 wil not serve dynamic pages (eg ASP,
: > ASP.Net) by default until you enable the appropriate ISAPI filter.
: >
: > In the IIS Manager, goto the Web Server Extensions node, and enabled
ASP.
: >
: > Cheers
: > Ken
: >
: >
: > "Paul Tucker" <ptucker RemoveThis @merit-at.com> wrote in message
: > news:utmfLE%23dDHA.3224@tk2msftngp13.phx.gbl...
: > : Hi,
: > :
: > : I have got a problem with ASP pages not serving on IIS6. I am not sure
: > what
: > : I have done, but when I try to load an ASP page I get a 404 Not Found
: > Error.
: > : The error itself seem to be a proper 404 not found. I have changed the
: > : custom error pages so that the 404.1 .2 & .3 pages are used, but it
: still
: > : just displays the standard one. I have checked the mapping and they
seem
: > OK
: > : (pointing to asp.dll) and the web service extension is OK. I have
tried
: > : numerous combinations of things, but I still cannot get the pages to
: load.
: > :
: > : Any help would really be appreciated as my head is kno starting to
hurt
: > (not
: > : true actually, it started hurting about two days ago!).
: > :
: > : Thanks,
: > :
: > : Paul
: > :
: > : Oh yes, and the page is there (I checked!)
: > :
: > :
: >
: >
:
: >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 10, 2003 Posts: 7
|
(Msg. 10) Posted: Thu Sep 11, 2003 7:55 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ken,
Thanks again. Urlscan is installed, but I have no idea
what it is doing as I did not set it up. I shall certainly
have a look.
Thanks again,
Paul
>-----Original Message-----
>Do you have URLScan installed? Is it set to block .asp
pages?
>
>Otherwise, make sure that the site you're going to
actually has it's root
>directory pointed where you think it is.
>
>Cheers
>Ken
>
>
>"Paul Tucker" <ptucker DeleteThis @merit-at.com> wrote in message
>news:u1UxaADeDHA.2428@TK2MSFTNGP09.phx.gbl...
>: Ken,
>:
>: Thanks for the reply. The extension is enabled but if I
disable it I get
>: exactly the same response.
>:
>: Paul
>:
>: "Ken Schaefer" <kenREMOVE DeleteThis @THISadOpenStatic.com> wrote
in message
>: news:uogMdSBeDHA.2324@TK2MSFTNGP12.phx.gbl...
>: > Did you enable ASP pages? IIS v6 wil not serve
dynamic pages (eg ASP,
>: > ASP.Net) by default until you enable the appropriate
ISAPI filter.
>: >
>: > In the IIS Manager, goto the Web Server Extensions
node, and enabled
>ASP.
>: >
>: > Cheers
>: > Ken
>: >
>: >
>: > "Paul Tucker" <ptucker DeleteThis @merit-at.com> wrote in message
>: > news:utmfLE%23dDHA.3224@tk2msftngp13.phx.gbl...
>: > : Hi,
>: > :
>: > : I have got a problem with ASP pages not serving on
IIS6. I am not sure
>: > what
>: > : I have done, but when I try to load an ASP page I
get a 404 Not Found
>: > Error.
>: > : The error itself seem to be a proper 404 not found.
I have changed the
>: > : custom error pages so that the 404.1 .2 & .3 pages
are used, but it
>: still
>: > : just displays the standard one. I have checked the
mapping and they
>seem
>: > OK
>: > : (pointing to asp.dll) and the web service extension
is OK. I have
>tried
>: > : numerous combinations of things, but I still cannot
get the pages to
>: load.
>: > :
>: > : Any help would really be appreciated as my head is
kno starting to
>hurt
>: > (not
>: > : true actually, it started hurting about two days
ago!).
>: > :
>: > : Thanks,
>: > :
>: > : Paul
>: > :
>: > : Oh yes, and the page is there (I checked!)
>: > :
>: > :
>: >
>: >
>:
>:
>
>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 10, 2003 Posts: 7
|
(Msg. 11) Posted: Thu Sep 11, 2003 7:55 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Ken,
To you as well, what a star. Urlscan was the problem. I have no idea when I
installed/configured it although I am pretty sure it was me. Anyhow, all's
well that ends well.
Thanks for your help,
Paul
"Paul Tucker" <ptucker.TakeThisOut@merit-at.com> wrote in message
news:04ff01c37844$12f5be30$a101280a@phx.gbl...
> Ken,
>
> Thanks again. Urlscan is installed, but I have no idea
> what it is doing as I did not set it up. I shall certainly
> have a look.
>
> Thanks again,
>
> Paul
> >-----Original Message-----
> >Do you have URLScan installed? Is it set to block .asp
> pages?
> >
> >Otherwise, make sure that the site you're going to
> actually has it's root
> >directory pointed where you think it is.
> >
> >Cheers
> >Ken
> >
> >
> >"Paul Tucker" <ptucker.TakeThisOut@merit-at.com> wrote in message
> >news:u1UxaADeDHA.2428@TK2MSFTNGP09.phx.gbl...
> >: Ken,
> >:
> >: Thanks for the reply. The extension is enabled but if I
> disable it I get
> >: exactly the same response.
> >:
> >: Paul
> >:
> >: "Ken Schaefer" <kenREMOVE.TakeThisOut@THISadOpenStatic.com> wrote
> in message
> >: news:uogMdSBeDHA.2324@TK2MSFTNGP12.phx.gbl...
> >: > Did you enable ASP pages? IIS v6 wil not serve
> dynamic pages (eg ASP,
> >: > ASP.Net) by default until you enable the appropriate
> ISAPI filter.
> >: >
> >: > In the IIS Manager, goto the Web Server Extensions
> node, and enabled
> >ASP.
> >: >
> >: > Cheers
> >: > Ken
> >: >
> >: >
> >: > "Paul Tucker" <ptucker.TakeThisOut@merit-at.com> wrote in message
> >: > news:utmfLE%23dDHA.3224@tk2msftngp13.phx.gbl...
> >: > : Hi,
> >: > :
> >: > : I have got a problem with ASP pages not serving on
> IIS6. I am not sure
> >: > what
> >: > : I have done, but when I try to load an ASP page I
> get a 404 Not Found
> >: > Error.
> >: > : The error itself seem to be a proper 404 not found.
> I have changed the
> >: > : custom error pages so that the 404.1 .2 & .3 pages
> are used, but it
> >: still
> >: > : just displays the standard one. I have checked the
> mapping and they
> >seem
> >: > OK
> >: > : (pointing to asp.dll) and the web service extension
> is OK. I have
> >tried
> >: > : numerous combinations of things, but I still cannot
> get the pages to
> >: load.
> >: > :
> >: > : Any help would really be appreciated as my head is
> kno starting to
> >hurt
> >: > (not
> >: > : true actually, it started hurting about two days
> ago!).
> >: > :
> >: > : Thanks,
> >: > :
> >: > : Paul
> >: > :
> >: > : Oh yes, and the page is there (I checked!)
> >: > :
> >: > :
> >: >
> >: >
> >:
> >:
> >
> >
> >.
> ><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 05, 2003 Posts: 407
|
(Msg. 12) Posted: Thu Sep 11, 2003 8:14 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Now if you have urlscan installed, go to
%windir%/system32/inetsrv/urlscan/
open the log file. check if the request is blocked.
if yes, edit the urlscan.ini, save it and restart IIS service.
Next, were you install iislockd.exe or just urlscan only ?
--
Regards,
Bernard Cheah
<a style='text-decoration: underline;' href="http://support.microsoft.com/" target="_blank">http://support.microsoft.com/</a>
Please respond to newsgroups only ...
"Paul Tucker" <ptucker.TakeThisOut@merit-at.com> wrote in message
news:059a01c37843$d2fe02b0$a301280a@phx.gbl...
> Hi Bernard,
>
> I also am confused. No asp pages serve at all. In the log
> file there is no sub-status code. I have tried using the
> various sub-status error pages that are installed to see
> if there was a problem with the log, but this had no
> effect. The 404 error page is still just the standard one.
>
> Since my last post I have tried changing the extension of
> an asp file to asa (which is also mapped to asp.dll). I
> still get the error. If I change it to aspx, the server
> does try to load the page as asp.net. From this, is there
> any way yo check that the asp.dll is loaded OK? Could it
> be that the file the server cannot find is asp.dll? What
> users should have permissions on the inetsrv directory?
>
> Still confused! Still got a sore head!
>
> Thanks,
>
> Paul
> >-----Original Message-----
> >Ok. I'm confuse. is asp pages not serving at all. or your
> >customer asp pages not loaded correctly ?
> >
> >try a simple response.write "hello world". if not working,
> >check the request sub-status error code in IIS log file.
> >
> >--
> >Regards,
> >Bernard Cheah
> >http://support.microsoft.com/
> >Please respond to newsgroups only ...
> >
> >
> >"Paul Tucker" <ptucker.TakeThisOut@merit-at.com> wrote in message
> >news:uPMxfFDeDHA.1716@TK2MSFTNGP10.phx.gbl...
> >> Bernard,
> >>
> >> Thanks for the reply. In home directory ->
> Configuration the mapping is
> >for
> >> .asp files to use windows\system32\inetsrv\asp.dll. The
> verbs are get,
> >post,
> >> head and trace and the Verify Files Exists flag is
> enabled.
> >>
> >> Any thoughts on what could be causing this?
> >>
> >> Thanks again,
> >>
> >> Paul
> >> "Bernard" <qbernard.TakeThisOut@hotmail.com> wrote in message
> >> news:OGNM9XBeDHA.1820@TK2MSFTNGP10.phx.gbl...
> >> > Err. the mapping is to a file or url ?
> >> >
> >> > try change it.
> >> >
> >> > --
> >> > Regards,
> >> > Bernard Cheah
<font color=brown> > >> > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
> >> > Please respond to newsgroups only ...
> >> >
> >> >
> >> > "Paul Tucker" <ptucker.TakeThisOut@merit-at.com> wrote in message
> >> > news:utmfLE#dDHA.3224@tk2msftngp13.phx.gbl...
> >> > > Hi,
> >> > >
> >> > > I have got a problem with ASP pages not serving on
> IIS6. I am not sure
> >> > what
> >> > > I have done, but when I try to load an ASP page I
> get a 404 Not Found
> >> > Error.
> >> > > The error itself seem to be a proper 404 not found.
> I have changed the
> >> > > custom error pages so that the 404.1 .2 & .3 pages
> are used, but it
> >> still
> >> > > just displays the standard one. I have checked the
> mapping and they
> >seem
> >> > OK
> >> > > (pointing to asp.dll) and the web service extension
> is OK. I have
> >tried
> >> > > numerous combinations of things, but I still cannot
> get the pages to
> >> load.
> >> > >
> >> > > Any help would really be appreciated as my head is
> kno starting to
> >hurt
> >> > (not
> >> > > true actually, it started hurting about two days
> ago!).
> >> > >
> >> > > Thanks,
> >> > >
> >> > > Paul
> >> > >
> >> > > Oh yes, and the page is there (I checked!)
> >> > >
> >> > >
> >> >
> >> >
> >>
> >>
> >
> >
> >.
> ><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
External

Since: Sep 10, 2003 Posts: 7
|
(Msg. 13) Posted: Thu Sep 11, 2003 8:14 pm
Post subject: Re: ASP Pages not serving [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Bernard,
Thanks for these suggestions. I will check when I can get
access to the machine later.
Thanks again for your help,
Paul
>-----Original Message-----
>Now if you have urlscan installed, go to
>%windir%/system32/inetsrv/urlscan/
>open the log file. check if the request is blocked.
>
>if yes, edit the urlscan.ini, save it and restart IIS
service.
>
>Next, were you install iislockd.exe or just urlscan only ?
>
>
>--
>Regards,
>Bernard Cheah
>http://support.microsoft.com/
>Please respond to newsgroups only ...
>
>
>"Paul Tucker" <ptucker DeleteThis @merit-at.com> wrote in message
>news:059a01c37843$d2fe02b0$a301280a@phx.gbl...
>> Hi Bernard,
>>
>> I also am confused. No asp pages serve at all. In the
log
>> file there is no sub-status code. I have tried using the
>> various sub-status error pages that are installed to see
>> if there was a problem with the log, but this had no
>> effect. The 404 error page is still just the standard
one.
>>
>> Since my last post I have tried changing the extension
of
>> an asp file to asa (which is also mapped to asp.dll). I
>> still get the error. If I change it to aspx, the server
>> does try to load the page as asp.net. From this, is
there
>> any way yo check that the asp.dll is loaded OK? Could it
>> be that the file the server cannot find is asp.dll? What
>> users should have permissions on the inetsrv directory?
>>
>> Still confused! Still got a sore head!
>>
>> Thanks,
>>
>> Paul
>> >-----Original Message-----
>> >Ok. I'm confuse. is asp pages not serving at all. or
your
>> >customer asp pages not loaded correctly ?
>> >
>> >try a simple response.write "hello world". if not
working,
>> >check the request sub-status error code in IIS log
file.
>> >
>> >--
>> >Regards,
>> >Bernard Cheah
>> >http://support.microsoft.com/
>> >Please respond to newsgroups only ...
>> >
>> >
>> >"Paul Tucker" <ptucker DeleteThis @merit-at.com> wrote in message
>> >news:uPMxfFDeDHA.1716@TK2MSFTNGP10.phx.gbl...
>> >> Bernard,
>> >>
>> >> Thanks for the reply. In home directory ->
>> Configuration the mapping is
>> >for
>> >> .asp files to use windows\system32\inetsrv\asp.dll.
The
>> verbs are get,
>> >post,
>> >> head and trace and the Verify Files Exists flag is
>> enabled.
>> >>
>> >> Any thoughts on what could be causing this?
>> >>
>> >> Thanks again,
>> >>
>> >> Paul
>> >> "Bernard" <qbernard DeleteThis @hotmail.com> wrote in message
>> >> news:OGNM9XBeDHA.1820@TK2MSFTNGP10.phx.gbl...
>> >> > Err. the mapping is to a file or url ?
>> >> >
>> >> > try change it.
>> >> >
>> >> > --
>> >> > Regards,
>> >> > Bernard Cheah
<font color=brown> >> >> > <a style='text-decoration: underline;' href="http://support.microsoft.com/</font" target="_blank">http://support.microsoft.com/</font</a>>
>> >> > Please respond to newsgroups only ...
>> >> >
>> >> >
>> >> > "Paul Tucker" <ptucker DeleteThis @merit-at.com> wrote in
message
>> >> > news:utmfLE#dDHA.3224@tk2msftngp13.phx.gbl...
>> >> > > Hi,
>> >> > >
>> >> > > I have got a problem with ASP pages not serving
on
>> IIS6. I am not sure
>> >> > what
>> >> > > I have done, but when I try to load an ASP page I
>> get a 404 Not Found
>> >> > Error.
>> >> > > The error itself seem to be a proper 404 not
found.
>> I have changed the
>> >> > > custom error pages so that the 404.1 .2 & .3
pages
>> are used, but it
>> >> still
>> >> > > just displays the standard one. I have checked
the
>> mapping and they
>> >seem
>> >> > OK
>> >> > > (pointing to asp.dll) and the web service
extension
>> is OK. I have
>> >tried
>> >> > > numerous combinations of things, but I still
cannot
>> get the pages to
>> >> load.
>> >> > >
>> >> > > Any help would really be appreciated as my head
is
>> kno starting to
>> >hurt
>> >> > (not
>> >> > > true actually, it started hurting about two days
>> ago!).
>> >> > >
>> >> > > Thanks,
>> >> > >
>> >> > > Paul
>> >> > >
>> >> > > Oh yes, and the page is there (I checked!)
>> >> > >
>> >> > >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>> >.
>> >
>
>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: ASP Pages not serving |
|
| Back to top |
|
 |  |
| Related Topics: | IIS 6.0 & ASP Pages with SSI - Hey I have a quick question about IIS 6.0. Hopefully someone can help me out. I have a website that has ASP pages with Server Side Includes in them. I have set the web extentions for ASP and SSI to Allowed and I setup up my website the same way I did....
ASP pages not accessible from IIS 5 - I have a problem with IIS: it perfectly displays .html pages but when it comes to .asp it gives me a HTTP - 500 internal server error. How can i fix this?? Any help would be very much appreciated. Thanks.
IIS 5 asp pages fail on W2K - Hi, I've been working on a web site for a while now and just recently the HTML pages display fine but my ASP pages return the HTTP - 500 Internal Server Error. I cannot think of any major changes I could have made that would cause this. I have already...
XP Pro - ASP pages will not display - Hi Recently installed XP PRO with all the lastest updates. IIS is installed but when testing the web sites I find that ASP pages will not display. I have been getting the following error message: "Active Server Pages error 'ASP 0134' Invalid Pr...
IIS won't load ASP pages - I have windows 2000 pro which i recently updated to SP4 IIS won't load any asp pages. It just shows page loading continually and gives no error messages (and yes i have show friendly error messages unchecked). The page constantly shows as loading and.... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|