I have a ASP.NET
website, which is hosted on a shared server, by GoDaddy
.
Every week, someone changes values in my database and add advertisement text to my items description. I once changed the password to the database, and it helped for about a month. My connection string is stored in the web.config
file.
Is there any way to improve the security on my database? If I keep the connection string hard coded in the code, will it help? Is there any other better way?