I've recently landed a job doing .NET development. We have our own servers there so whenever I'm working in Visual Studio, all I do is add a connection to a database and start developing. I'm trying to develop a personal site and I just found out my web host doesn't permit remote connections to databases, only on dedicated host plans. Can anyone recommend a hosting company that allows this on shared windows plans?

Or enlighten me. How should I be approaching development under these circumstances? How should my workflow be?

link|improve this question
feedback

closed as too localized by Miles Erickson, Mark Henderson Dec 1 '11 at 4:15

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

1 Answer

I personally have used GoDaddy's shared Windows hosting. They do allow a remote connection to SQL, though you have to specifically indicate that you want the ability when setting up a database. I've heard negative reviews about GoDaddy's service, but for my low-use personal site it's been just fine.

link|improve this answer
feedback