How to change the routing of asp.net mvc to standard .aspx routing
I developed asp.net mvc web site. The routing is like now: /Home/About
And i want to change it like /Home/About.aspx
I have tried to change that on Global.asax.cs but i could not make it
I developed asp.net mvc web site. The routing is like now: /Home/About
And i want to change it like /Home/About.aspx
I have tried to change that on Global.asax.cs but i could not make it