webconfiq
<?xml version="1.0"?> <configuratio n> <system.web> <compilation debug="true" targetFramework ="4.0"/> <customErrors mode="Off"/> <httpRuntime appRequestQueue Limit="100" executionTimeou t="60000"/> </system.web> <connectionStri ngs> <add name="Northwind ConnectionStrin g" connectionStrin g="Data Source=192.168. 1.100\sql2008;I nitial Catalog=WEBDEMO ;Persist Security Info=True;User ID=sa;Password= '';Connect Timeout=0; pooling='true'; Max Pool Size=200" providerName="S ystem.Data.SqlC lient"/> </connectionStrin gs> <appSettings> <add key="aspnet:Max JsonDeserialize rMembers" value="150000"/> </appSettings> </configuration>
<?xml version="1.0"?> <configuratio n> <system.web> <compilation debug="true" targetFramework ="4.0"/> <customErrors mode="Off"/> <httpRuntime appRequestQueue Limit="100" executionTimeou t="60000"/> </system.web> <connectionStri ngs> <add name="Northwind ConnectionStrin g" connectionStrin g="Data Source=192.168. 1.100\sql2008;I nitial Catalog=WEBDEMO ;Persist Security Info=True;User ID=sa;Password= '';Connect Timeout=0; pooling='true'; Max Pool Size=200" providerName="S ystem.Data.SqlC lient"/> </connectionStrin gs> <appSettings> <add key="aspnet:Max JsonDeserialize rMembers" value="150000"/> </appSettings> </configuration>