According to your description and configuration file above, first it's recommended to follow the asp.net routing procedure first, and check whether there is something during your procedure.
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.
Member
22 Points
32 Posts
Asp.net 4.5 Routing is not working....
Mar 25, 2014 07:53 AM|Jilani Shaikh|LINK
I have deployed a website on Server,in the developement phase I was working fine , but when I deployed it on server it shows 404 eror
When I write actual aspx page name on server it shows page.. but in case of virtual page name it through an error
www.example.com/welcome.aspx is fine
but
www.example.com/Welcome is invalid.
can you examine my configuration file and let me know where exactly I am wrong.
Thanks..
All-Star
32817 Points
3815 Posts
Re: Asp.net 4.5 Routing is not working....
Mar 27, 2014 03:10 AM|Angie xu - MSFT|LINK
HI,
Thanks for your feedback in asp.net forum.
According to your description and configuration file above, first it's recommended to follow the asp.net routing procedure first, and check whether there is something during your procedure.
Using ASP.NET Routing in a Web Forms Application: http://msdn.microsoft.com/en-us/library/dd329551.aspx
hope it helps.
Regards
Please remember to click "Mark as Answer" the responses that resolved your issue.
If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.