Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

404 error on an upgraded W2k to W2k3 server.

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS 5 Host Headers not working  
Author Message
topokin

External


Since: Sep 02, 2004
Posts: 12



(Msg. 1) Posted: Wed Sep 08, 2004 6:27 pm
Post subject: 404 error on an upgraded W2k to W2k3 server.
Archived from groups: microsoft>public>inetserver>iis (more info?)

I am in process of upgrading some of our W2K to W2K3 and I have facing
different experiences with those server that have IIS installed. So I
decided this time around to uninstall IIS before upgrading. I applied
"Windows Update" after the installation, then install IIS and configured my
websites and virtual directories. But this time around I am facing worse of
it all, I can not even call up a simple htm file "iisstart.htm". Any file I
which to browse give 404 error.

I have check the permission on all folders and files in Inetpub and the seem
to be fine. I have different applications with "Activer Server Page" and
PHP. I have allowed both applications on the Web services.

I will appreciate an urgent help on this as the System that runs our
Important Web-Applications.

topokin

 >> Stay informed about: 404 error on an upgraded W2k to W2k3 server. 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 2) Posted: Thu Sep 09, 2004 2:34 pm
Post subject: Re: 404 error on an upgraded W2k to W2k3 server. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Please look in the IIS logfile, and tell us what the HTTP substatus is for
the request in question.

Thanks

Cheers
Ken


"topokin" <topokin DeleteThis @discussions.microsoft.com> wrote in message
news:AB04F8E3-8AD6-4AE7-A5EC-8EFE32F72EAB@microsoft.com...
 >I am in process of upgrading some of our W2K to W2K3 and I have facing
 > different experiences with those server that have IIS installed. So I
 > decided this time around to uninstall IIS before upgrading. I applied
 > "Windows Update" after the installation, then install IIS and configured
 > my
 > websites and virtual directories. But this time around I am facing worse
 > of
 > it all, I can not even call up a simple htm file "iisstart.htm". Any file
 > I
 > which to browse give 404 error.
 >
 > I have check the permission on all folders and files in Inetpub and the
 > seem
 > to be fine. I have different applications with "Activer Server Page" and
 > PHP. I have allowed both applications on the Web services.
 >
 > I will appreciate an urgent help on this as the System that runs our
 > Important Web-Applications.
 >
 > topokin<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: 404 error on an upgraded W2k to W2k3 server. 
Back to top
Login to vote
topokin

External


Since: Sep 02, 2004
Posts: 12



(Msg. 3) Posted: Thu Sep 09, 2004 2:34 pm
Post subject: Re: 404 error on an upgraded W2k to W2k3 server. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have been able to get further opening what I call simple pages, however I
am still having problems with my Activer Server Page and PHP applications.
The Active Server Page gives HTTP 500-internal server error, while the PHP
gives HTTP 404 -File or directory not found.

What I observered in the log are as follows:
1) 2004-09-09 06:18:51 ServerIPAdress GET /agendax/agenda/default.asp
|1|ASP_0131|Disallowed_Parent_Path 80 -
ClientIPAdressMozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322) 500 0 0

2) 2004-09-09 06:11:43 ServerIPAdress OPTIONS / - 80 - 131.102.24.77
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0

Any further assistance.
Akinola

"Ken Schaefer" wrote:

 > Please look in the IIS logfile, and tell us what the HTTP substatus is for
 > the request in question.
 >
 > Thanks
 >
 > Cheers
 > Ken
 >
 >
 > "topokin" <topokin.TakeThisOut@discussions.microsoft.com> wrote in message
 > news:AB04F8E3-8AD6-4AE7-A5EC-8EFE32F72EAB@microsoft.com...
  > >I am in process of upgrading some of our W2K to W2K3 and I have facing
  > > different experiences with those server that have IIS installed. So I
  > > decided this time around to uninstall IIS before upgrading. I applied
  > > "Windows Update" after the installation, then install IIS and configured
  > > my
  > > websites and virtual directories. But this time around I am facing worse
  > > of
  > > it all, I can not even call up a simple htm file "iisstart.htm". Any file
  > > I
  > > which to browse give 404 error.
  > >
  > > I have check the permission on all folders and files in Inetpub and the
  > > seem
  > > to be fine. I have different applications with "Activer Server Page" and
  > > PHP. I have allowed both applications on the Web services.
  > >
  > > I will appreciate an urgent help on this as the System that runs our
  > > Important Web-Applications.
  > >
  > > topokin
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 error on an upgraded W2k to W2k3 server. 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 4) Posted: Thu Sep 09, 2004 7:46 pm
Post subject: Re: 404 error on an upgraded W2k to W2k3 server. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

