Tagged Questions
0
votes
1answer
486 views
MVC 2/ASP.NET 4.0 App not working
I have picked up a project that is currently broken and I'm trying to fix it.
The application was last working correctly as a .NET 3.5 Web Forms application with some features implemented in MVC 2.0.
...
0
votes
1answer
115 views
How to move a URL for a ASP.NET MVC Site
My SEO colleague has fired in a few url requests that involve moving
www.mydomain.co.uk/news
www.mydomain.co.uk/news/{id}/{title}
to
www.mydomain.co.uk/uk-news
...
1
vote
2answers
616 views
Add MapRoute for a static resource ASP.NET MVC
I have a pdf file which I would like to a create a route map for it. Is there a way to make object default take a url in stead of action controller combination?
Instead of
...
1
vote
1answer
718 views
400 Bad Request for URLs containing “&” on IIS7 with UrlRoutingModule
I'm setting up ASP.net MVC 2.0 on an old WebForms site that runs on IIS 7. The old site has a 404 handler set up like:
<httpErrors errorMode="Custom">
<remove statusCode="404" ...
0
votes
2answers
76 views
ASP.NET MVC Routing Help Required
I'm creating a online log viewer application which reads logs generated by many applications into a single common database. Log types are error, fatal, debug and I use all to represent all the logs.
...
0
votes
1answer
226 views
MVC2 routing issue: base url + action controler not working
I'm sure I have missed something obvious on this because I'm still a bit of a novice with the MVC2 routing.
I have a website where xyz.com takes you to a request status page(a list of pages) Upon ...
1
vote
2answers
421 views
IRouteConstraint for enum
I want to create an IRouteConstraint that filters a value against possible values of an enum.
I tried to google it for myself, but that didn't result in anything.
Any ideas?
2
votes
3answers
1k views
MVC Url helper method for static pages?
If I have a url like "/something/something/" and my site is http://mysite.com and I want to link to that something url, is there a method like Url.Content(); which will discover the virtual directory ...
0
votes
2answers
433 views
overload action for number of parameters in asp.net mvc
Is it possible to overload the action methods based on number of parameters in request?
Eg:
1.
domain.com/List/Filter/ByName
invokes -> public ActionResult Filter(string criteria1)
2.
...
6
votes
2answers
1k views
Encode URL with dot
I need to encode a url that contains a dot character ".". It's a ASP.NET MVC routing, but the url contains a ".". Is there a way?
For example, I'm trying to get this url: ...
2
votes
2answers
2k views
Why is ASP.NET-MVC Routing's UrlParameter.Optional ignored when using this Regex?
This is a stripped down example of a problem I was having this morning with ASP.NET MVC's URL routing.
Fairly simple, I wanted a route's Action to be called, whether or not the parameter on the end ...
1
vote
2answers
375 views
Default Index Method behaviour in ASP.NET MVC
I have the following ActionMethod in UserController
public ActionResult Index(string id, string name, int? org)
When I navigate to > http://mysite.com/User , the above action method is invoked. ...
2
votes
2answers
805 views
.NET MVC: Map Route Using Attribute On Action
I'm pretty new to MVC and can't find an answer one way or another to this question. Is there a built in architecture in MVC 1 (or 2, I suppose) that allows you to specify a route mapping via an ...
0
votes
2answers
1k views
Testing Routes in asp.net MVC
I'm using some code from Steve Sandersons MVC Framework book (2nd Ed.). I've got a class called Category that builds a RouteValueDictionary using it's other properties which I then use in the menu. On ...
0
votes
1answer
548 views
Map URL to empty route in ASP.NET MVC 2 from URL. URL displays blank page
If URL is
http://localhost:54027/test1/test2/home
It shows home page
If URL is
http://localhost:54027/test1/test2/
It shows BLANK page
Following are the routes we have used
routes.MapRoute(
...
0
votes
1answer
72 views
How to route to an outside URL from within MVC controller?
I'm embarrassed to even ask this question, but not sure of the syntax or way to do this.
I have a controller method where I would like to route to a URL outside of the MVC application. The reason ...
0
votes
2answers
276 views
object oriented url scheme in asp.net mvc 2
I'd like to modify the standard ASP.NET MVC URL routes
http://example.com/Controller/Action[/Id]
to something like:
http://example.com/Controller/Id/Action
Modifying the route scheme is trivial ...
0
votes
2answers
95 views
Is there any way to set the default route action to be the same name as the controller?
I'm developing an ASP.NET MVC2 application.
After having about 10 tabs open that read "Default.aspx" I was wondering if there was a way to specify in the routing table that the default controller ...
-1
votes
1answer
251 views
Flash can't find FLVplayback skin file while running in asp.net mvc view
Could anyone help me on why FLVPlayback isn't working properly in MVC views?
I think i narrowed it down to the "hard coded" skin url file not being correct.
Where should I put the skin file( e.g. ...
1
vote
3answers
545 views
Using ASP.NET MVC2, empty route is not being forwarded by IIS 6
First let me explain that I am on a hosted solution, and there is not much I can do in ways of configuration and settings for IIS 6.
I have MVC2 working to a degree, I'm using the following ...
0
votes
1answer
210 views
MVC Routing for IIS and Javascript
I think I have a fairly easy issue to fix but I can't seem to get it to work as I need. When running the web app through Visual Studio I get a URL such as: http://localhost:50261/Controller/Action But ...
0
votes
3answers
376 views
mvc2 - getting the URL to reflect the form submission
I have an MVC2 application with a form (like ya do). The user enters a query into the form (in the /Cars/Index view) and hits the "submit" button which posts to the Details action of CarsController - ...
4
votes
2answers
143 views
How do I strip unnecessary information from a user friendly url before it gets to a controller action
We are trying to use custom routes in an ASP.NET MVC application to generate this url: 'http://example.com/Person/unnecessaryinfo-42'. The "unnecessaryinfo" is the name of the id which will make the ...
1
vote
2answers
2k views
MVC HttpUtility.UrlEncode
i am attempting to use HttpUtility.UrlEncode to encode strings that ultimately are used in URLs.
example
/string/http://www.google.com
or
/string/my test string
where http://www.google.com is a ...
3
votes
1answer
705 views
ASP.NET MVC 2 wildcard route has trouble handling spaces
I've got a wildcard route mapped as below:
routes.MapRoute(
null,
"{controller}/{action}/{*category}",
new { controller = "Mall", action = "Index", ...
0
votes
2answers
83 views
How do I prevent the `Index` action appearing in my ASP.NET MVC2 urls?
I have a route that looks like this (but I've tried a few different ones):
routes.MapRoute(
"Metrics",
"Metrics/{action}/{id}/{resource}/{period}",
new { controller = "Metrics" }
);
On the ...
1
vote
1answer
361 views
Trouble Figuring Out The routes.Maproute For This URL (C#)
Despite the plethora of URL routing posts, I have yet to reach enlightenment on the subject.
I have an MVC app that works fine, but I want to get fancy and do some URL rewriting to make it easier ...
2
votes
3answers
579 views
How NOT to pass a parameter by URL?
First sorry for my bad english, i'm french. I'll try to make me understand :)
I'd like to pass a parameter from view to controller without using the url.
Why? Because the parameter is a userid and I ...
0
votes
3answers
2k views
When I add FormsAuthentication to ASP.NET MVC2 site in IIS7.5 I get HTTP 403.14 error
I have written a custom forms authentication module and when I add it to the web.config of my MVC2 application and run under IIS7.5 I get the HTTP 403.14 error. If I try to navigate to any of the ...
1
vote
2answers
114 views
ASP.NET MVC 2 routing problems with string
I want to add a simple route to my webapp, but it just doesn't work and i don't know why
code in global.asax.cs:
routes.MapRoute(
"BrowseGenre",
...
4
votes
2answers
1k views
How to correctly canonicalize a URL in an ASP.NET MVC application?
I'm trying to find a good general purpose way to canonicalize urls in an ASP.NET MVC 2 application. Here's what I've come up with so far:
// Using an authorization filter because it is executed ...
1
vote
2answers
611 views
mvc.net routing: routevalues in maproutes
i need urls like /controller/verb/noun/id and my action methods would be verb+noun. for example i want /home/edit/team/3 to hit the action method
public ActionResult editteam(int id){}
i have ...
1
vote
3answers
318 views
ASP.NET MVC Routes Mapping issue
I am struggling with generating outbound urls in asp.net mvc 2. Here is the scenario.
Controller: MoveController
Action: Index()
View: Index.aspx
Now what I would like is to have multiple urls ...
27
votes
2answers
2k views
How can I override a .svc file in my routing table?
I have this URL that was used from some JSON post back from the main website:
http://site/Services/api.svc/UpdateItem
We are in the process of updating the web site slowly to ASP.Net MVC 2 and ...
1
vote
1answer
345 views
asp.net mvc routing to a custom handler instead of controller?
I have a custom handler I've written that executes a custom action based on a parameter, for example:
/action/option1
would execute the action handler with option1. I can have any number of options ...
5
votes
1answer
440 views
MVC 2.0 dynamic routing for category names in an e-store
I'm currently working on an e-store using ASP.NET MVC 2.0. I already got most of it up and running, but the part that's been bothering me is routing. I want this:
...
0
votes
1answer
326 views
MapRoute problem using T4MVC
I do use T4MVC v.2.6.15
I have following problem with registering routes. I didn't have it with default MVC route register.
My problem route is following:
AddRoute( routes, "Songs",
//new { ...
1
vote
2answers
201 views
How to create a reusable Asp.Net Mvc application?
We have multiple Asp.Net WebSites each running on IIS.
Site1 : http://www.Site1.com/
Site2 : http://www.Site2.com/
We have to implement Shopping Cart functionality for each of the above ...
1
vote
2answers
233 views
How to convert model into url properly in asp.net MVC?
From the SEO standpoint it is nice to see urls in format which explains what is located on a page
Let's have a look on such situation (it is just example)
We need to display page about some product ...
3
votes
2answers
487 views
True SEO urls in asp.net mvc 2
I'm building a simple cms system and would like to have true seo urls with hierarchical levels of pages like http://www.mydomain.com/lorem-ipsum/dolar/sit-amet/. Whats the best approach to ...

