Description: This ASP.NET custom web control shows some information about the host it runs on. It's an example of how to build custom controls that can be re-used just by dragging them on your web form. How to use: Start a new ASP.NET web application: right click the Toolbar and select 'Customize Toolbox' Select the .NET framework components tab Browse to de DLL provided in the zip-file (/bin/debug/) The component should be added to the component collection, press OK Now...