By Loek van den Ouweland
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 just drag the YourHostInfo component from your toolbox to your web form

Use the property screen if you want to make the following settings:

Now just press F5 and enjoy!
Download Hostinfo.zip
Loek