Start a conversation

ASP .NET Code Samples

  • How to change the ASP.NET version in Plesk

    CHANGING ASP.NET VERSIONS To change the active ASP.NET version on your Plesk account, follow these steps: Log in to Plesk. In the left sidebar, click Websites & Domains: Click Hosting Settings: Under ...

  • Force script run SSL with ASP

    If you are passing sensitive data, you want to force the client's browser to use SSL(https) and you have SSL installed, you may use. Save the following code in the root folder of your Website as an in...

  • Do you support ASP.NET applications that uses code behind ?

    Yes. You will need to upload the following files to your account, then your code behind application will work just fine. *.aspx *.asmx *.dll (into the bin directory) web.config...

  • Security Notice -- Securing ASP.NET

    If you are a semi-managed dedicated customer, please review the changes we recommend below. We recommend that all customers implement these changes. Please note these changes may cause disruptions to ...

  • ASP.net medium trust level

    Sample Error: ERROR: Server Error in '/folder' Application. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this applicat...

  • Connect to MS SQL via PHP

    <?php //Code for connection on Arvixe $myServer = localhost\SQLEXPRESS; $myUser = Database User Name; // replace with your values $myPass = Database Password; // replace with your values $myDB = Datab...