tags:

views:

43

answers:

1

hello all

i want to change .aspx to like .abcd with rewriteModule in asp.net and iis7?

therefore when user typed home/default.aspx must be redirect to home/default.abcd

please help me

excuse for my weakly english writing

thanks all

+2  A: 

I love rewrite urls is more secure by example i rename all my .aspx to .do

Read this article by Microsoft MSDN and read Scott Gu Blog

pho3nix