WORKAROUND
To work around the Local Machine Zone Lockdown feature and
the Zone Elevation Blocks feature, use one or more of the following methods.
Method 1
Use the Mark of the Web (MOTW) comment in all the HTC and XML files. When you are developing Web content, the MOTW lets you test
active HTML documents in the security zone in which you want the pages to
run. If you add the MOTW to the Web pages, you can also fully test the
compatibility of the page with users' security settings.
Note In Internet Explorer 6, the MOTW works for HTML, HTC, and XML files. In earlier versions of Internet Explorer, the MOTW does not work for HTC or XML files.
Method 2
Use an HTML application (HTA) instead of HTML files.
HTAs run like any executable (.exe) file that was written in C++ or in Microsoft Visual Basic. Internet Explorer gives a high level of trust to HTAs. Only the menus, the icons, the toolbars, and the title information
that the Web developer creates in the HTA appear in Internet Explorer. Therefore, HTAs can use the
features of Internet Explorer without being blocked by the Local Machine Zone Lockdown feature or by
the Zone Elevation Blocks feature.
For more information about HTAs, visit the following Microsoft Developer Network (MSDN) Web site:
Method 3
Create a separate application that hosts the HTML content in the Web Object Control (WebOC). The WebOC is also known
as the
WebBrowser ActiveX control. When you use the WebOC in an application, users can do the following:
- Visit Web sites on the
Internet.
- Browse folders in the local file system and in the network file system.
- View documents.
- Download data.
When HTML content runs in the WebOC, this content is not bound by the same rules as when this content runs in Internet Explorer. When HTML content runs in another process, this content can have the full rights that have been defined by the developer or by the zone policy of that process.
For more information about how to develop Web-based solutions for Internet Explorer, visit the following MSDN Web sites:
Method 4
Create a local share and then put all the content files
in the share. When you browse a share, the share is treated like the Local intranet
zone.