I wanted to test my app with SSL so I created a self signed certificate on my development pc. The certificate works fine, however, I have to specifly the computer name in the url. It will not work with localhost. Does anyone know why this is and how I can fix it.
If I need to spell out the urls that use https, like https://computername/webapp/securepage.aspx. That would mean that they will not work when they are moved to a host.
I should be able to set them as https://localhost/webapp/securepage.aspx.
Any help is appreciated.