Using wodHttpDLX in asp.net - WeOnlyDo Discussion board

Using wodHttpDLX in asp.net (General questions)

by Christian, Saturday, October 02, 2010, 18:33 (5164 days ago)

I am just getting started in asp.net - Many of my asp scripts use the control, but I'm not sure how to implement it in asp.net. Is it even possible? Do you by any chance have a sample?

Thanks....

Re: Using wodHttpDLX in asp.net

by wodDamir, Saturday, October 02, 2010, 19:16 (5164 days ago) @ Christian

Hi Christian,

I don't see why not. As with any other .Net languages, you should be able to use wodHttpDLX in ASP.Net.

All you need to do is add the reference by doing this:

- Right click project in Solution explorer
- Select Add Reference
- switch to Browse tab, and navigate to C:\Windows\System32
- select wodHttpDLX.dll

After that you can use wodHttpDLX normally.

Regards,
Damba