Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 24, 2012 12:21 PM by asdhangar10
Member
4 Points
2 Posts
Apr 24, 2012 12:15 PM|LINK
Split off from http://forums.asp.net/t/1602365.aspx/1?After+enabling+routing+get+Ajax+client+side+framework+failed+to+load+quot+. Please don't necropost.
Hello Zhughes,
How we can do the same for .Net Framework 3.5.
routes.Ignore("{resource}.axd/{*pathInfo}");
Above line of code is not supported in Framework 3.5.
Thanks
Ajay Singh Dhangar
Apr 24, 2012 12:21 PM|LINK
Hello Everyone,
I found the solution :
routes.Add(new Route("{resource}.axd/{*pathInfo}", new StopRoutingHandler()));
From this URL http://stackoverflow.com/questions/273447/how-to-ignore-route-in-asp-net-forms-url-routing Thanks Ajay Singh Dhangar
asdhangar10
Member
4 Points
2 Posts
After enabling routing, get 'Ajax client-side framework failed to load"
Apr 24, 2012 12:15 PM|LINK
Split off from http://forums.asp.net/t/1602365.aspx/1?After+enabling+routing+get+Ajax+client+side+framework+failed+to+load+quot+. Please don't necropost.
Hello Zhughes,
How we can do the same for .Net Framework 3.5.
routes.Ignore("{resource}.axd/{*pathInfo}");
Above line of code is not supported in Framework 3.5.
Thanks
Ajay Singh Dhangar
asdhangar10
Member
4 Points
2 Posts
Re: After enabling routing, get 'Ajax client-side framework failed to load"
Apr 24, 2012 12:21 PM|LINK
Hello Everyone,
I found the solution :
routes.Add(new Route("{resource}.axd/{*pathInfo}", new StopRoutingHandler()));From this URL
http://stackoverflow.com/questions/273447/how-to-ignore-route-in-asp-net-forms-url-routing
Thanks
Ajay Singh Dhangar