Web Site (ASP.NET) Deployment with SQL 2008
I have a website built with ASP.NET and uses SQL Server 2008 (Express edition). I have a group of testers in different locations. I would like to host the web site on a web server.
What are my options to get a free or low cost web hosting service?
If I do use a web hosting service, will I be sharing the SQL server?
My application uses SQL database heavily, will I see a performance hit?
My client is currently setting up their web server - what information should I collect from them to check if my app can be hosted on their web server?
Can I load SQL Server 2008 - Express edition on the web server开发者_开发百科 or do I have to get them to purchase SQL Server 2008?
- You can use your server or use some hosting provider, according to you financial needs and goals. This is very broad question, and try to solve it by yourself.
- When you use the web hosting service, hosting server must see your SQL server - otherwise it coundn't get the data from it.
- Performance will be depend on quality of your application. If it is not good written, then you will suffer from poor performance. Test it!
- Are there any support for the .NET, ASP.NET and SQL Server Express according to your application.
- Yes, you can, after installing it on their server.
精彩评论