c#,asp.net,asp.net-mvc,asp.net-mvc-routing,server.mappath
If it is MVC application then use "~/ControllerName/Action" instead of trying to get the absolute path. I have used this below code in my project and it is working like a charm for me. <a id="aprimA" href="~/Account/StartingorMaintaining">HOME</a> Thanks, Manas Sahu My blog: http://justsharingfun.blogspot.com/...