DLL in ASP.NET

  • Thread starter Thread starter Akif
  • Start date Start date
A

Akif

Hi all.
I have designed a Windows Control Library.(.dll) that
works as a chat client. it works fine when i use it in a
Windows application.. When i put this DLL in ASP.NET it
looks fine.. but doesn't comminicate to chat server. How
do I solve this problem?

best regards.
Akif
 
Can you elaborate more ? whats the error you are getting?
Do you see the control? is the server running?

Thanks,
-Shan
 
Windows Control Library.(.dll) is for Windows Applications, is not for
Asp.Net. You may need an ActiveX dll as a chat client running on client side
pages.

-jeff
 
Back
Top