-
URL mapping
hi,
i will figure out an example. in my office if i type "nihon" i nthe browser then it will go to http://nihon/v1 (this is my company intranet)
i just wanted to know how this logic works? and want to know how to can i try like this? can any on e please help me in this
-
Re: URL mapping
Hey,
There are a number of ways that you could get this to work, one of which would be to use the following approach:
http://msdn.microsoft.com/en-us/library/ms972974.aspx
And here you will find an implementation of that:
http://www.urlrewriting.net/149/en/home.html
The PM that you sent me suggests that you are trying to use the MVC approach, is that correct?
Gary
-
Re: URL mapping
Hi Gary,
Thanks for the help. i will try your input and will let you know once i have completed.