Sie sind auf Seite 1von 1

<configuration> <connectionStrings> <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instanc e=true" providerName="System.Data.

SqlClient" /> <add name="EmployeeDatabase" connectionString="Data Source=WSIBHANUA;Initial Catalog=Example_Database;Integrated Security=True" providerName="System.Data.SqlClient" /> </connectionStrings> <system.web> <compilation debug="true" strict="false" explicit="true" targetFramework="4.0" />

Das könnte Ihnen auch gefallen