What is the difference between having an ActiveX control written in C# on your website, and having a website written in C#?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A website written in C# – This will be hosted on IIS, and generate a HTML response to be send to the client browser. This runs at the server end.
ActiveX control – ActiveX controls, mini program building blocks, can serve to create distributed applications working over the Internet through web browsers, something similar to Java Applets. This executes at the client end