How do I find a ASP.NET hosting company that supports SQL Server with CLR enabled?

允我心安 提交于 2019-12-11 06:36:45

问题


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 calculations that are better written in C#.

Now I am ready to deploy my application, but I am stuck looking for a hosting company that allows this. Scratch out Discount ASP (see this forum post). I tried emailing other hosting companies and I either get no reply or they say they will not support it.

Any recommendations? What's the big deal with having CLR enabled in SQL Server?


回答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




回答2:


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




回答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.



来源:https://stackoverflow.com/questions/1992618/how-do-i-find-a-asp-net-hosting-company-that-supports-sql-server-with-clr-enable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!