Windows Control Library in ASPX pages

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.
 
B

bruce barker

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

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top