Hi,
I'm using godaddy shared hosting, with IIS7, Integrated mode, and published up a bog standard MVC2 app to dev.lazygekko.com created with Visual Web Developer 2010.
It all works, however when any of the links are clicked, they point to dev.lazygekko.com/dev/..., dev being the folder it is pointing at.
Can anyone shed some light on what I may be doing wrong?
Many thanks.
UPDATE
I've now managed to break it completely messing with settings, but any ideas for when I get it working again would be most appreciated...
UPDATE 2
Now back up and running on mvc.lazygekko.com. As you can see, urls have mvc.lazygekko.com/mvc/... But I just want the mvc.lazygekko.com.
Thanks
UPDATE 3
The links are straight out of the box:
<%= Html.ActionLink("Home","Index","Home") %>
Although I did change the project to .net 3.5 instead of 4.0, changing the : to a =.