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