简体   繁体   中英

Server-side C# and ActiveX C#

在您的网站上用C#编写ActiveX控件与用C#编写网站有什么区别?

Server-side C# produces HTML that can be requested and displayed by virtualy every browser on every OS.

ActiveX controls are proprietary client-side applications that run only in a very specific client configuration, ie Internet Explorer on a limited set of OS.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM