I'm developing a website with C# .Net. The site was originally developed for http (port 88), and now it was requested https (port 443). I have applied a SSL certificate.
I've installed the certificate on IIS7 and I can access the site, but, <a href='<% url.action("x","person") %>' ...
fails. It returns the error "No connection could be made because the target machine actively refused it 127.0.0.1:80".
Why am I receiving the error?
https
? seems like you use the defaulthttp
port 80. – L.B