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

IIS6.0 & ASP problem

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  website activity  
Author Message
billn_nospam_p

External


Since: Mar 18, 2004
Posts: 15



(Msg. 1) Posted: Thu Mar 18, 2004 3:05 pm
Post subject: IIS6.0 & ASP problem
Archived from groups: microsoft>public>inetserver>iis (more info?)

An ASP app running fine on IIS 5.p. When I moved to an IIS6.0 on Win 2003
server, I cannot run any ASP page. I noticed that there was server extension
2002 but not the earlier. What do I need to do to get ASP pages to work?
Thanks
Bill

-- Error msg ---
The page cannot be displayed
There is a problem with the page you are trying to reach and it cannot
be displayed.

--------------------------------------------------------------------------

Please try the following:

a.. Open the iisserver home page, and then look for links to the
information you want.
b.. Click the Refresh button, or try again later.

c.. Click Search to look for information on the Internet.
d.. You can also see a list of related sites.




HTTP 500 - Internal server error
Internet Explorer

 >> Stay informed about: IIS6.0 & ASP problem 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 2) Posted: Thu Mar 18, 2004 6:19 pm
Post subject: Re: IIS6.0 & ASP problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Bill Nguyen" <billn_nospam_please DeleteThis @jaco.com> wrote in message
news:O9miRRSDEHA.3796@TK2MSFTNGP10.phx.gbl...
 > An ASP app running fine on IIS 5.p. When I moved to an IIS6.0 on Win 2003
 > server, I cannot run any ASP page. I noticed that there was server
extension
 > 2002 but not the earlier. What do I need to do to get ASP pages to work?
 >
 > HTTP 500 - Internal server error
 > Internet Explorer

FAQ. Start here:
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2109" target="_blank">http://www.aspfaq.com/show.asp?id=2109</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=311766" target="_blank">http://support.microsoft.com/?id=311766</a>
<a style='text-decoration: underline;' href="http://support.microsoft.com/?id=309051" target="_blank">http://support.microsoft.com/?id=309051</a>

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS6.0 & ASP problem 
Back to top
Login to vote
kgafvert

External


Since: Aug 23, 2003
Posts: 3146



(Msg. 3) Posted: Fri Mar 19, 2004 12:21 am
Post subject: Re: IIS6.0 & ASP problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

IIS 6 is locked down by default. This means that script files like asp and
php cannot be executed until you allow it. To allow asp files, follow these
steps:

a.. Click Start->Programs->Administrative Tools->Internet Information
Services Manager
b.. Expand <servername> and click Web Service Extensions
c.. In the right pane, right click Active Server Pages and select Allow


If it still does not work, disabled "Show Friendly HTTP Errors" in your
browser, and give us the real error message.
--
Regards,
Kristofer Gafvert - IIS MVP
Reply to newsgroup only. Remove NEWS if you must reply by email, but please
do not.
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003


"Bill Nguyen" <billn_nospam_please.TakeThisOut@jaco.com> wrote in message
news:O9miRRSDEHA.3796@TK2MSFTNGP10.phx.gbl...
 > An ASP app running fine on IIS 5.p. When I moved to an IIS6.0 on Win 2003
 > server, I cannot run any ASP page. I noticed that there was server
extension
 > 2002 but not the earlier. What do I need to do to get ASP pages to work?
 > Thanks
 > Bill
 >
 > -- Error msg ---
 > The page cannot be displayed
 > There is a problem with the page you are trying to reach and it
cannot
 > be displayed.
 >
 > --------------------------------------------------------------------------
 >
 > Please try the following:
 >
 > a.. Open the iisserver home page, and then look for links to the
 > information you want.
 > b.. Click the Refresh button, or try again later.
 >
 > c.. Click Search to look for information on the Internet.
 > d.. You can also see a list of related sites.
 >
 >
 >
 >
 > HTTP 500 - Internal server error
 > Internet Explorer
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6.0 & ASP problem 
Back to top
Login to vote
billn_nospam_p

External


Since: Mar 18, 2004
Posts: 15



(Msg. 4) Posted: Fri Mar 19, 2004 12:21 am
Post subject: Re: IIS6.0 & ASP problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you Tom & Kristopher.
For some reasons, IIS6.0 can't recognize the file path. I tried full path as
well but none work!
Please help!
Bill
-----------------

Here's the error message:

Active Server Pages error 'ASP 0131'

Disallowed Parent Path

/Admin/admin.asp, line 5

The Include file '../header.htm' cannot contain '..' to indicate the parent
directory.






"Kristofer Gafvert" <kgafvert.DeleteThis@NEWSilopia.com> wrote in message
news:eE$yYaSDEHA.2712@TK2MSFTNGP10.phx.gbl...
 >
 > IIS 6 is locked down by default. This means that script files like asp and
 > php cannot be executed until you allow it. To allow asp files, follow
