Relative reference to parent folder on Win2003

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Kotuby

    Relative reference to parent folder on Win2003

    Hi all,
    I have a rather large classic ASP application that uses relative references
    like

    ...\common\conn ection.asp

    all over the place in about 60 pages. The application works OK on my XP Pro
    machine but does not work on a Windows 2003 Server. Is there a way to set
    the server to accept the reference to the Parent folder? Does it have
    something to do with IIS lockdown? Or IIS Version 5 instead of 6?

    TIA


  • Dave Anderson

    #2
    Re: Relative reference to parent folder on Win2003

    John Kotuby wrote:
    Hi all,
    I have a rather large classic ASP application that uses relative
    references like
    >
    ..\common\conne ction.asp
    >
    all over the place in about 60 pages. The application works OK on my
    XP Pro machine but does not work on a Windows 2003 Server. Is there a
    way to set the server to accept the reference to the Parent folder?
    Does it have something to do with IIS lockdown? Or IIS Version 5
    instead of 6?
    Parent paths are not enabled by default in IIS6:


    You can easily turn them on for just your application or, if neccessary, for
    the entire site.



    --
    Dave Anderson

    Unsolicited commercial email will be read at a cost of $500 per message. Use
    of this email address implies consent to these terms.


    Comment

    • John Kotuby

      #3
      Re: Relative reference to parent folder on Win2003

      Many thanks Dave...

      "Dave Anderson" <NYRUMTPELVWH@s pammotel.comwro te in message
      news:eSlw0J04GH A.696@TK2MSFTNG P06.phx.gbl...
      John Kotuby wrote:
      >Hi all,
      >I have a rather large classic ASP application that uses relative
      >references like
      >>
      >..\common\conn ection.asp
      >>
      >all over the place in about 60 pages. The application works OK on my
      >XP Pro machine but does not work on a Windows 2003 Server. Is there a
      >way to set the server to accept the reference to the Parent folder?
      >Does it have something to do with IIS lockdown? Or IIS Version 5
      >instead of 6?
      >
      Parent paths are not enabled by default in IIS6:

      >
      You can easily turn them on for just your application or, if neccessary,
      for the entire site.
      >
      >
      >
      --
      Dave Anderson
      >
      Unsolicited commercial email will be read at a cost of $500 per message.
      Use of this email address implies consent to these terms.
      >

      Comment

      Working...