News

Web Hosting Firm Meshes Linux and ASP.NET

Firm caters to ASP.NET and Linux stacks sans parsing or code transformations.

Netfirms Inc., a Canada-based Web hosting company catering to small and midsized businesses, recently launched a solution that caters to customers who want to develop sites based both on ASP.NET and the Linux stack.

The service lets developers use Web programming frameworks from either platform simultaneously on one site.

Netfirms' approach doesn't involve any sort of parsing or code transformations. It works by executing .NET-based Web apps natively on a Windows clustered server grid, and open source programs -- such as those developed with Python and Ruby on Rails -- on a Linux grid.

Users can manage both platforms through one FTP account, SSH account or control panel. On the back-end, Netfirms' technology directs HTTP requests to the correct cluster of servers.

Netfirms Product Manager Jason Matheson says the new service is in response to customer demand. "Over the past couple of years we've gotten more and more requests from our customers to offer the ASP.NET framework," he says. "We could have launched a Windows-only hosting platform, but we thought the best way to do it was this."

Netfirms offers support for ASP, ASP.NET 1.0 and ASP 2.0, Microsoft SQL Server 2005, MySQL and major Linux scripting languages, among other features. The cost of the service starts at $14.95 per month, with enterprise-level service starting at $49.95 per month. Netfirms hosts 1.2 million Web sites, according to its Web site.

About the Author

Chris Kanaracus is the news editor for Redmond Developer News.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube