asp.net - Have page come up without the .aspx -
this question has answer here:
i using asp.net web forms.
i have situation aspx page needs come without .aspx extension.
following example (not real site):
www.abc.com/firstpage the page called firstpage.aspx, wonder if make work without .aspx.
the reason why important because email got sent out www.abc.com/firstpage, , need figure out how make programatically go www.abc.com/firstpage.aspx.
if using .net 4.5 can use asp.net friendly urls: http://aspnetfriendlyurls.codeplex.com/
Comments
Post a Comment