Hello,
I want to run my application with secure https connection in localhost without any IIS configuration. I am using VS inbuilt development server. How i can achieve this? currently, it is running at http://localhost:58136
The other page i am referring to is a https secure page and that is showing "Refused to display 'https://....XXX....' in a frame because it set 'X-Frame-Options' to 'sameorigin' " error if localhost is not secure.
Thanks for help!