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

PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue.

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  default web in IIS stopped  
Author Message
spammers1

External


Since: May 25, 2004
Posts: 2



(Msg. 1) Posted: Tue May 25, 2004 5:38 am
Post subject: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue.
Archived from groups: microsoft>public>inetserver>iis (more info?)

Please Help.
Nobody seems to have posted a solution for this yet.

System:
Windows 2000 (unknown if it is Pro, Server or Advanced Server)
All known service packs are installed.

Symptoms:
Accessing a URL from an asp.net application such as
<a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report.ext?id=200" target="_blank">http://www.url.com/path/script.aspx/report.ext?id=200</a> (where "script.aspx"
is the script page) returns a 404 - file not found error on one installation
while six other installations work fine.
However...
Accessing the URL <a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report?id=200" target="_blank">http://www.url.com/path/script.aspx/report?id=200</a> works
fine on all installations (except that it doesn't return the PATH_INFO
required for the application). That is, it doesn't return a 404.

The only difference between the installations that I can find is that this
one is completely installed in a virtual directory while the others are
installed from the root of their servers or in physical directories beneath
that root. The "Check if File Exists" in the web properties > Directory Tab
 > Configuration > App Mappings > .aspx extension is not checked, as it
shouldn't be.

There may be some additional "hidden" settings in the metabase that I'm
missing, but nobody seems to have identified them as of yet.

The AllowPathInfoForScriptMappings metabase setting has no effect, nor do I
wish to change it from the default.
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q184/3/20.ASP&NoWebContent=1" target="_blank">http://support.microsoft.com/default.aspx?scid=http://support.microsof...om:80/s</a>

This issue seems to keep coming back in variations so any help would be
greatly appreciated!

<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB975A78%40palsoccer.com&rnum=10&prev=/groups%3Fq%3Dpath_info%2Burl%2B404%2Bgroup:" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB...A78%40p</a>*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D399B0A79.AB975A78%2540palsoccer.com%26rnum%3D10

<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23V%24vLfSDEHA.2576%40TK2MSFTNGP11.phx.gbl&rnum=2&prev=/groups%3Fq%3Dpath_info%2B404%2Bgroup" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23V%24vLfS...A.2576%</a>
:*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D%2523V%2524vLfSDEHA.257
6%2540TK2MSFTNGP11.phx.gbl%26rnum%3D2

<a style='text-decoration: underline;' href="http://groups.google.com/groups?selm=2ee02c93.0110011742.2fcd2c66%40posting.google.com&rnum=7" target="_blank">http://groups.google.com/groups?selm=2ee02c93.0110011742.2fcd2c66%40po...ng.goog</a>

<a style='text-decoration: underline;' href="http://groups.google.com/groups?&ie=UTF-8&selm=8l2078%24tt5%241%40nnrp1.deja.com&rnum=9" target="_blank">http://groups.google.com/groups?&ie=UTF-8&selm=8l2078%24tt5%241%40nnrp...eja.com</a>

<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB975A78%40palsoccer.com&rnum=10&prev=/groups%3Fq%3Dpath_info%2B404%2Bgroup:" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB...A78%40p</a>*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D399B0A79.AB975A78%2540palsoccer.com%26rnum%3D10

<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=oprx3yedfzor61je%40news1.on.sympatico.ca&rnum=13&prev=/groups%3F%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3Doprx3yedfzor61je%2540news1.on.sympatico.ca%26rnum%3D13" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=oprx3yedfzo...je%40ne</a>

Thanks in advance for any assistance.
Bri Gipson<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue. 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 2) Posted: Tue May 25, 2004 5:38 am
Post subject: Re: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

AllowPathInfoForScriptMapping will need to be left as default ( 0 ) if you
want ASP/ASP.Net to function. Setting it to 1 will definitely cause
ASP/ASP.Net to not function -- if you say that you set it to 1 and
ASP/ASP.Net is still working, then either that configuration is not taking
effect (perhaps overridden at a lower level by the same setting), or
something ELSE is going on with your server, outside of IIS, that is
affecting behavior.

Do you happen have URLScan running on the failing server such that it is
rejecting the .ext extension ?

