문제

I'm currently in the process of installing an application for a site that's built with https enabled.

In the test site where only http is used I'm able to test the sub

folder application and have it work correctly as a separate application in IIS.

http://www.mysite.com - redirects to https
http://www.mysite.com/myApp

When I then port this over to the live environment the applications pages show as being completely blank returning a HTTP 500 error in Chrome developer tools.

https://www.mysite.com site works 
http://www.mysite.com/myApp - 500 - internal server error
https://www.mysite.com/myApp - 500 - internal server error

In both instanances with the subfolder application 'myApp' I've made sure that internal links for the web pages I have within my app include the correct protocol.

Does anyone know if any means by which I can essentially inherit, or copy the settings for SSL certification from the main site to get the application working.

Thanks in advance.

도움이 되었습니까?

해결책

myApp should be a Virtual Directory, in IIS Manager right click on your main site, and Add Virtual Directory, name the Alias myApp or what have you, and browse to the path folder.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top