Advertisement
Guest User

web.conf

a guest
Jun 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.  
  4. <WebCacheSection>
  5. <cache Type="PostgreSql" Server="192.168.1.121" Database="test_database" Username="test_user" Password="qwerty" />
  6. </WebCacheSection>
  7.  
  8. <location path="." inheritInChildApplications="false">
  9. <system.webServer>
  10. <handlers>
  11. <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
  12. </handlers>
  13. <aspNetCore processPath="dotnet" arguments=".\wb_mvc_core.dll" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" />
  14. </system.webServer>
  15. </location>
  16. </configuration>
  17. <!--ProjectGuid: e337b9c2-26e8-427c-9ca6-b635ad65b022-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement