Where is the default database created for C# MVC ASP.NET application?

前端 未结 5 2154
鱼传尺愫
鱼传尺愫 2021-02-07 13:06

I\'ve got new MVC ASP.NET app on bootstrap with login/register script and it works ok, but I don\'t know where is default database for this app. My App_Data folder is empty. Can

5条回答
  •  故里飘歌
    2021-02-07 13:35

    In your Web.config ,look for 'Connectionstring'

     
            
        
    

    The catalog attribute tells you which is your db.

提交回复
热议问题