I am currently developing a ASP C# web application. I have created a settings page which is going to hold MySQL Database Connection Settings.
I have an ASP page with a form that allows the user to modify the MySQL Database connection settings. When the user submits the form it gets the value from the text boxes and is supposed to modify the settings will with the new connection settings. However, VS2010 is reporting an error that says property or indexer cannot be assigned to -- it is read only.
How can I go about modify these settings.
Thanks for your help.
Chris Board