a) If you disable "Show Friendly HTTP Errors" in your copy of Internet
Explorer, you will see the error messages coming back from IIS (Tools ->
Internet Options -> Advanced). For the error in question, you will need to
enable Parent Paths (or fix your code so that it doesn't use parent paths)

b) For your PHP issue
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;315122" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;315122</a>

Here are some instructions on getting it to work:
<a style='text-decoration: underline;' href="http://www.visualwin.com/PHP-ISAPI/" target="_blank">http://www.visualwin.com/PHP-ISAPI/</a>

Cheers
Ken

"topokin" <topokin RemoveThis @discussions.microsoft.com> wrote in message
news:CB65ED6F-0AA6-4EB6-9FEA-B9738D161AFE@microsoft.com...
 >I have been able to get further opening what I call simple pages, however I
 > am still having problems with my Activer Server Page and PHP applications.
 > The Active Server Page gives HTTP 500-internal server error, while the PHP
 > gives HTTP 404 -File or directory not found.
 >
 > What I observered in the log are as follows:
 > 1) 2004-09-09 06:18:51 ServerIPAdress GET /agendax/agenda/default.asp
 > |1|ASP_0131|Disallowed_Parent_Path 80 -
 > ClientIPAdressMozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322)
 > 500 0 0
 >
 > 2) 2004-09-09 06:11:43 ServerIPAdress OPTIONS / - 80 - 131.102.24.77
 > Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
 >
 > Any further assistance.
 > Akinola
 >
 > "Ken Schaefer" wrote:
 >
  >> Please look in the IIS logfile, and tell us what the HTTP substatus is
  >> for
  >> the request in question.
  >>
  >> Thanks
  >>
  >> Cheers
  >> Ken
  >>
  >>
  >> "topokin" <topokin RemoveThis @discussions.microsoft.com> wrote in message
  >> news:AB04F8E3-8AD6-4AE7-A5EC-8EFE32F72EAB@microsoft.com...
   >> >I am in process of upgrading some of our W2K to W2K3 and I have facing
   >> > different experiences with those server that have IIS installed. So I
   >> > decided this time around to uninstall IIS before upgrading. I applied
   >> > "Windows Update" after the installation, then install IIS and
   >> > configured
   >> > my
   >> > websites and virtual directories. But this time around I am facing
   >> > worse
   >> > of
   >> > it all, I can not even call up a simple htm file "iisstart.htm". Any
   >> > file
   >> > I
   >> > which to browse give 404 error.
   >> >
   >> > I have check the permission on all folders and files in Inetpub and the
   >> > seem
   >> > to be fine. I have different applications with "Activer Server Page"
   >> > and
   >> > PHP. I have allowed both applications on the Web services.
   >> >
   >> > I will appreciate an urgent help on this as the System that runs our
   >> > Important Web-Applications.
   >> >
   >> > topokin
  >>
  >>
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 error on an upgraded W2k to W2k3 server. 
Back to top
Login to vote
topokin

External


Since: Sep 02, 2004
Posts: 12



(Msg. 5) Posted: Thu Sep 09, 2004 7:46 pm
Post subject: Re: 404 error on an upgraded W2k to W2k3 server. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have been able to move forward to certain extent. The Activer Server page
are working again but I am still have problem with PHP. The PHP application
are actually to connet to MSSQL which is installed on another server. The
Windows where the SQL 2000 is installed has already been upgraded to W2K3
previous day and nothing was change manually as to the users or database
permissions. But the PHP application are now generating permission problems.

