0
votes
2answers
15 views
how to use url routing in asp.net 4.0
how i can use url routing in asp.net 4.0 . how it is possible in asp.net 4.0 ;
are you provide some demo code , sample project for it
0
votes
3answers
82 views
CodeIgniter: Simple URL routing question
I'm new to CI and URI routing in general.
I created a new app. Set the default controller to Main. In Main, I have an index method, a popular method and a recent method.
When I l …
2
votes
1answer
45 views
asp.net MVC and RESTful routing, rails-style. Is it possible?
Is there any way to get truly restful routing working in MVC, just like the rails dudes have? I 'm talking about nested urls like /bands/metallica/albums/killemall/track/4
The onl …
0
votes
2answers
23 views
Doesn’t ASP.Net MVC Differentiate URLs on number of arguments?
Somehow I had the impression that ASP.Net differentiates URLs based on the number of arguments too. But it doesn't seem to work in my project.
Consider the following function prot …
3
votes
3answers
49 views
Directing non extension files to .php
I have a file with .php extention www.example.com/thefile.php?name=123 that I want to direct the user to if the user visits any of the following aliases:
www.example.com/alias?na …
1
vote
2answers
46 views
Remembering URL until authentication is complete
How do I remember a url in php to serve it to a user after authentication. The idea is the user will request the url but while unauthenticated. In this case, I forward him to the l …
0
votes
0answers
21 views
Sub-net Routing [closed]
Applications hosted on servers located in the same subnet cannot reference domain names (VIP) hosted on the load balancer for the subnet.
Assumption: server A and server B are hos …
1
vote
3answers
28 views
How to create different View depending on logged in user’s role in asp.net MVC?
I am kinda new to MVC, so need your help getting me through a problem:
In my application the LogOn will be done using the Role of the user. I have my custom database schema (like U …
0
votes
2answers
28 views
/Mappings/Index is found but not /Mappings with ASP.NET MVC
Just struggling with a simple issue with ASP.NET MVC. I have a list of views, each view associated with an Index.aspx view being associated by default with /MyView.
Yet, for some …
1
vote
3answers
54 views
Asp.Net MVC Routing - how do I match the whole URL?
I'm trying to create a catch-all route to track when an affiliate string is in the URL. An affilite code is marked by an x followed by an int, and will only appear at the end of a …
3
votes
2answers
131 views
MVC: “The incoming request does not match any route.” - with a default request
I am getting this error only SOMETIMES (apparently randomly, though I know there's really no such thing in computers).
I'm working on an MVC (release 1) site in VS 2008. The machi …
0
votes
4answers
81 views
problem with friendly URLs routing by name instead of ID
I have a route in my code that looks like this:
map.app 'applications/:title_header', :controller => 'apps', :action => 'show'
I also changed my show method in the control …
0
votes
1answer
35 views
django LOGIN_REDIRECT_URL with dynamic value
Hi - I'm trying to redirect a user to a url containing his username (like http://domain/username/), and trying to figure out how to do this. I'm using django.contrib.auth for my us …
1
vote
1answer
64 views
Breaking my head to get Url Routing in IIS 7 hosting environment : ASP.NET
Hi
I am trying to implement ASP.NET URL routing using the System.Web.Routing. And this seems to work fine on my localhost however when I go live I am getting an IIS 7's 404 err …
1
vote
3answers
21 views
Feed name URL in ASP.NET MVC.
I'm writing a simple news site. I want that the URL will be something like this:
http://domain.com/killing-puts-focus-on-crimes-against-latinos
...instead of the basic Controlle …
