We have a website that was recently updated from ASP.NET 2 on IIS6 to .Net 4 on IIS7.5. When we deployed to the new Production server, we started getting http 404 errors after people logged in. I.e. users could see the default login page, but once authenticated the website would crash. As the URL had been modified to include the eurl.axd components we thought maybe it was something to do with ASP.NET v4 (as per everyone elses issues with this error). Except everyone having this issue is working with MVC whereas this website is MVP.
So we rolled the code back to the old server while I looked into it. Now I've got them to redeploy the same code to the Production server again, but had them point the test domain to it for testing purposes. The website is working just fine.
So the only difference is that when accessed via http, the website works fine. But if you assign it a https URL, then the post-authentication redirect crashes.
Any ideas?