asp.net-routing
ASP.NET 4.0, IIS 7.5, URL Routing: Infinite Loop when no page is specified
I\'ve got a very simple app built in ASP.NET 4.0 which is using URL Routing. There are only two forms: Default.aspx and SubPage.aspx.It\'s not an MVC app.Just normal ASP.NET.When I simulate (debug) th[详细]
2023-03-12 04:47 分类:问答Unit Testing & System.Web.Routing
I have a test project and am trying to reference System.Web.Routing. I\'ve added the reference to the project but I am getting the error:[详细]
2023-03-11 09:45 分类:问答Unable to make ActionLink or RouteLink generate the correct URL
I\'m new to ASP.NET MVC (working with version 3) and cannot get ActionLink or RouteLink to work as I\'m expecting. In this app, an event can have many activities and I wish to route to them using:[详细]
2023-03-11 00:03 分类:问答Conditional ASP.NET MVC 3 Routing (With Areas)
Hurro. I\'m trying to achieve some conditional routing based on whether the current user is an admin or not.The system only has two modes, admin or non-admin and nothing more than this.I\'m using are[详细]
2023-03-10 16:14 分类:问答ASP.NET and Custom Routing to the default page
I have made the routing in asp.net to work correctly .But still if i type the Address with Default.aspx it\'s surpassing my routes and hitting the Page.[详细]
2023-03-04 18:40 分类:问答How do I redirect a route to another route in ASP.NET web forms?
I have routes like these: routes.MapPageRoute(\"Survey\", \"Survey\", \"~/Survey/Survey.aspx\") routes.MapPa开发者_如何学编程geRoute(\"Letters\", \"About/Letters\", \"~/Pages/Letters/Letters.aspx\")[详细]
2023-03-02 08:22 分类:问答.NET URI Routing MapPageRoute issue
Any ide开发者_如何学JAVAas on how to resolve this issue? My Global.aspx: protected void Application_Start(object sender, EventArgs e)[详细]
2023-03-01 06:14 分类:问答asp.net mvc c# highlight selected menu item by detecting route in partial view menu
Just thought I\'d give a little back, since I\'ve found many solutions here on stackoverflow but have not yet posted an answe开发者_如何学JAVAr (being an asp.net mvc novice):[详细]
2023-02-21 12:34 分类:问答iis 7 /asp.net doesn't obey error pages settings on .net4 web site
I\'ve just noticed in my logs that if there is a \".\" at the end of the url that doesn\'t exist on a .net 4 i开发者_StackOverflow中文版ntegrated apppool, iis 7.5 does not display your preset 404 url[详细]
2023-02-20 06:25 分类:问答ASP.net WebForms - Using GetRouteUrl in markup
I have been trying to figure out how to use the Routing features with ASP.net 4.0 WebForms. I addeda route to my route collection:[详细]
2023-02-17 08:57 分类:问答
加载中,请稍侯......