I have a simple task I want to implement. I have a SQL 2000 database running on a windows 2000 machine with IIS and Component Services. I have 5 Dll's that I want to put into Component services and call from a client machine through IE via an HTML page and an ASP script.

On index.htm I have 4 text boxes and a submit button. What I want to happen is the user will enter text in the 4 text boxes, click submit... the submit button will call the ASP script on the server, the ASP script will create the objects I want. The objects will talk to the database and return a string back. The string will then need to be displayed back to the user on index.htm

I need an example of how to use the submit button to call the asp script. Also, I need to know how to compile the dll's to work properly in Component services and also any settings that need configuring in order to create the objects from the client machine.

Thanks for your help!!