Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I have created a website in Asp.Net C# with Sql Server 2008 R2 but the problem is my server provider doesn't support SQL server as they said. Can I configure through any web tools or something ? Is there any alternative ? or I have to look for a new server provider ??
Posted

Simple: look for another provider.
Running the SQL Server in your office and accessing it from the website could be technically feasable, but configuring it is a PITA and causes too many places for hackers to start their intrusive actions. When the SQL Server and the web server run on the same computer, things are easy and (relatively) safe.
 
Share this answer
 
Agreed with Bernhard.

Otherwise you can use - Windows Azure SQL Database[^].
 
Share this answer
 
If your provider doesnt support SQL server, you need to find other hosting provider. Many hosting provider support SQL server now. You may take a look at microsoft.com/web/hosting site. If you need US server, you can rely on asphostportal.com. If you need Europe server, then the best option is hostforlife.eu
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900