in our company we want our site in mvc to work like so: sub.ourdomain.com

instead of: www.ourdomain.com/vritual

we are able to do that with isapi filter

and everything work OK.. except for links that are being created using stuff like: ActionLink helper function

links that are being created as so will still add the /virtual/

what can we do to fix it? how can we tell the urlHelper that we don't want that virtual directory anymore?

thanks

link|improve this question

74% accept rate
1  
How exactly did you configured IIS? And how exactly are you creating the urls, please provide some code. – Martijn B Dec 13 '11 at 17:32
feedback

1 Answer

Seems like you'd have to both supply a new urlHelper function and update the router to use subdomains instead of the first directory for mapping to the controller.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.