I have a mix of secure (MVC) and unsecure (ASP.NET) projects. http:// links works well. But from an http:// page a link that shows me https:// in the bottom status bar, but it is redirected to http:// link. I have pasted first few lines of the log file.
The same solution works fine on my colleague's laptop.
The link on the status bar when I hover over HREF is
https://localhost/sf/MyContacts/contacts
When I click the link, it goes to
http://localhost/sf/MyContacts/contacts
I get
<div class="content-container">
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
</div> <div class="content-container">
Detailed Error Information Go to the complete details ...