.\SQLEXPRESS 是相对路径,是你的项目根目录下的文件
studentSafe_data.MDF文件,如果和你这段代码所在的文件在同一个目录,则直接写AttachDbFilename=studentSafe_data.MDF就行了
connectionString="DataSource=.\SQLEXPRESS;AttachDbFilename=studentSafe_data.MDF;Integrated Security=True;User Instance=True"providerName="System.Data.SqlClient" />
连接地址改为本地连接