Any more tips?


"Ken Schaefer" wrote:

 > a) If you disable "Show Friendly HTTP Errors" in your copy of Internet
 > Explorer, you will see the error messages coming back from IIS (Tools ->
 > Internet Options -> Advanced). For the error in question, you will need to
 > enable Parent Paths (or fix your code so that it doesn't use parent paths)
 >
 > b) For your PHP issue
<font color=purple> > <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;315122</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;315122</font</a>>
 >
 > Here are some instructions on getting it to work:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.visualwin.com/PHP-ISAPI/</font" target="_blank">http://www.visualwin.com/PHP-ISAPI/</font</a>>
 >
 > Cheers
 > Ken
 >
 > "topokin" <topokin DeleteThis @discussions.microsoft.com> wrote in message
 > news:CB65ED6F-0AA6-4EB6-9FEA-B9738D161AFE@microsoft.com...
  > >I have been able to get further opening what I call simple pages, however I
  > > am still having problems with my Activer Server Page and PHP applications.
  > > The Active Server Page gives HTTP 500-internal server error, while the PHP
  > > gives HTTP 404 -File or directory not found.
  > >
  > > What I observered in the log are as follows:
  > > 1) 2004-09-09 06:18:51 ServerIPAdress GET /agendax/agenda/default.asp
  > > |1|ASP_0131|Disallowed_Parent_Path 80 -
  > > ClientIPAdressMozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322)
  > > 500 0 0
  > >
  > > 2) 2004-09-09 06:11:43 ServerIPAdress OPTIONS / - 80 - 131.102.24.77
  > > Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
  > >
  > > Any further assistance.
  > > Akinola
  > >
  > > "Ken Schaefer" wrote:
  > >
   > >> Please look in the IIS logfile, and tell us what the HTTP substatus is
   > >> for
   > >> the request in question.
   > >>
   > >> Thanks
   > >>
   > >> Cheers
   > >> Ken
   > >>
   > >>
   > >> "topokin" <topokin DeleteThis @discussions.microsoft.com> wrote in message
   > >> news:AB04F8E3-8AD6-4AE7-A5EC-8EFE32F72EAB@microsoft.com...
   > >> >I am in process of upgrading some of our W2K to W2K3 and I have facing
   > >> > different experiences with those server that have IIS installed. So I
   > >> > decided this time around to uninstall IIS before upgrading. I applied
   > >> > "Windows Update" after the installation, then install IIS and
   > >> > configured
   > >> > my
   > >> > websites and virtual directories. But this time around I am facing
   > >> > worse
   > >> > of
   > >> > it all, I can not even call up a simple htm file "iisstart.htm". Any
   > >> > file
   > >> > I
   > >> > which to browse give 404 error.
   > >> >
   > >> > I have check the permission on all folders and files in Inetpub and the
   > >> > seem
   > >> > to be fine. I have different applications with "Activer Server Page"
   > >> > and
   > >> > PHP. I have allowed both applications on the Web services.
   > >> >
   > >> > I will appreciate an urgent help on this as the System that runs our
   > >> > Important Web-Applications.
   > >> >
   > >> > topokin
   > >>
   > >>
   > >>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 error on an upgraded W2k to W2k3 server. 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 6) Posted: Fri Sep 10, 2004 6:30 pm
Post subject: Re: 404 error on an upgraded W2k to W2k3 server. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Maybe when you tell us what the actual error message is, we may be able to
help. If it's an IIS error, then we can tell you want to configure. If it's
a PHP error, then you probably need to seek support from your application's
vendor.

Cheers
Ken


