User-2062783045 posted
Thanks for your kind reply sir.
I given the rewrite url in webconfig like this.If i call the url as you specified Response.Redirect("~/Test.aspx") it will display in the url Test.aspx.I have to avoid the aspx extension so that i used the url rewriting.How is it possible.
Web config file ::<rewrite url="^~/Test$" to="~/Test/Test.aspx"/>
<rewrite url="^~/DisplayForum" to="~/Forum/DisplayForum.aspx"/>
I call the redirect url like Response.Redirect("Test");