Products Technologies Demo Docs Blog Support Company

TX Text Control Security Wizard Available

A downloadable Security Wizard application simplifies .NET Code Access Security configuration for BrowserTextControl in Internet Explorer. Deployed via ClickOnce, the tool runs with elevated privileges on Windows Vista and 7 to apply settings without manual registry edits.

TX Text Control Security Wizard Available

In order to run the BrowserTextControl component in Internet Explorer, the .NET Framework security mechanism Code Access Security (CAS) must be adjusted. Our documentation describes how to adjust these settings manually:

Adjusting the Client-Side Settings Manually

In the shipped samples, we describe another automated way of adjusting the security settings. This approach uses Javascript to make the required changes. With Windows Vista and Windows 7, User Account Control has been integrated, so that such changes require explicit administrator rights. Additionally, Javascript might be disabled in some browsers.

So we need another confident way to adjust these settings.

The following screenshot shows a Windows Forms application that is able to adjust the settings with elevated user rights. This application can be published using ClickOnce, so that your users can start this process directly on your website.

TX Text Control security wizard

All you need to do is to download this project and to change the URLs in the frm_dialog.cs file:

// [C#]
newSettings.MembershipUrl = @"/*";
newSettings.RedirectUrl = @"";

Then you might want to sign it using your certificate in order to publish the application using ClickOnce.

In the ASPX page that contains the BrowserTextControl OBJECT tag, you can add an HTML link that refers to the published wizard folder:

<a href="SecuritySettings/tx_security_wizard.application">Start security wizard</a>

When the wizard is downloaded and started, the user just need to click on the Run button and the security settings are adjusted automatically. After that, all Internet Explorer instances are closed and reopened again automatically to apply these changes.

Download the Visual Studio 2008 project here:

TXTextControl.Tools.CAS.zip

Feel free to contact our support, if you have questions about this project or if you need help with the integration.

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

Related Posts

BrowserTextControl

Overriding IE's Predefined Shortcuts Like CTRL-B

Internet Explorer intercepts CTRL-B and CTRL-I when a BrowserTextControl is hosted in a user control, triggering browser dialogs instead. Overriding ProcessCmdKey in the user control captures…


BrowserTextControlSampleVisual Studio

BrowserTextControl: Using Post-build Events in Visual Studio

During BrowserTextControl development on a local machine, Internet Explorer caches the user control and skips re-downloading it when the codebase changes. Adding gacutil.exe /cdl as a Visual…


BrowserTextControlServerTextControl

BrowserTextControl: Compressed File Transfer

TX Text Control Server for ASP.NET 14.0 replaces .NET remoting with a new file I/O model for BrowserTextControl. ServerTextControl converts MS Word documents to byte arrays, which are sent to the…


BrowserTextControl

Activating the BrowserTextControl Automatically

Internet Explorer requires users to manually click embedded .NET controls before interacting with them. This workaround loads an external JavaScript file that dynamically creates and appends the…


BrowserTextControl

ASP.NET: Getting the Client's .NET Version

TX Text Control Server for ASP.NET requires .NET Framework on the client machine for BrowserTextControl. This article shows how to detect installed .NET versions server-side by parsing the…

Share on this blog post on: