fiogf49gjkf0d You may be mixing up some of the Concepts here.
First of all, you state that you are going to be using the Web Client. If that is the case, you do not need to do anything with .Net Extensions.
.Net Extensions is a way to add .Net code into the Windows client.
Since you are going to be using the Web Client, there are many ways to use your .Net DLL, but it depends on what you are doing.
If you are writing Business Rules, you could do so on your DLLs, and then link the Events (or Business Rules) to methods from your DLLs.
If you are creating Controls, and using Custom Forms, then you are pretty much just writting ASP.Net code and can add the code as you would please.
If you would like to Create Custom Controls and use them within the App Architect, there are specific ways to do so.
Not sure if I could provide a Step by Step guide, as you first need to figure out which client you will customize, and what level of customizations you will require.
For all we know, you may not even need to reference or register external DLLs into the program, as in most cases you could just write the .Net code directly in the Application Architect.
|