Can an .asp extension be redirected to an .aspx web application bythe server in IIS 6

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • The Great Pawn Hunter

    Can an .asp extension be redirected to an .aspx web application bythe server in IIS 6

    Hi,
    We have an old .asp application. We want to write a new .aspx
    application to replace it. However, many other programs still
    reference the old .asp. What I want to do is have the .aspx run
    instead of the .asp when these other applications run the .asp
    program. Can the main.asp program be redirected to the .aspx
    program? Hopefully by the server? We are running IIS 6.

    Manny
  • Alex Meleta

    #2
    Re: Can an .asp extension be redirected to an .aspx web application by the server in IIS 6

    Hi

    Guess <% response.redire ct "where.apsx ?" & Request.QuerySt ring %can be
    the way for both of your reqs

    Regards,
    Alex Meleta
    [Tech Blog: http://devkids.blogspot.com]

    THi,
    TWe have an old .asp application. We want to write a new .aspx
    Tapplication to replace it. However, many other programs still
    Treference the old .asp. What I want to do is have the .aspx run
    Tinstead of the .asp when these other applications run the .asp
    Tprogram. Can the main.asp program be redirected to the .aspx
    Tprogram? Hopefully by the server? We are running IIS 6.
    TManny
    T>


    Comment

    • The Great Pawn Hunter

      #3
      Re: Can an .asp extension be redirected to an .aspx web applicationby the server in IIS 6

      On Apr 2, 9:18 am, Alex Meleta <amel...@gmail. comwrote:
      Hi
      >
      Guess <% response.redire ct "where.apsx ?" & Request.QuerySt ring %can be
      the way for both of your reqs
      >
      Regards,
      Alex Meleta
      [Tech Blog:http://devkids.blogspot.com]
      >
      THi,
      TWe have an old .asp application.  We want to write a new .aspx
      Tapplication to replace it.  However, many other programs still
      Treference the old .asp.  What I want to do is have the .aspx run
      Tinstead of the .asp when these other applications run the .asp
      Tprogram.  Can the main.asp program be redirected to the .aspx
      Tprogram?  Hopefully by the server?  We are running IIS 6.
      TManny
      T>
      Thanks Alex,

      However, I found there is a redirect in IIS that does the trick It is
      good
      to have options though.

      Thanks

      Comment

      Working...