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. :)

Recommended Answers

All 2 Replies

Does your host actually support ASP.NET scripts? Most dont.

Thanks, I just realized that the HTTPS server does not has the .net framework installed. After installed the .Net framework, the website is working now. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.