Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello...

I have developed an application in ASP.NET and SQL Server 2008 database. My client needs to run the application on his local PC, and don't want to host the application live. So I need to install IIS server on his PC and host application there. But I don't want to install SQL server management studio on his PC and allow him to make changes with database. To have application running on his PC using SQL server database, what component of SQL server I need to install? In simple words, I don't want my client to make changes in database directly, but only through application. So what is the best solution for this?

Thanks in advance!! :)
Posted

You can install SQL Server Express only without the Management Studio.

Follow the link (it's for sql 2005 but the principle is the same) :
http://www.techrepublic.com/article/how-do-i-install-sql-server-2005-express-edition-and-sql-server-management-studio-express/6102265[^]
 
Share this answer
 
Comments
Gautam Raithatha 4-Sep-12 14:02pm    
yeah thanks....
hi,

you can install SQL Server Express edition there. No need to install managenet studio over there.

Thanks,
Viprat
 
Share this answer
 
Comments
Gautam Raithatha 4-Sep-12 14:02pm    
yeah thanks....

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