Seemingly normal link does not work in MVC, IIS5, SparkView.
Posted
by Matt W
on Stack Overflow
See other posts from Stack Overflow
or by Matt W
Published on 2010-04-11T09:59:09Z
Indexed on
2010/04/11
10:03 UTC
Read the original article
Hit count: 340
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.
© Stack Overflow or respective owner