Embed a Usercontrol in HTML and run it in TOmcat

hi,
I have the following problem, thought u could help me out.
 i have a C# usercontrol and want to embed it to a html page and RUN IT IN TOMCAT3.2.3 webserver. In HTML page, if i give the clsid=GUID then i am able to see the usercontrol in my local machine where i developed the usercontrol and able to in the intranet. also, i am not able to view the usercontrol on my machine if i give the fully- qualified name as (http://localhost/myfolder/mydll.dll#namespace.classname).But  Its working fine in IIS on either way.
I think this is something to do with TOMCAT. hoow do i get arnd this..

Pls give me a solution.

Thanks,
yusuf



Answer this question

Embed a Usercontrol in HTML and run it in TOmcat

  • ktm300

    Hi!

    Thanks for asking! I'm a member of the ASP.NET team, and was just popping over here to see what was going on. The best place to ask ASP.NET questions is over on the ASP.NET forums at http://www.asp.net/welcome.aspx tabindex=1&tabid=39

    I'm not familiar with TomCat, so I can't help you too much other than to try to redirect you to the ASP.NET forums where I someone should be able to answer you question.

    HTH,

    PEte



  • Embed a Usercontrol in HTML and run it in TOmcat