markus / FileUploadWevService / Web.config @ cf1cc862
이력 | 보기 | 이력해설 | 다운로드 (1.52 KB)
1 | 76dc223b | taeseongkim | <?xml version="1.0"?> |
---|---|---|---|
2 | <!-- |
||
3 | ASP.NET 응용 프로그램을 구성하는 방법에 대한 자세한 내용은 다음을 참조하세요. |
||
4 | https://go.microsoft.com/fwlink/?LinkId=169433 |
||
5 | --> |
||
6 | <configuration> |
||
7 | <connectionStrings> |
||
8 | <add name="ConnectionString" |
||
9 | connectionString="metadata=res://*/DataModel.KCOM_Model.csdl|res://*/DataModel.KCOM_Model.ssdl|res://*/DataModel.KCOM_Model.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=192.168.0.67;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" |
||
10 | providerName="System.Data.EntityClient"/> |
||
11 | <add name="CIConnectionString" |
||
12 | connectionString="metadata=res://*/DataModel.CIModel.csdl|res://*/DataModel.CIModel.ssdl|res://*/DataModel.CIModel.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=192.168.0.67;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" |
||
13 | providerName="System.Data.EntityClient"/> |
||
14 | </connectionStrings> |
||
15 | <system.web> |
||
16 | <compilation debug="true" targetFramework="4.6.1"/> |
||
17 | <pages controlRenderingCompatibilityVersion="4.0"/> |
||
18 | cf1cc862 | taeseongkim | <httpModules> |
19 | <clear/> |
||
20 | <remove name="ServiceRedirector"/> |
||
21 | </httpModules> |
||
22 | 76dc223b | taeseongkim | </system.web> |
23 | cf1cc862 | taeseongkim | <system.webServer> |
24 | <modules> |
||
25 | <remove name="ServiceRedirector"/> |
||
26 | </modules> |
||
27 | </system.webServer> |
||
28 | 76dc223b | taeseongkim | </configuration> |