Hi
I have used the Server.Transfer function often in DW8 projects like this:
HttpContext.Current.Server.Transfer("/Default.aspx?ID=" + pageId , true);
Now in DW9 theres no Default.aspx file so the above line throws an error.
Is there a way to make the function work in DW9 ?