I tried out a test ASP.Net page on my Windows 2000 Server, and I had it
function properly with with /vdir/script.aspx/path.info?query with default
AllowPathInfoForScriptMapping value and on the root and vdir. So, I think
you have something else running on this particular IIS server that is
changing server behavior -- start looking at applicable ISAPI Filters at the
global and site level.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Bri Gipson" <spammers RemoveThis @not.welcome.com> wrote in message
news:Qkysc.8289$Tn6.8242@newsread1.news.pas.earthlink.net...
Please Help.
Nobody seems to have posted a solution for this yet.

System:
Windows 2000 (unknown if it is Pro, Server or Advanced Server)
All known service packs are installed.

Symptoms:
Accessing a URL from an asp.net application such as
<a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report.ext?id=200" target="_blank">http://www.url.com/path/script.aspx/report.ext?id=200</a> (where "script.aspx"
is the script page) returns a 404 - file not found error on one installation
while six other installations work fine.
However...
Accessing the URL <a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report?id=200" target="_blank">http://www.url.com/path/script.aspx/report?id=200</a> works
fine on all installations (except that it doesn't return the PATH_INFO
required for the application). That is, it doesn't return a 404.

The only difference between the installations that I can find is that this
one is completely installed in a virtual directory while the others are
installed from the root of their servers or in physical directories beneath
that root. The "Check if File Exists" in the web properties > Directory Tab
 > Configuration > App Mappings > .aspx extension is not checked, as it
shouldn't be.

There may be some additional "hidden" settings in the metabase that I'm
missing, but nobody seems to have identified them as of yet.

The AllowPathInfoForScriptMappings metabase setting has no effect, nor do I
wish to change it from the default.
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q184/3/20.ASP&NoWebContent=1" target="_blank">http://support.microsoft.com/default.aspx?scid=http://support.microsof...om:80/s</a>

This issue seems to keep coming back in variations so any help would be
greatly appreciated!

<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB975A78%40palsoccer.com&rnum=10&prev=/groups%3Fq%3Dpath_info%2Burl%2B404%2Bgroup:" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB...A78%40p</a>*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D399B0A79.AB975A78%2540palsoccer.com%26rnum%3D10

<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23V%24vLfSDEHA.2576%40TK2MSFTNGP11.phx.gbl&rnum=2&prev=/groups%3Fq%3Dpath_info%2B404%2Bgroup" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23V%24vLfS...A.2576%</a>
:*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D%2523V%2524vLfSDEHA.257
6%2540TK2MSFTNGP11.phx.gbl%26rnum%3D2

<a style='text-decoration: underline;' href="http://groups.google.com/groups?selm=2ee02c93.0110011742.2fcd2c66%40posting.google.com&rnum=7" target="_blank">http://groups.google.com/groups?selm=2ee02c93.0110011742.2fcd2c66%40po...ng.goog</a>

<a style='text-decoration: underline;' href="http://groups.google.com/groups?&ie=UTF-8&selm=8l2078%24tt5%241%40nnrp1.deja.com&rnum=9" target="_blank">http://groups.google.com/groups?&ie=UTF-8&selm=8l2078%24tt5%241%40nnrp...eja.com</a>

<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB975A78%40palsoccer.com&rnum=10&prev=/groups%3Fq%3Dpath_info%2B404%2Bgroup:" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB...A78%40p</a>*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D399B0A79.AB975A78%2540palsoccer.com%26rnum%3D10

<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=oprx3yedfzor61je%40news1.on.sympatico.ca&rnum=13&prev=/groups%3F%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3Doprx3yedfzor61je%2540news1.on.sympatico.ca%26rnum%3D13" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=oprx3yedfzo...je%40ne</a>

Thanks in advance for any assistance.
Bri Gipson<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue. 
Back to top
Login to vote
spammers1

External


Since: May 25, 2004
Posts: 2



(Msg. 3) Posted: Tue May 25, 2004 2:53 pm
Post subject: Re: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for your response.

The AllowPathInfoForScriptMapping has not been set for the exact reason you
have specified. I don't want to change that for obvious reasons. I'll ask
the people on site today if they have anything running on that machine that
might interfere with normal operations. We already looked for ISAPI filters
and didn't find any, but we'll look again. There's always the possibility of
overlooking something.

