HTML embedded controls, local files and security policies.....
From: Antonio Lopez Arredondo (adog_at_someplace.com)
Date: 07/30/04
- Previous message: Yuri Padorin: "Re: Windows Service connecting to Web Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 30 Jul 2004 12:03:22 -0300
hi all !!!
I need to make an HTML page that includes an embedded .NET control.
the page needs to be open as a file (ie, double clicking in the windows
explorer); it will not be downloaded from an IIS (it will be used in a
disconnected environment).
the following HTML code works fine if the page is downloaded from an IIS,
but it doesn't work if the file is open from the file system.
<html>
<OBJECT id="myControl1" name="myControl1"
classid="ActiveXDotNet.dll#ActiveXDotNet.myControl" width=288 height=72>
</OBJECT>
</html>
apparently the problem is due to security restrictions. so the question is:
what should I do in order to make this code work when there is no IIS
available ?
thanks in advance,
ant
- Previous message: Yuri Padorin: "Re: Windows Service connecting to Web Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|