i have 2 urls on one page: http://host/home/listand http://host/home/list/1. if i click on second url then first url renders with param 1, so url1 equals ulr2 (url1 = http://host/home/list/1 and url2=
I am using Asp.Net MVC 2 - RC w/ Areas. I am receiving an ambigious controller name exception due to having same controller name in two different areas.
I\'ve created a website with ASP.NET MVC. I have a number of static pages that I am currently serving through a single controller called Home. This creates some rather ugly URLs.
Due to a prinitng error in some promotional material I have a site that is receiving a lot of requests which should be for one site arriving at another.
I have an action defined like so: public ActionResult Foo(int[] bar) { ... } Url\'s like this will work as expected:
I\'m implementing a site which has a search that can be executed via Controller methods that are accessed from two different routes.One hangs off the default route (using either Post data or query str
Can anyone point me in the right direction on how to map a route which requires two guids? ie. http://blah.com/somecontroller/someaction/{firstGuid}/{secondGuid}
I have ASP.Net MVC project. Plus wordpress blog under a subfolder \"/Blog\". Now, when I access the URL www.domainname.com/Blog, I get the following error:
I\'m trying to unit test my routes using the MvcContrib.TestHelper ShouldMapTo<TController>() extension method, but my tests fail with the following error message:
I am looking to generate some CSS files dynamically in my Content folder. At the moment, this folder has an ignore route (routes.IgnoreRoute(\"Content/{*wildcard}\");) and, I\'d like that to remain,