インターネットからasp.netWebフォームアプリケーションをダウンロードしました。データベースとテーブルを作成するための.sqlファイルが含まれていました。私はasp.net/visualstudioを初めて使用し、これに何日もこだわっています。助けが必要。
これがweb.configの内容です
<configuration>
<connectionStrings>
<add name="MyConsString" connectionString="Data Source=localhost\SQLEXPRESS; Initial Catalog=myslideshow; Integrated Security=SSPI;" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<compilation debug="true" targetFramework="4.0"/>
<httpRuntime executionTimeout="240" maxRequestLength="10240000" />
</system.web>