Top "Asp.net-routing" questions

ASP.

ASP.NET MVC, Url Routing: Maximum Path (URL) Length

The Scenario I have an application where we took the good old query string URL structure: ?x=1&y=2&…

asp.net-mvc iis url routing asp.net-routing
How to redirect to a dynamic login URL in ASP.NET MVC

I'm creating a multi-tenancy web site which hosts pages for clients. The first segment of the URL will be a …

.net asp.net-mvc authentication forms-authentication asp.net-routing
ASP.NET MVC 5 - (HTTP Error 404.0 - Not Found) with long non-existing URL

I created a new project in Microsoft Visual Studio Express 2013 for Web. It is an ASP.NET MVC 5 - .NET …

asp.net-mvc url http-status-code-404 asp.net-routing
Api controller declaring more than one Get statement

Using the new Api Controller in MVC4, and I've found a problem. If I have the following methods: public IEnumberable&…

c# asp.net-mvc-4 asp.net-web-api asp.net-routing
ASP.Net Mvc 3 Url.Action method uses parameter values from previous request

When Urls are autogenerated using the Url.Action helper, if a page contains a line similar to @Url.Action("Edit","…

asp.net-mvc-3 razor asp.net-routing
Run two web sites on same port on IIS 7.5?

We need to be able to run two versions of one ASP.net web application on the same intranet server …

asp.net iis request asp.net-routing
Can ASP.NET Routing be used to create "clean" URLs for .ashx (IHttpHander) handlers?

I have some REST services using plain old IHttpHandlers. I'd like to generate cleaner URLs, so that I don't have …

asp.net ihttphandler asp.net-routing
Direct different IP's to different pages on IIS7

Using IIS7, how do I direct internal private network IP's addresses to my web site while I direct external IP …

iis-7 web-config ip-address asp.net-routing
ASP.NET routing on IIS 6

I have created a basic site using ASP.NET routing according to Mike Ormond's example "Using ASP.NET routing Independent …

iis-6 asp.net-routing
asp.net web api routing design (multiple routes)

I'm currently designing a REST api with ASP.NET Web API. I want to provide methods like these (http methods …

asp.net-web-api asp.net-routing asp.net-web-api-routing