MVC Url not pathing correctly
I have a link going to
<a class="k-link" href="/UserView/EditByName?UserName=MVCTest6">Profile</a>
When the link it is clicked it goes to this
URL: http://localhost:3256/MVCTest6/Create
which works when i am logged in as an admin user. (The folder has no
security in a web.config setting it apart). This link actually works on
another part of the page.
The user also already exist and has been authenticated.
Can this please be explained?
No comments:
Post a Comment