function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
bssantoshbssantosh 

Installing .NET Control

Hi,
 
I dont seem to have got anywhere near installing a s-control made in .NET on SF.com.
Can anyone kindly guide me on this one or some link which contains a document explaining the same.
Thanks
 
Mike LeachMike Leach
Hi,

For security reasons, Salesforce cannot execute .NET controls on their servers.

S-Controls are basically client-side Javascripts that execute within the browser.

However, your S-Control can emit script that references a web site that hosts the .NET control, giving the illusion that the .NET control is running within Salesforce.com.

Hope this helps.
fowlermfowlerm
You cannot host an ASP.NET control from within Salesforce.com, but you can use a .NET Windows Forms control as an SControl.  IE will load the Windows Forms control just like it loads ActiveX.