 |
|
 |
|
Next: Major problem with IIS
|
| Author |
Message |
External

Since: Dec 08, 2003 Posts: 1
|
(Msg. 1) Posted: Tue Dec 09, 2003 2:25 am
Post subject: HTTP 404 Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
We are configuring our website with iis 6.0 but we are
encountering this kind of problem.
The files are there except that this error is displayed
once we clicked on a page that contains asp scripts. If we
click on the pages pointing to files with .htm or .html
extensions it works well.
ASP are all enabled on web extensions services. Can anyone
give an explanation why this is happening and can you give
me advise on what to do?
We are using Windows 2003 web server edition.
Thanks for any help.
regards, >> Stay informed about: HTTP 404 |
|
| Back to top |
|
 |  |
External

Since: Sep 05, 2003 Posts: 407
|
(Msg. 2) Posted: Tue Dec 09, 2003 6:39 pm
Post subject: Re: HTTP 404 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Try a simple response.write "hello world"..
if it works, then check your asp file, trace down
where it stops.
--
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 ...
"red" <anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:02f001c3be25$92820dd0$a001280a@phx.gbl...
> We are configuring our website with iis 6.0 but we are
> encountering this kind of problem.
>
> The files are there except that this error is displayed
> once we clicked on a page that contains asp scripts. If we
> click on the pages pointing to files with .htm or .html
> extensions it works well.
>
> ASP are all enabled on web extensions services. Can anyone
> give an explanation why this is happening and can you give
> me advise on what to do?
>
> We are using Windows 2003 web server edition.
>
> Thanks for any help.
>
> regards,<!-- ~MESSAGE_AFTER~ --> >> Stay informed about: HTTP 404 |
|
| Back to top |
|
 |  |
External

Since: Oct 14, 2003 Posts: 468
|
(Msg. 3) Posted: Tue Dec 09, 2003 6:39 pm
Post subject: Re: HTTP 404 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hi Bernard,
Thanks for the reply. We had copied one working sample
code from microft and we tried it as a default page and it
works, but when we put it as a link from one of the html
files, it didn't work and displays page cannot be found,
but this does not happen with html files.
I tried to add asp.dll on ISAPI filter tab web site
properties, but it displays it is not loaded. I don't know
if it conflicts with other settings because this is
enabled in web server extensions.
This website works on previous iis version.
>-----Original Message-----
>Try a simple response.write "hello world"..
>if it works, then check your asp file, trace down
>where it stops.
>
>--
>Regards,
>Bernard Cheah
>http://support.microsoft.com/
>Please respond to newsgroups only ...
>
>
>
>"red" <anonymous.RemoveThis@discussions.microsoft.com> wrote in
message
>news:02f001c3be25$92820dd0$a001280a@phx.gbl...
>> We are configuring our website with iis 6.0 but we are
>> encountering this kind of problem.
>>
>> The files are there except that this error is displayed
>> once we clicked on a page that contains asp scripts. If
we
>> click on the pages pointing to files with .htm or .html
>> extensions it works well.
>>
>> ASP are all enabled on web extensions services. Can
anyone
>> give an explanation why this is happening and can you
give
>> me advise on what to do?
>>
>> We are using Windows 2003 web server edition.
>>
>> Thanks for any help.
>>
>> regards,
>
>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: HTTP 404 |
|
| Back to top |
|
 |  |
External

Since: Sep 05, 2003 Posts: 407
|
(Msg. 4) Posted: Tue Dec 09, 2003 8:58 pm
Post subject: Re: HTTP 404 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Check out the iis log file status code ? 404.X ?
then check with this -
IIS 6.0 Does Not Serve Unknown MIME Types
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=326965" target="_blank">http://support.microsoft.com/?id=326965</a>
IIS 6.0 Does Not Serve Dynamic Content
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=555019" target="_blank">http://support.microsoft.com/?id=555019</a>
--
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 ...
<anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:fd6901c3be2f$e1d85f60$a601280a@phx.gbl...
> Hi Bernard,
>
> Thanks for the reply. We had copied one working sample
> code from microft and we tried it as a default page and it
> works, but when we put it as a link from one of the html
> files, it didn't work and displays page cannot be found,
> but this does not happen with html files.
>
> I tried to add asp.dll on ISAPI filter tab web site
> properties, but it displays it is not loaded. I don't know
> if it conflicts with other settings because this is
> enabled in web server extensions.
>
> This website works on previous iis version.
>
>
>
>
> >-----Original Message-----
> >Try a simple response.write "hello world"..
> >if it works, then check your asp file, trace down
> >where it stops.
> >
> >--
> >Regards,
> >Bernard Cheah
> >http://support.microsoft.com/
> >Please respond to newsgroups only ...
> >
> >
> >
> >"red" <anonymous.RemoveThis@discussions.microsoft.com> wrote in
> message
> >news:02f001c3be25$92820dd0$a001280a@phx.gbl...
> >> We are configuring our website with iis 6.0 but we are
> >> encountering this kind of problem.
> >>
> >> The files are there except that this error is displayed
> >> once we clicked on a page that contains asp scripts. If
> we
> >> click on the pages pointing to files with .htm or .html
> >> extensions it works well.
> >>
> >> ASP are all enabled on web extensions services. Can
> anyone
> >> give an explanation why this is happening and can you
> give
> >> me advise on what to do?
> >>
> >> We are using Windows 2003 web server edition.
> >>
> >> Thanks for any help.
> >>
> >> regards,
> >
> >
> >.
> ><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: HTTP 404 |
|
| Back to top |
|
 |  |
External

