I am looking to implement https on just one page of my website, "securepage.aspx".
My website is located at
The secure page will be accessed via
All my resources such as JS/Images are stored in the assets folder and my web services are in the commonwebservice folder at the root.
After applying https to the secure page, I encountered CSS and JS file loading issues in Chrome browser where the entire page layout was disrupted despite using absolute URLs for CSS and JS files.
Additionally, the web service started giving a 500 error across all browsers.
Can anyone provide suggestions or guidance on how best to address this issue?