Is there some type of configuration besides the "Check if File Exists" that
could cause this problem? In fact that flag doesn't perfectly replicate the
issue since it doesn't even allow non-extension extended path info to exist.
E.G. <a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report?id=200" target="_blank">http://www.url.com/path/script.aspx/report?id=200</a> would not work if
that flag is set while currently, it works in that way. The only type of URL
structure that doesn't work has the extension, such as:
<a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report.ext?id=200" target="_blank">http://www.url.com/path/script.aspx/report.ext?id=200</a> (where "script.aspx"
is the script page and "/report.ext" is just extended path info).

Thanks again!
Bri Gipson

----- Original Message -----
From: "David Wang [Msft]" <someone.TakeThisOut@online.microsoft.com>
Newsgroups: microsoft.public.inetserver.iis
Sent: Tuesday, May 25, 2004 2:47 AM
Subject: Re: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue.


 > AllowPathInfoForScriptMapping will need to be left as default ( 0 ) if you
 > want ASP/ASP.Net to function. Setting it to 1 will definitely cause
 > ASP/ASP.Net to not function -- if you say that you set it to 1 and
 > ASP/ASP.Net is still working, then either that configuration is not taking
 > effect (perhaps overridden at a lower level by the same setting), or
 > something ELSE is going on with your server, outside of IIS, that is
 > affecting behavior.
 >
 > Do you happen have URLScan running on the failing server such that it is
 > rejecting the .ext extension ?
 >
 > I tried out a test ASP.Net page on my Windows 2000 Server, and I had it
 > function properly with with /vdir/script.aspx/path.info?query with
default
 > AllowPathInfoForScriptMapping value and on the root and vdir. So, I think
 > you have something else running on this particular IIS server that is
 > changing server behavior -- start looking at applicable ISAPI Filters at
the
 > global and site level.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue. 
Back to top
Login to vote
nospam144

External


Since: May 25, 2004
Posts: 2



(Msg. 4) Posted: Tue May 25, 2004 5:13 pm
Post subject: Re: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

They had URLScan installed and changing the ini file fixed it.

THANKS!
Bri Gipson

--

"David Wang [Msft]" <someone.RemoveThis@online.microsoft.com> wrote in message
news:%23zQiBVjQEHA.4020@TK2MSFTNGP11.phx.gbl...
 > AllowPathInfoForScriptMapping will need to be left as default ( 0 ) if you
 > want ASP/ASP.Net to function. Setting it to 1 will definitely cause
 > ASP/ASP.Net to not function -- if you say that you set it to 1 and
 > ASP/ASP.Net is still working, then either that configuration is not taking
 > effect (perhaps overridden at a lower level by the same setting), or
 > something ELSE is going on with your server, outside of IIS, that is
 > affecting behavior.
 >
 > Do you happen have URLScan running on the failing server such that it is
 > rejecting the .ext extension ?
 >
 > I tried out a test ASP.Net page on my Windows 2000 Server, and I had it
 > function properly with with /vdir/script.aspx/path.info?query with
default
 > AllowPathInfoForScriptMapping value and on the root and vdir. So, I think
 > you have something else running on this particular IIS server that is
 > changing server behavior -- start looking at applicable ISAPI Filters at
the
 > global and site level.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "Bri Gipson" <spammers.RemoveThis@not.welcome.com> wrote in message
 > news:Qkysc.8289$Tn6.8242@newsread1.news.pas.earthlink.net...
 > Please Help.
 > Nobody seems to have posted a solution for this yet.
 >
 > System:
 > Windows 2000 (unknown if it is Pro, Server or Advanced Server)
 > All known service packs are installed.
 >
 > Symptoms:
 > Accessing a URL from an asp.net application such as
 > <a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report.ext?id=200" target="_blank">http://www.url.com/path/script.aspx/report.ext?id=200</a> (where "script.aspx"
 > is the script page) returns a 404 - file not found error on one
