install su IIS02, mostro excel export...

This commit is contained in:
Samuele E. Locatelli
2015-10-15 17:53:40 +02:00
parent 7514aee244
commit 5f0a6d2da8
14 changed files with 7 additions and 5 deletions
Binary file not shown.
Binary file not shown.
@@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectView>ShowAllFiles</ProjectView>
<NameOfLastUsedPublishProfile>Somaschini-ITA</NameOfLastUsedPublishProfile>
<NameOfLastUsedPublishProfile>Ufficio-ITA %28IIS02%29</NameOfLastUsedPublishProfile>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
@@ -17,7 +17,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
<MSDeployPublishMethod>WMSVC</MSDeployPublishMethod>
<EnableMSDeployBackup>True</EnableMSDeployBackup>
<UserName>administrator</UserName>
<UserName>steamwarewin\Administrator</UserName>
<_SavePWD>True</_SavePWD>
<PublishDatabaseSettings>
<Objects xmlns="">
@@ -43,6 +43,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
</ObjectGroup>
</Objects>
</PublishDatabaseSettings>
<ADUsesOwinOrOpenIdConnect>False</ADUsesOwinOrOpenIdConnect>
<PrecompileBeforePublish>True</PrecompileBeforePublish>
<EnableUpdateable>True</EnableUpdateable>
<DebugSymbols>False</DebugSymbols>
@@ -50,5 +51,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
</PropertyGroup>
<ItemGroup>
<MSDeployParameterValue Include="$(DeployParameterPrefix)GIMConnectionString-Web.config Connection String" />
<MSDeployParameterValue Include="$(DeployParameterPrefix)GIM_Data.Properties.Settings.GIMConnectionString-Web.config Connection String" />
</ItemGroup>
</Project>
@@ -6,6 +6,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile>2013-02-18T17:23:39.8554171+01:00</TimeStampOfAssociatedLegacyPublishXmlFile>
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAyLiJWG7ixkOCRFuQJNXz7gAAAAACAAAAAAADZgAAwAAAABAAAABcAqBpXzM1I+wzOKybAVJvAAAAAASAAACgAAAAEAAAANU3zuq/zDuPtjK7CHtoYH0YAAAA8VRhTWvaediBcgYZUEzZ3Jtj7QVux2YeFAAAAEMqy2sOXqp52kUGjVGNsKM6JRZB</EncryptedPassword>
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAARBxIIZk0hEq8Sf3uyTVbWAAAAAACAAAAAAADZgAAwAAAABAAAAAYWR6ea5PUruB2A9grObrnAAAAAASAAACgAAAAEAAAADKJge8kkh8cM9zqbNVDDa8YAAAAXhGpq4skLqpWklQyILfEB7isB1AOKfItFAAAALV9bW023Vm/o6DFuah3+/wxuXfl</EncryptedPassword>
</PropertyGroup>
</Project>
+1 -1
View File
@@ -118,7 +118,7 @@
<add key="echoLemmi" value="false" />
<add key="allowDelete" value="true" />
<!--abilitazione mod-->
<add key="showExcelExpRep" value="false" />
<add key="showExcelExpRep" value="true" />
<add key="remoteExcelMode" value="true" />
<!--stringhe connessione-->
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
Binary file not shown.
Binary file not shown.
@@ -118,7 +118,7 @@
<add key="echoLemmi" value="false" />
<add key="allowDelete" value="true" />
<!--abilitazione mod-->
<add key="showExcelExpRep" value="false" />
<add key="showExcelExpRep" value="true" />
<add key="remoteExcelMode" value="true" />
<!--stringhe connessione-->
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=GIM;Persist Security Info=True;User id=sa;Password=keyhammer" />
Binary file not shown.