This is my first time for establishing an ASP.Net website on a HTTPS server. As usual, I have developed a website and it works fine on HTTP server (including localhost), but after I upload the website to the HTTPS server, the ASP server button disappeared and when I view source in the web browser, it shows exactly the codes that was written in the code behind (unlike usual, when I view source in HTTP server or localhost, the source will be in HTML and Javascript only). Then I tried to change the ASP server button to Input button, the button failed to link to the functions written in code behind as well, even I set it to runat server.
I would like to know what's the problem?
Thanks in advanced. :)