Home › Forums › IIS 7 › IIS7 - Known Issues and Workarounds › Path information is not translated in IIS7.0
« Previous Next »
Last post 09-26-2008 1:53 PM by ksingla. 1 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (2 items)
Sort Posts: Oldest to newest Newest to oldest
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(
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.