« Previous Next »

Thread: Path information is not translated in IIS7.0

Last post 09-26-2008 1:53 PM by ksingla. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 09-12-2008, 12:58 AM

    • madhuroa
    • Not Ranked
    • Joined on 09-12-2008, 4:45 AM
    • Posts 1

    Path information is not translated in IIS7.0

    ASP.NET 2.0, SQL SERVER 2005, IIS7, WINDOWS 2008 ENVIRONMENT. 

      The response.redirect the path is not translated and produces a page not found error.

      Response.Redirect("Redirect.aspx?NP=Invoice.aspx&ID=" & InvoiceID)

     

  • 09-26-2008, 1:53 PM In reply to

    • ksingla
    • Top 10 Contributor
    • Joined on 06-14-2006, 3:02 AM
    • Redmond, WA
    • Posts 845

    Re: Path information is not translated in IIS7.0

    This path will be returned to the client and will be used to send the next request. Request to URL you passed is producing the error. Can you try putting a slash in front? "/Redirect.aspx?NP=Invoice.aspx&ID=" & InvoiceID.

    Follow me on twitter at http://twitter.com/kjsingla
Page 1 of 1 (2 items)