Tagged Questions
0
votes
1answer
191 views
How do I get Absolute Root Links in ASP.NET MVC 2.0 beta Areas?
The link for logging in looks like this:
<%= Html.ActionLink("Log On", "LogOn", "Account") %>
which yields the following link in the browser:
http://localhost:2300/Account/LogOn
However, ...