these
 > steps:
 >
 > a.. Click Start->Programs->Administrative Tools->Internet Information
 > Services Manager
 > b.. Expand <servername> and click Web Service Extensions
 > c.. In the right pane, right click Active Server Pages and select Allow
 >
 >
 > If it still does not work, disabled "Show Friendly HTTP Errors" in your
 > browser, and give us the real error message.
 > --
 > Regards,
 > Kristofer Gafvert - IIS MVP
 > Reply to newsgroup only. Remove NEWS if you must reply by email, but
please
 > do not.
 > <a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a> - FAQ and Tutorials for Windows Server 2003
 >
 >
 > "Bill Nguyen" <billn_nospam_please.DeleteThis@jaco.com> wrote in message
 > news:O9miRRSDEHA.3796@TK2MSFTNGP10.phx.gbl...
  > > An ASP app running fine on IIS 5.p. When I moved to an IIS6.0 on Win
2003
  > > server, I cannot run any ASP page. I noticed that there was server
 > extension
  > > 2002 but not the earlier. What do I need to do to get ASP pages to work?
  > > Thanks
  > > Bill
  > >
  > > -- Error msg ---
  > > The page cannot be displayed
  > > There is a problem with the page you are trying to reach and it
 > cannot
  > > be displayed.
  > >
 >
 > --------------------------------------------------------------------------
  > >
  > > Please try the following:
  > >
  > > a.. Open the iisserver home page, and then look for links to the
  > > information you want.
  > > b.. Click the Refresh button, or try again later.
  > >
  > > c.. Click Search to look for information on the Internet.
  > > d.. You can also see a list of related sites.
  > >
  > >
  > >
  > >
  > > HTTP 500 - Internal server error
  > > Internet Explorer
  > >
  > >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6.0 & ASP problem 
Back to top
Login to vote
user641

External


Since: Aug 22, 2003
Posts: 1637



(Msg. 5) Posted: Fri Mar 19, 2004 11:19 am
Post subject: Re: IIS6.0 & ASP problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Bill Nguyen" <billn_nospam_please RemoveThis @jaco.com> wrote in message
news:OZnftWUDEHA.1240@TK2MSFTNGP10.phx.gbl...
 > Thank you Tom & Kristopher.
 > For some reasons, IIS6.0 can't recognize the file path. I tried full path
as
 > well but none work!
 > Please help!
 > Bill
 > -----------------
 >
 > Here's the error message:
 >
 > Active Server Pages error 'ASP 0131'
 >
 > Disallowed Parent Path
 >
 > /Admin/admin.asp, line 5
 >
 > The Include file '../header.htm' cannot contain '..' to indicate the
parent
 > directory.

Oh - IIS 6 does not allow parent paths (IIS 5 did) ...
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;332117&Product=iis60" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;332117&Product=iis60</a>

--
Tom Kaminski IIS MVP
<a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running IIS
<a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/" target="_blank">http://mvp.support.microsoft.com/</a>
<a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6.0 & ASP problem 
Back to top
Login to vote
billn_nospam_p

External


Since: Mar 18, 2004
Posts: 15



(Msg. 6) Posted: Fri Mar 19, 2004 12:40 pm
Post subject: Re: IIS6.0 & ASP problem [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Tom;
Thanks for the tip. This solved the parent path problem.
Bill

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:c3eril$5gh1@kcweb01.netnews.att.com...
 > "Bill Nguyen" <billn_nospam_please RemoveThis @jaco.com> wrote in message
 > news:OZnftWUDEHA.1240@TK2MSFTNGP10.phx.gbl...
  > > Thank you Tom & Kristopher.
  > > For some reasons, IIS6.0 can't recognize the file path. I tried full
path
 > as
  > > well but none work!
  > > Please help!
  > > Bill
  > > -----------------
  > >
  > > Here's the error message:
  > >
  > > Active Server Pages error 'ASP 0131'
  > >
  > > Disallowed Parent Path
  > >
  > > /Admin/admin.asp, line 5
  > >
  > > The Include file '../header.htm' cannot contain '..' to indicate the
 > parent
  > > directory.
 >
 > Oh - IIS 6 does not allow parent paths (IIS 5 did) ...
 >
<a style='text-decoration: underline;' href="http://support.microsoft.com/default.aspx?scid=kb;en-us;332117&Product=iis60" target="_blank">http://support.microsoft.com/default.aspx?scid=kb;en-us;332117&Product=iis60</a>
 >
 > --
 > Tom Kaminski IIS MVP
 > <a style='text-decoration: underline;' href="http://www.iistoolshed.com/" target="_blank">http://www.iistoolshed.com/</a> - tools, scripts, and utilities for running
IIS
<font color=purple> > <a style='text-decoration: underline;' href="http://mvp.support.microsoft.com/</font" target="_blank">http://mvp.support.microsoft.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/windowsserver2003/community/centers/iis/</font" target="_blank">http://www.microsoft.com/windowsserver2003/community/centers/iis/</font</a>>
 >
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS6.0 & ASP problem 
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 ]