ASP & ASP.NET
Installing Chilisoft on Linux
ASP is a server side scripting engine for dynamic web pages. ASP pages contain server-side scripts and HTML tags. As a Microsoft Technology, it works with Microsoft IIS webserver. You can't run ASP apps on other web servers like Apache, SUN Web Server, Zeus Web Server without using a special application such as ChiliASP or InstantASP.
Create, Export & Encrypt Connection String on Server and Dev Machine with ASP.Net 2.0
This article covers some basic steps and commands to encrypt your connection string and other items in a configuration file using ASP.NET 2.0. Microsoft has made it easier to have a portable key that encrypts certain sections in a web.config that are normally clear text. I have not found a quick how-to reference to allow for a scenario where the key is both on a local development machine along with being on a remote web server. Developers like to test out their code locally before publishing to production.