"topokin" <topokin.DeleteThis@discussions.microsoft.com> wrote in message
news:25BB2BBA-56EF-4560-83F5-FA75750C5077@microsoft.com...
 >I have been able to move forward to certain extent. The Activer Server page
 > are working again but I am still have problem with PHP. The PHP
 > application
 > are actually to connet to MSSQL which is installed on another server. The
 > Windows where the SQL 2000 is installed has already been upgraded to W2K3
 > previous day and nothing was change manually as to the users or database
 > permissions. But the PHP application are now generating permission
 > problems.
 >
 > Any more tips?
 >
 >
 > "Ken Schaefer" wrote:
 >
  >> a) If you disable "Show Friendly HTTP Errors" in your copy of Internet
  >> Explorer, you will see the error messages coming back from IIS (Tools ->
  >> Internet Options -> Advanced). For the error in question, you will need
  >> to
  >> enable Parent Paths (or fix your code so that it doesn't use parent
  >> paths)
  >>
  >> b) For your PHP issue
<font color=green>  >> <a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;315122</font" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;315122</font</a>>
  >>
  >> Here are some instructions on getting it to work:
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.visualwin.com/PHP-ISAPI/</font" target="_blank">http://www.visualwin.com/PHP-ISAPI/</font</a>>
  >>
  >> Cheers
  >> Ken
  >>
  >> "topokin" <topokin.DeleteThis@discussions.microsoft.com> wrote in message
  >> news:CB65ED6F-0AA6-4EB6-9FEA-B9738D161AFE@microsoft.com...
   >> >I have been able to get further opening what I call simple pages,
   >> >however I
   >> > am still having problems with my Activer Server Page and PHP
   >> > applications.
   >> > The Active Server Page gives HTTP 500-internal server error, while the
   >> > PHP
   >> > gives HTTP 404 -File or directory not found.
   >> >
   >> > What I observered in the log are as follows:
   >> > 1) 2004-09-09 06:18:51 ServerIPAdress GET /agendax/agenda/default.asp
   >> > |1|ASP_0131|Disallowed_Parent_Path 80 -
   >> > ClientIPAdressMozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322)
   >> > 500 0 0
   >> >
   >> > 2) 2004-09-09 06:11:43 ServerIPAdress OPTIONS / - 80 - 131.102.24.77
   >> > Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
   >> >
   >> > Any further assistance.
   >> > Akinola
   >> >
   >> > "Ken Schaefer" wrote:
   >> >
   >> >> Please look in the IIS logfile, and tell us what the HTTP substatus is
   >> >> for
   >> >> the request in question.
   >> >>
   >> >> Thanks
   >> >>
   >> >> Cheers
   >> >> Ken
   >> >>
   >> >>
   >> >> "topokin" <topokin.DeleteThis@discussions.microsoft.com> wrote in message
   >> >> news:AB04F8E3-8AD6-4AE7-A5EC-8EFE32F72EAB@microsoft.com...
   >> >> >I am in process of upgrading some of our W2K to W2K3 and I have
   >> >> >facing
   >> >> > different experiences with those server that have IIS installed. So
   >> >> > I
   >> >> > decided this time around to uninstall IIS before upgrading. I
   >> >> > applied
   >> >> > "Windows Update" after the installation, then install IIS and
   >> >> > configured
   >> >> > my
   >> >> > websites and virtual directories. But this time around I am facing
   >> >> > worse
   >> >> > of
   >> >> > it all, I can not even call up a simple htm file "iisstart.htm".
   >> >> > Any
   >> >> > file
   >> >> > I
   >> >> > which to browse give 404 error.
   >> >> >
   >> >> > I have check the permission on all folders and files in Inetpub and
   >> >> > the
   >> >> > seem
   >> >> > to be fine. I have different applications with "Activer Server
   >> >> > Page"
   >> >> > and
   >> >> > PHP. I have allowed both applications on the Web services.
   >> >> >
   >> >> > I will appreciate an urgent help on this as the System that runs our
   >> >> > Important Web-Applications.
   >> >> >
   >> >> > topokin
   >> >>
   >> >>
   >> >>
  >>
  >>
  >><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: 404 error on an upgraded W2k to W2k3 server. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
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



[ Contact us | Terms of Service/Privacy Policy ]