how to create a asp.net mvc form helper that takes virtual directory into consideration?
In testing our dev server has:
http://devserver1/some_virt_directory/
production is:
http://www.example.com
I need the form post url to reflect if we have a virtual directory or not, is this possible?