Click here to Skip to main content
15,891,136 members

Comments by mlowry (Top 12 by date)

mlowry 8-Nov-15 14:44pm View    
Thanks for continuing with this. I ran a wireshark trace and could see the original Get and a 302 response to the redirect, so I know the request is getting there and getting redirected. Everything works OK when I browse locally, both from IIS manager and directly from Edge. If I remove the RequireHttps from the MVC controllers, the pages display just fine from the remote workstation. When I restore the RequireHttps statement the pages result in a 404 response at the client, even when sent under https directly. I'm at wits end.
mlowry 7-Nov-15 17:49pm View    
It has to be getting to the machine to get the security certificate warning. It's being prevented from getting to the website for some reason.
mlowry 7-Nov-15 16:59pm View    
The localhost is being generated by browsing from IIS Manager. I used the specific IP address from the other computer.

I came across this page:http://www.iis.net/learn/manage/configuring-security/application-pool-identities
which implies that I need to add DefaultAppPool to the file/folder permissions. I did so but it didn't change the result. Looking at Task Manager, the w3wp.exe process is running with no designated user name. Not sure how to fix.
mlowry 7-Nov-15 15:01pm View    
Here are last several entries:
2015-11-07 19:23:50 ::1 GET /Scripts/jquery.poptrox.min.js - 443 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/42.0.2311.135+Safari/537.36+Edge/12.10240 https://localhost/ 304 0 0 58
2015-11-07 19:23:50 ::1 GET /Scripts/jquery.slidertron.min.js - 443 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/42.0.2311.135+Safari/537.36+Edge/12.10240 https://localhost/ 304 0 0 59
2015-11-07 19:23:50 ::1 GET /Content/fonts/fontawesome-webfont.woff v=4.3.0 443 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/42.0.2311.135+Safari/537.36+Edge/12.10240 https://localhost/ 304 0 0 0
2015-11-07 19:27:04 ::1 GET /privatedox - 80 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/42.0.2311.135+Safari/537.36+Edge/12.10240 - 302 0 0 2359
2015-11-07 19:27:04 ::1 GET /privatedox - 443 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/42.0.2311.135+Safari/537.36+Edge/12.10240 - 200 0 0 688
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2015-11-07 19:44:03
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2015-11-07 19:44:03 ::1 GET /browserconfig.xml - 443 - ::1 Mozilla/5.0+(Windows+NT+10.0;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/42.0.2311.135+Safari/537.36+Edge/12.10240 - 404 0 2 15
mlowry 7-Nov-15 14:56pm View    
When I browse the site on port 80 from within the IIS manager the redirection to https takes place OK.