Since: Oct 14, 2003 Posts: 468
|
(Msg. 5) Posted: Tue Dec 09, 2003 8:58 pm
Post subject: Re: HTTP 404 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
I did that but didn't solved the problem. Anyway, many
thanks for the advises.
Regards,
>-----Original Message-----
>Check out the iis log file status code ? 404.X ?
>
>then check with this -
>IIS 6.0 Does Not Serve Unknown MIME Types
>http://support.microsoft.com/?id=326965
>
>IIS 6.0 Does Not Serve Dynamic Content
>http://support.microsoft.com/?id=555019
>
>
>--
>Regards,
>Bernard Cheah
>http://support.microsoft.com/
>Please respond to newsgroups only ...
>
>
>
><anonymous.RemoveThis@discussions.microsoft.com> wrote in message
>news:fd6901c3be2f$e1d85f60$a601280a@phx.gbl...
>> Hi Bernard,
>>
>> Thanks for the reply. We had copied one working sample
>> code from microft and we tried it as a default page and
it
>> works, but when we put it as a link from one of the html
>> files, it didn't work and displays page cannot be found,
>> but this does not happen with html files.
>>
>> I tried to add asp.dll on ISAPI filter tab web site
>> properties, but it displays it is not loaded. I don't
know
>> if it conflicts with other settings because this is
>> enabled in web server extensions.
>>
>> This website works on previous iis version.
>>
>>
>>
>>
>> >-----Original Message-----
>> >Try a simple response.write "hello world"..
>> >if it works, then check your asp file, trace down
>> >where it stops.
>> >
>> >--
>> >Regards,
>> >Bernard Cheah
>> >http://support.microsoft.com/
>> >Please respond to newsgroups only ...
>> >
>> >
>> >
>> >"red" <anonymous.RemoveThis@discussions.microsoft.com> wrote in
>> message
>> >news:02f001c3be25$92820dd0$a001280a@phx.gbl...
>> >> We are configuring our website with iis 6.0 but we
are
>> >> encountering this kind of problem.
>> >>
>> >> The files are there except that this error is
displayed
>> >> once we clicked on a page that contains asp scripts.
If
>> we
>> >> click on the pages pointing to files with .htm
or .html
>> >> extensions it works well.
>> >>
>> >> ASP are all enabled on web extensions services. Can
>> anyone
>> >> give an explanation why this is happening and can you
>> give
>> >> me advise on what to do?
>> >>
>> >> We are using Windows 2003 web server edition.
>> >>
>> >> Thanks for any help.
>> >>
>> >> regards,
>> >
>> >
>> >.
>> >
>
>
>.
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: HTTP 404 |
|
| Back to top |
|
 |  |
External

Since: Sep 05, 2003 Posts: 407
|
(Msg. 6) Posted: Wed Dec 10, 2003 5:49 pm
Post subject: Re: HTTP 404 [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Even a simple asp file cause 404 error ?
do you upgrade from IIS5.0 or clean install ?
get filemon - sysinternals.com to trace the access
dll. see if it find the correct one.
--
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 ...
<anonymous.DeleteThis@discussions.microsoft.com> wrote in message
news:0fce01c3be63$261ab4b0$a301280a@phx.gbl...
> I did that but didn't solved the problem. Anyway, many
> thanks for the advises.
>
> Regards,
>
>
> >-----Original Message-----
> >Check out the iis log file status code ? 404.X ?
> >
> >then check with this -
> >IIS 6.0 Does Not Serve Unknown MIME Types
> >http://support.microsoft.com/?id=326965
> >
> >IIS 6.0 Does Not Serve Dynamic Content
> >http://support.microsoft.com/?id=555019
> >
> >
> >--
> >Regards,
> >Bernard Cheah
> >http://support.microsoft.com/
> >Please respond to newsgroups only ...
> >
> >
> >
> ><anonymous.DeleteThis@discussions.microsoft.com> wrote in message
> >news:fd6901c3be2f$e1d85f60$a601280a@phx.gbl...
> >> Hi Bernard,
> >>
> >> Thanks for the reply. We had copied one working sample
> >> code from microft and we tried it as a default page and
> it
> >> works, but when we put it as a link from one of the html
> >> files, it didn't work and displays page cannot be found,
> >> but this does not happen with html files.
> >>
> >> I tried to add asp.dll on ISAPI filter tab web site
> >> properties, but it displays it is not loaded. I don't
> know
> >> if it conflicts with other settings because this is
> >> enabled in web server extensions.
> >>
> >> This website works on previous iis version.
> >>
> >>
> >>
> >>
> >> >-----Original Message-----
> >> >Try a simple response.write "hello world"..
> >> >if it works, then check your asp file, trace down
> >> >where it stops.
> >> >
> >> >--
> >> >Regards,
> >> >Bernard Cheah
> >> >http://support.microsoft.com/
> >> >Please respond to newsgroups only ...
> >> >
> >> >
> >> >
> >> >"red" <anonymous.DeleteThis@discussions.microsoft.com> wrote in
> >> message
> >> >news:02f001c3be25$92820dd0$a001280a@phx.gbl...
> >> >> We are configuring our website with iis 6.0 but we
> are
> >> >> encountering this kind of problem.
> >> >>
> >> >> The files are there except that this error is
> displayed
> >> >> once we clicked on a page that contains asp scripts.
> If
> >> we
> >> >> click on the pages pointing to files with .htm
> or .html
> >> >> extensions it works well.
> >> >>
> >> >> ASP are all enabled on web extensions services. Can
> >> anyone
> >> >> give an explanation why this is happening and can you
> >> give
> >> >> me advise on what to do?
> >> >>
> >> >> We are using Windows 2003 web server edition.
> >> >>
> >> >> Thanks for any help.
> >> >>
> >> >> regards,
> >> >
> >> >
> >> >.
> >> >
> >
> >
> >.
> ><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: HTTP 404 |
|
| Back to top |
|
 |  |
|
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
|
|
|
|
 |
|
|