Asp.net has a way of protecting parts of websites with authorized users and authorized roles. Its called "membership". It uses a database that you provide. For MySql, you modify a certain file called "machine.config" and tell it to use a mysql database. That is not an option for me, because I'm on a shared server. "machine.config" is a file that I can't get at. Is there another alternative that will let me use mySQL?
↧