Re: Hosted .NET client control won't start in IE6/IIS6

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/15/04


Date: Sun, 15 Feb 2004 01:28:22 -0800

If the DLL is downloaded to the client to be executed on the client, then I
do not see how the problem has nothing to do with IIS... IIS already gave
the binary bits to IE to execute; it can't do anything more.

Maybe you want to look at the MIME-Type associated with the .DLL
extension -- IE may behave differently depending on its values.

Otherwise, I have no more ideas.

-- 
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Henrik Svensson" <henrik.svensson@scimus.net> wrote in message
news:d1dde78b.0402130412.7de17aff@posting.google.com...
I am developing a .NET client to run as a hosted control in Internet
Explorer using the OBJECT tag
<OBJECT id="object1" height="500" width="500"
classid="http:NETClients.dll#NETClients.MyControl">
</OBJECT>
Everything works fine on my developer machine where I'm running
Windows XP Pro, IE 6 and IIS 5.1. When I move the application to a
Windows Server 2003 machine running IIS 6 the control won't start.
So far I've done the following investigations:
1. The dll containing the .NET control is downloaded to Internet
Explorer in both cases. (Used Ethereal to verify.)
2. The machines are in the local intranet zone.
3. No IE FusionBind error is generated.
4. Fetching the control from the developer machine works both locally
and from the server.
5. Fetching the control form the server machine does not work on any
machine, not even locally on the server.
I'm running out of ideas, please help =).
Henrik


Relevant Pages

  • Asp.net Important Topics.
    ... ASP.NET server controls contained within the page. ... A custom server control is ... can also perform validation using client script. ... Where does the Web page belong in the .NET Framework class hierarchy? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: screen scrape / remote manipulation
    ... Functionally a dll is no different from an .exe in terms of spying ... The other option is to install software capable of monitoring TCP/IP port ... connection is established between the dll (on the client) and the server, ...
    (microsoft.public.windowsxp.general)
  • Re: Server Access via DCOM
    ... other than setting the text for the object in the html page? ... global property setting in the IE control? ... needs a property indicating which server to connect to. ... able to start multiple instances of the client application and connect ...
    (microsoft.public.vc.atl)
  • RE: how to share a static variable between 2 different process
    ... dll into Component Services in Windows as a COM+ server. ... my dll has been exposed as a COM object thanks ... course one client could pay only seats who reserved itself. ... disk) of the reservations and the related process who made the reservations. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: VB6 Winsock action on Server
    ... file the dll must access. ... No one client request is related to any other. ... server could not possibly utilize the capabilities of the additional ...
    (microsoft.public.vb.general.discussion)

Loading