1

I have created web application in MVC 3 and I have uploaded it to server..

Problem is this I created virtual directory and upload my project in this virtual directory its url is like this

www.snowads.com/snow

So where I use @Html.ActionLink("Register", "Create", "User") its creating link like this

www.snowads.com/User/Create

but I want it should include virtual directory name

www.snowads.com/snow/User/Create

how can I do this ?

Stack Me
  • 31
  • 6
  • Plese see this http://stackoverflow.com/questions/6360175/running-an-asp-net-mvc-app-from-a-virtual-directory-in-iis7 – Code Jammr May 14 '12 at 22:54
  • Is your snow directory configured as an application in IIS? It seems no as the URLs generated would include the snow otherwise. – Mirko May 15 '12 at 04:14

0 Answers0