1 Commits

Author SHA1 Message Date
Samuele Locatelli dd135133d8 refresh x NLog 2022-04-22 17:09:12 +02:00
4 changed files with 16 additions and 16 deletions
@@ -155,7 +155,7 @@
</site> </site>
<site name="PROJ-ETS" id="2"> <site name="PROJ-ETS" id="2">
<application path="/" applicationPool="Clr4IntegratedAppPool"> <application path="/" applicationPool="Clr4IntegratedAppPool">
<virtualDirectory path="/" physicalPath="C:\Users\samuele\source\repos\ETS\PROJ-ETS\PROJ-ETS" /> <virtualDirectory path="/" physicalPath="C:\Users\samuele.steamw\source\ETS\PROJ-ETS\PROJ-ETS" />
</application> </application>
<bindings> <bindings>
<binding protocol="http" bindingInformation="*:51251:localhost" /> <binding protocol="http" bindingInformation="*:51251:localhost" />
+2 -2
View File
@@ -25,9 +25,9 @@
<!-- <!--
Write events to a file with the date in the filename. Write events to a file with the date in the filename.
-->
<target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log" <target xsi:type="File" name="f" fileName="${basedir}/logs/${shortdate}.log"
layout="${longdate} ${uppercase:${level}} ${message}" /> layout="${longdate} ${uppercase:${level}} ${message}" />
-->
</targets> </targets>
<rules> <rules>
@@ -35,7 +35,7 @@
<!-- <!--
Write all events with minimal level of Debug (So Debug, Info, Warn, Error and Fatal, but not Trace) to "f" Write all events with minimal level of Debug (So Debug, Info, Warn, Error and Fatal, but not Trace) to "f"
<logger name="*" minlevel="Debug" writeTo="f" />
--> -->
<logger name="*" minlevel="Debug" writeTo="f" />
</rules> </rules>
</nlog> </nlog>
+1 -1
View File
@@ -2,7 +2,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<NameOfLastUsedPublishProfile>C:\Users\samuele\source\repos\ETS\PROJ-ETS\PROJ-ETS\Properties\PublishProfiles\IIS01.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>C:\Users\samuele\source\repos\ETS\PROJ-ETS\PROJ-ETS\Properties\PublishProfiles\IIS01.pubxml</NameOfLastUsedPublishProfile>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<UseIISExpress>true</UseIISExpress> <UseIISExpress>true</UseIISExpress>
<Use64BitIISExpress /> <Use64BitIISExpress />
<IISExpressSSLPort /> <IISExpressSSLPort />