G
Guest
Hi there,
I managed to create a '.NET applet' which runs inside a browser just like
the JAVA ones used to do. I compiled it using .NET framework 1.1 (to a .dll)
and I reference to it from an HTML page using the OBJECT tag.
The applet works when I preview the HTML page within Visual Studio, but
unfortunately it does not when I try to access that very same page using
another browser window, by entering the full URL of the page.
It looks like the applet gets loaded on to the browser page, but it won't
start. I checked security permissions and also IIS execution privileges on
the folder containing my .dll. I can't get it to work outside VS, it only
works when I right-click on the 'preview in browser' item on the HTML file.
The code on the HTML page is as follows:
<OBJECT id="myID"
height="300"
width="150"
classid="http://server/demoControl4.dll#demoControl.myControl"
VIEWASTEXT>
</OBJECT>
Can you please help? I'd like to thank you in advance for all the help you
could provide, I can't seem to make this thing work in any way.
Cheers,
-andre
I managed to create a '.NET applet' which runs inside a browser just like
the JAVA ones used to do. I compiled it using .NET framework 1.1 (to a .dll)
and I reference to it from an HTML page using the OBJECT tag.
The applet works when I preview the HTML page within Visual Studio, but
unfortunately it does not when I try to access that very same page using
another browser window, by entering the full URL of the page.
It looks like the applet gets loaded on to the browser page, but it won't
start. I checked security permissions and also IIS execution privileges on
the folder containing my .dll. I can't get it to work outside VS, it only
works when I right-click on the 'preview in browser' item on the HTML file.
The code on the HTML page is as follows:
<OBJECT id="myID"
height="300"
width="150"
classid="http://server/demoControl4.dll#demoControl.myControl"
VIEWASTEXT>
</OBJECT>
Can you please help? I'd like to thank you in advance for all the help you
could provide, I can't seem to make this thing work in any way.
Cheers,
-andre