How do I setup ASP.NET MVC 2 with MySQL?

前端 未结 2 1265
慢半拍i
慢半拍i 2020-11-29 17:29

Is it possible to setup ASP.NET MVC 2 to work with a MySQL database?

2条回答
  •  再見小時候
    2020-11-29 18:34

    I belive at "10. Modify the profile portion of your web.config::"

    
               
           ...
          
    
    

    because in "MySql.Web.Security" I have not found any method MySQLProfileProvider. (but using Version 6.4.4. for .NET 4.0)

    And at least, you have to create your own classes for creating the database tables, if there is no ready configured database. Harald

提交回复
热议问题