Windows Control Library in ASPX pages

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

Akif

Hi everyone. I will try to give you as much information as
i can.. any idea will be appriciated.
I have Written a chat server and client program using C#
programming language. Client site is created as a C#
windows control library.(.dll).. I put this DLL in a
windows application an run it.. It worked fine. client
program communicates with server.. I use Windows XP IIS. I
would likte this dll to work on a web page. basically I
created an ASP page and put this same DLL as an object
using <object> </object> tag.. this idea doesn't work for
some reason that i don't know.there is no error code
generated.. i see all my buttons and text boxes on the
page. but nothing else.. no communicatin with server.
Please help me to solve this problem.
thanks
Akif.
 
when your chat dll tries to connect to server, the only server its allowed
to connect to is the same server that served the page its hosted by (same as
a java applet).

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top