How to allow IIS to use local database from ASP.NET MVC project?

后端 未结 4 1028
南笙
南笙 2020-12-05 16:31

I\'m going to be demoing a ASP.NET MVC website on a local network. This application has a connection to a database:


    

        
4条回答
  •  死守一世寂寞
    2020-12-05 16:37

    See this post: These two posts on Using LocalDB with Full IIS should give you more information. Especially the second part seems relevant, but the first one contains some context as well.

    1. Part 1: User Profile
    2. Part 2: Instance Ownership

    Credit: IIS connecting to LocalDB

提交回复
热议问题