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)
"Akif" <a.kutlu@.tef.sdu.edu.tr> wrote in message
news:02ff01c3c032$da1c9570$a501280a@.phx.gbl...
> 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.
0 comments:
Post a Comment