Image path on publish project in ASP.NET doesn't work.
This is my image path: var imgSrc = "~/Images/Markers";
In Markers folder, I have icons that I want to display depending on the logged-in user. It works fine on local but it's not working when I publish the project on IIS.