installation
 > while six other installations work fine.
 > However...
 > Accessing the URL <a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report?id=200" target="_blank">http://www.url.com/path/script.aspx/report?id=200</a> works
 > fine on all installations (except that it doesn't return the PATH_INFO
 > required for the application). That is, it doesn't return a 404.
 >
 > The only difference between the installations that I can find is that this
 > one is completely installed in a virtual directory while the others are
 > installed from the root of their servers or in physical directories
beneath
 > that root. The "Check if File Exists" in the web properties > Directory
Tab
  > > Configuration > App Mappings > .aspx extension is not checked, as it
 > shouldn't be.
 >
 > There may be some additional "hidden" settings in the metabase that I'm
 > missing, but nobody seems to have identified them as of yet.
 >
 > The AllowPathInfoForScriptMappings metabase setting has no effect, nor do
I
 > wish to change it from the default.
 >
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q184/3/20.ASP&NoWebContent=1" target="_blank">http://support.microsoft.com/default.aspx?scid=http://support.microsof...om:80/s</a>
 >
 > This issue seems to keep coming back in variations so any help would be
 > greatly appreciated!
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB975A78%40palsoccer.com&rnum=10&prev=/groups%3Fq%3Dpath_info%2Burl%2B404%2Bgroup:" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB...A78%40p</a>*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D399B0A79.AB975A78%2540palsoccer.com%26rnum%3D10
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23V%24vLfSDEHA.2576%40TK2MSFTNGP11.phx.gbl&rnum=2&prev=/groups%3Fq%3Dpath_info%2B404%2Bgroup" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23V%24vLfS...A.2576%</a>
 >
:*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D%2523V%2524vLfSDEHA.257
 > 6%2540TK2MSFTNGP11.phx.gbl%26rnum%3D2
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?selm=2ee02c93.0110011742.2fcd2c66%40posting.google.com&rnum=7" target="_blank">http://groups.google.com/groups?selm=2ee02c93.0110011742.2fcd2c66%40po...ng.goog</a>
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?&ie=UTF-8&selm=8l2078%24tt5%241%40nnrp1.deja.com&rnum=9" target="_blank">http://groups.google.com/groups?&ie=UTF-8&selm=8l2078%24tt5%241%40nnrp...eja.com</a>
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB975A78%40palsoccer.com&rnum=10&prev=/groups%3Fq%3Dpath_info%2B404%2Bgroup:" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB...A78%40p</a>*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D399B0A79.AB975A78%2540palsoccer.com%26rnum%3D10
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=oprx3yedfzor61je%40news1.on.sympatico.ca&rnum=13&prev=/groups%3F%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3Doprx3yedfzor61je%2540news1.on.sympatico.ca%26rnum%3D13" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=oprx3yedfzo...je%40ne</a>
 >
 > Thanks in advance for any assistance.
 > Bri Gipson
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue. 
Back to top
Login to vote
nospam144

External


Since: May 25, 2004
Posts: 2



(Msg. 5) Posted: Tue May 25, 2004 5:53 pm
Post subject: Re: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

That was it!

They had URLScan running. We went in and modified the ini file and it works
great! Also, we didn't see this before since we were looking at the web
service properties from the web level (the icon with the globe) and not the
machine level (the icon with the computer) in IIS.

Thanks a million, David!
Bri Gipson

--

"David Wang [Msft]" <someone.DeleteThis@online.microsoft.com> wrote in message
news:%23zQiBVjQEHA.4020@TK2MSFTNGP11.phx.gbl...
 > AllowPathInfoForScriptMapping will need to be left as default ( 0 ) if you
 > want ASP/ASP.Net to function. Setting it to 1 will definitely cause
 > ASP/ASP.Net to not function -- if you say that you set it to 1 and
 > ASP/ASP.Net is still working, then either that configuration is not taking
 > effect (perhaps overridden at a lower level by the same setting), or
 > something ELSE is going on with your server, outside of IIS, that is
 > affecting behavior.
 >
 > Do you happen have URLScan running on the failing server such that it is
 > rejecting the .ext extension ?
 >
 > I tried out a test ASP.Net page on my Windows 2000 Server, and I had it
 > function properly with with /vdir/script.aspx/path.info?query with
