hello ,
I am new to MTS . I learnt how to make dll's through vb available in ASP . I now want to know if I can incorporate VC dll's too & if yes How ?
thanks
Printable View
hello ,
I am new to MTS . I learnt how to make dll's through vb available in ASP . I now want to know if I can incorporate VC dll's too & if yes How ?
thanks
VC should be able to create COM dlls you can use with ASP. If you mean a standard Windows dll, then to use it from ASP you'll have to write a COM wrapper class that would call the functions in the standard dll.