Using wodHttpDLX in asp.net (General questions)
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
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