default
 > AllowPathInfoForScriptMapping value and on the root and vdir. So, I think
 > you have something else running on this particular IIS server that is
 > changing server behavior -- start looking at applicable ISAPI Filters at
the
 > global and site level.
 >
 > --
 > //David
 > IIS
 > This posting is provided "AS IS" with no warranties, and confers no
rights.
 > //
 > "Bri Gipson" <spammers.DeleteThis@not.welcome.com> wrote in message
 > news:Qkysc.8289$Tn6.8242@newsread1.news.pas.earthlink.net...
 > Please Help.
 > Nobody seems to have posted a solution for this yet.
 >
 > System:
 > Windows 2000 (unknown if it is Pro, Server or Advanced Server)
 > All known service packs are installed.
 >
 > Symptoms:
 > Accessing a URL from an asp.net application such as
 > <a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report.ext?id=200" target="_blank">http://www.url.com/path/script.aspx/report.ext?id=200</a> (where "script.aspx"
 > is the script page) returns a 404 - file not found error on one
installation
 > while six other installations work fine.
 > However...
 > Accessing the URL <a style='text-decoration: underline;' href="http://www.url.com/path/script.aspx/report?id=200" target="_blank">http://www.url.com/path/script.aspx/report?id=200</a> works
 > fine on all installations (except that it doesn't return the PATH_INFO
 > required for the application). That is, it doesn't return a 404.
 >
 > The only difference between the installations that I can find is that this
 > one is completely installed in a virtual directory while the others are
 > installed from the root of their servers or in physical directories
beneath
 > that root. The "Check if File Exists" in the web properties > Directory
Tab
  > > Configuration > App Mappings > .aspx extension is not checked, as it
 > shouldn't be.
 >
 > There may be some additional "hidden" settings in the metabase that I'm
 > missing, but nobody seems to have identified them as of yet.
 >
 > The AllowPathInfoForScriptMappings metabase setting has no effect, nor do
I
 > wish to change it from the default.
 >
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q184/3/20.ASP&NoWebContent=1" target="_blank">http://support.microsoft.com/default.aspx?scid=http://support.microsof...om:80/s</a>
 >
 > This issue seems to keep coming back in variations so any help would be
 > greatly appreciated!
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB975A78%40palsoccer.com&rnum=10&prev=/groups%3Fq%3Dpath_info%2Burl%2B404%2Bgroup:" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB...A78%40p</a>*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D399B0A79.AB975A78%2540palsoccer.com%26rnum%3D10
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23V%24vLfSDEHA.2576%40TK2MSFTNGP11.phx.gbl&rnum=2&prev=/groups%3Fq%3Dpath_info%2B404%2Bgroup" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=%23V%24vLfS...A.2576%</a>
 >
:*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D%2523V%2524vLfSDEHA.257
 > 6%2540TK2MSFTNGP11.phx.gbl%26rnum%3D2
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?selm=2ee02c93.0110011742.2fcd2c66%40posting.google.com&rnum=7" target="_blank">http://groups.google.com/groups?selm=2ee02c93.0110011742.2fcd2c66%40po...ng.goog</a>
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?&ie=UTF-8&selm=8l2078%24tt5%241%40nnrp1.deja.com&rnum=9" target="_blank">http://groups.google.com/groups?&ie=UTF-8&selm=8l2078%24tt5%241%40nnrp...eja.com</a>
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB975A78%40palsoccer.com&rnum=10&prev=/groups%3Fq%3Dpath_info%2B404%2Bgroup:" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=399B0A79.AB...A78%40p</a>*microsoft*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D399B0A79.AB975A78%2540palsoccer.com%26rnum%3D10
 >
 >
<a style='text-decoration: underline;' href="http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=oprx3yedfzor61je%40news1.on.sympatico.ca&rnum=13&prev=/groups%3F%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3Doprx3yedfzor61je%2540news1.on.sympatico.ca%26rnum%3D13" target="_blank">http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=oprx3yedfzo...je%40ne</a>
 >
 > Thanks in advance for any assistance.
 > Bri Gipson
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: PATH_TRANSLATED / SCRIPT_NAME server variable 404 issue. 
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 ]