On my website I want to apply https only one of my website page "securepage.aspx"
my website look like http://www.test.com/
and my secure page will be https://www.test.com/securepage.aspx
my all resources like JS/Images are in assets folder and my webservices on root in commonwebservice folder.
http://www.test.com/assets/js/
http://www.test.com/assets/images/
when I have applied the https on secure page that page did use any CSS and JS file in chrome browser i.e my whole page messed up, even I have used there absolute URL for CSS and JS.
In this case my webservice give 500 error on all browsers.
Can anyone suggest and guide me what is the best way to handle this situation.