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
Amr MohsenAmr Mohsen 

Create .net pages iniside salesforce

Hello, 
Can I create .net pages and link it to salesforce environment?  I want to create a page like visualforce page but with .net code behind , is that possible ? 
Daniel BallingerDaniel Ballinger
You could create what is called a Canvas App (https://developer.salesforce.com/page/Force.com_Canvas). This would allow you to create a .NET based web page, host it outside of Salesforce, and then surface it inside Salesforce. It could also use the provided JavaScript SDK and OAuth 2.0 or a signed request to interact with Salesforce data.

You can't host a .NET based page natively within Salesforce. You would need to use Apex for the controller behind the page. You might like to look at Apply .NET Skills to Salesforce (https://developer.salesforce.com/trailhead/en/trail/microsoft_dotnet) in Trialhead