Skip to content Skip to sidebar Skip to footer

How Do I Find A Asp.net Hosting Company That Supports Sql Server With Clr Enabled?

So I developed a web application in ASP.NET and SQL Server 2008. Part of the SQL code I implemented as a .NET assembly (instead of t-sql) because it is performing intense calculati

Solution 1:

it is disabled by default and most shared hosts will be reluctant to enable it because of the potential added security issues. You could post a request to webhostingtalk. Some options:

Amazon EC2 with SQL Server or SQL Server Express Edition, a VPS (1and1 has a pretty good deal right now) running Express Edition, or of course your own dedicated box

Solution 2:

Your own dedicated box with SQL Express may be your best bet.

Solution 3:

On Amazon EC2 you get your own dedicated box, so you are free to enable / install what you see fit. You could configure a vanilla server then install the SQL Enterprise eval if you wanted.

Post a Comment for "How Do I Find A Asp.net Hosting Company That Supports Sql Server With Clr Enabled?"