Seemingly normal link does not work in MVC, IIS5, SparkView.
- by Matt W
I have a regular link being generated in MVC1.0 as:
/Login/Logout
This link does not work. The code for it is:
<a href="${Links.Logout}" class="SignOut">Sign out</a>
As I am using SparkView.
I am using IIS5.1 on WinXP Pro.
I cannot work out why the link on the page calls the MVC action if I open the link in a separate browser tab but not when I click directly on it in the original page. This feels like a browser bug (Chrome, Firefox, IE8) but they all perform the same way.
Thanks,
Matt.