Peter wrote:
> I'm looking to pass two variables from an asp page to vb.net dll.
>
> IE. intA= 1 intB = 4
>
> The dll should add these two integers together and return 5.
> [intA+intB]
>
> I know this is a simple example that could be done within asp easily
> but I'm trying to understand how the DLL communicates with asp.
>
> If someone would be kind enough to post the .dll code and the asp code
> it would be greatly appreciated. I'm just not finding what I need in
> the MS help files.
I'm sorry but I don't have the time to write complete examples like that.
Try looking in the documentation/MS website for COM Interop and regasm.exe,
you should be able to find what you need.
--
Sven Groot
http://unforgiven.bloghorn.com