update vers 1.3.171

modifica x non tenere cache ajax x XPST
modifica x nuovo menù x XPS x spedizioni separato da arrivi
This commit is contained in:
samuele
2012-12-21 11:22:48 +01:00
parent 2067232c71
commit 342df5be3b
66 changed files with 776 additions and 48 deletions
+18 -1
View File
@@ -24,6 +24,18 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'EQUA|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
<ExcludeApp_Data>true</ExcludeApp_Data>
<DeployIisAppPath>Sito Web Predefinito/Equa_Auth</DeployIisAppPath>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
@@ -34,7 +46,7 @@
<WarningLevel>4</WarningLevel>
<ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
<ExcludeApp_Data>true</ExcludeApp_Data>
<DeployIisAppPath>Default Web Site/Equa_Auth</DeployIisAppPath>
<DeployIisAppPath>Sito Web Predefinito/Equa_Auth</DeployIisAppPath>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
@@ -99,6 +111,11 @@
<ItemGroup>
<Content Include="logs\PlaceHolder.file" />
</ItemGroup>
<ItemGroup>
<Content Include="Web.EQUA.config">
<DependentUpon>Web.config</DependentUpon>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
<ProjectExtensions>
+36
View File
@@ -0,0 +1,36 @@
<?xml version="1.0"?>
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an atrribute "name" that has a value of "MyDB".
<connectionStrings>
<add name="MyDB"
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<appSettings>
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
</appSettings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
<system.web> node, there is no need to use the "xdt:Locator" attribute.
<customErrors defaultRedirect="GenericError.htm"
mode="RemoteOnly" xdt:Transform="Replace">
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</configuration>
+2
View File
@@ -10,6 +10,8 @@
<compilation debug="true" targetFramework="4.0" />
</system.web>
<appSettings>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<!--gestione cookie-->
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
Binary file not shown.
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<parameters />
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation targetFramework="4.0" />
</system.web>
<appSettings>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<!--gestione cookie-->
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<!--logging-->
<add key="_logDir" value="./logs/"/>
<add key="_logLevel" value="5"/>
<add key="_logMaxMb" value="30"/>
<!--area auth DB-->
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware"/>
</appSettings>
</configuration>
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation targetFramework="4.0" />
</system.web>
<appSettings>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<!--gestione cookie-->
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<!--logging-->
<add key="_logDir" value="./logs/"/>
<add key="_logLevel" value="5"/>
<add key="_logMaxMb" value="30"/>
<!--area auth DB-->
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware"/>
</appSettings>
</configuration>
@@ -0,0 +1,8 @@
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\bin\Equa_Auth.dll
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\bin\Equa_Auth.pdb
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\bin\SteamWare.dll
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\bin\Flesk.ViewState.dll
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\bin\ICSharpCode.SharpZipLib.dll
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\obj\EQUA\Equa_Auth.dll
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\obj\EQUA\Equa_Auth.pdb
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\obj\EQUA\Equa_Auth.csprojResolveAssemblyReference.cache
Binary file not shown.
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<parameters>
<setParameter name="IIS Web Application Name" value="Sito Web Predefinito/Equa_Auth" />
</parameters>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<sitemanifest>
<IisApp path="C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\obj\EQUA\Package\PackageTmp" managedRuntimeVersion="v4.0" />
<setAcl path="C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\obj\EQUA\Package\PackageTmp" setAclResourceType="Directory" />
<setAcl path="C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\Equa_Auth\obj\EQUA\Package\PackageTmp" setAclUser="anonymousAuthenticationUser" setAclResourceType="Directory" />
</sitemanifest>
@@ -0,0 +1,63 @@
===========================
Prerequisites :
--------------------------
To deploy this Web package, Web Deploy (msdeploy.exe) must be installed on the computer that runs the .cmd file. For information about how to install Web Deploy, see the following URL:
http://go.microsoft.com/?linkid=9278654
This batch file requires that the package file "Equa_Auth.zip" and optionally provided the parameters file "Equa_Auth.SetParameters.xml" in the same folder or destination folder by environment variable.
===========================
Usage:
--------------------------
{0} [/T|/Y] [/M:ComputerName] [/U:UserName] [/P:Password] [/G:UseTempAgent] [Additional msdeploy.exe flags ...]
===========================
Required Flags:
--------------------------
/T:
Calls msdeploy.exe with the "-whatif" flag, which simulates deployment. This does not deploy the package. Instead, it creates a report of what will happen when you actually deploy the package.
/Y:
Calls msdeploy.exe without the "-whatif" flag, which deploys the package to the current machine or a destination server. Use /Y after you have verified the output that was generated by using the /T flag.
Note: Do not use /T and /Y in the same command.
===========================
Optional Flags:
--------------------------
By Default, this script deploy on the current machine where this script is called with current user credential without agent service. Only pass the following value for advance scenario.
/M:<Destination server name or Service URL>
If this flag is not specified, the package is installed on the computer where the command is run. The Service URL can be in the following format:
https://<DestinationServer>:8172/MSDeploy.axd
This format requires that IIS 7 be installed on the destination server and that IIS 7 Web Management Service(WMSvc) and Web Deployment Handler be set up.
The service URL can also be in the following format:
http://<DestinationServer>/MSDeployAgentService
This format requires administrative rights on the destination server, and it requires that Web Deploy Remote Service (MsDepSvc) be installed on the destination server. IIS 7 does not have to be installed on the destination server.
/U:<UserName>
/P:<Password>
/G:<True | False>
Specifies that the package is deployed by creating a temporary listener on the destination server. This requires no special installation on the destination server, but it requires you to be an administrator on that server. The default value of this flag is False.
/A:<Basic | NTLM>
Specifies the type of authentication to be used. The possible values are NTLM and Basic. If the wmsvc provider setting is specified, the default authentication type is Basic; otherwise, the default authentication type is NTLM.
/L
Specifies that the package is deployed to local IISExpress user instance.
[Additional msdeploy.exe flags]
The msdeploy.exe command supports additional flags. You can include any of these additional flags in the "$(ProjectName).Deploy.cmd" file, and the flags are passed through to msdeploy.exe during execution.
Alternatively, you can specify additional flags by setting the "_MsDeployAdditionalFlags" environment variable. These settings are used by this batch file.
Note: Any flag value that includes an equal sign (=) must be enclosed in double quotation marks, as shown in the following example, which will skip deploying the databases that are included in the package:
"-skip:objectName=dbFullSql"
===========================
Environment-Specific Settings:
--------------------------
To customize application-specific settings for each deployment environment (for example, the IIS application name, the physical path, and any connection strings), edit the settings in the following file:
"Equa_Auth.SetParameters.xml"
===========================
For more information on this deploy script visit: http://go.microsoft.com/fwlink/?LinkID=183544
@@ -0,0 +1,256 @@
@rem ---------------------------------------------------------------------------------
@rem Copyright 2008 Microsoft Corporation. All rights reserved.
@rem This is provided as sample to deploy the package using msdeploy.exe
@rem For information about IIS Web Deploy technology,
@rem please visit http://go.microsoft.com/?linkid=9278654
@rem Note: This batch file assumes the package and setparametsrs.xml are in the same folder with this file
@rem ---------------------------------------------------------------------------------
@if %_echo%!==! echo off
setlocal
@rem ---------------------------------------------------------------------------------
@rem Please Make sure you have Web Deploy install in your machine.
@rem Alternatively, you can explicit set the MsDeployPath to the location it is on your machine
@rem set MSDeployPath="C:\Program Files (x86)\IIS\Microsoft Web Deploy V3\"
@rem ---------------------------------------------------------------------------------
@rem ---------------------------------------------------------------------------------
@rem if user does not set MsDeployPath environment variable, we will try to retrieve it from registry.
@rem ---------------------------------------------------------------------------------
if "%MSDeployPath%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Microsoft\IIS Extensions\MSDeploy" /s ^| findstr -i "InstallPath"`) do (
if /I "%%h" == "InstallPath" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
if "%%~dpj" == "%%j" (
set MSDeployPath=%%j
))))))
if not exist "%MSDeployPath%\msdeploy.exe" (
echo. msdeploy.exe is not found on this machine. Please install Web Deploy before execute the script.
echo. Please visit http://go.microsoft.com/?linkid=9278654
goto :usage
)
set RootPath=%~dp0
if /I "%_DeploySetParametersFile%" == "" (
set _DeploySetParametersFile=%RootPath%Equa_Auth.SetParameters.xml
)
set _ArgTestDeploy=
set _ArgDestinationType=auto
set _ArgComputerName=
set _ArgUserName=
set _ArgPassword=
set _ArgEncryptPassword=
set _ArgIncludeAcls=False
set _ArgAuthType=
set _ArgtempAgent=
set _ArgLocalIIS=
set _ArgLocalIISVersion=
@rem ---------------------------------------------------------------------------------
@rem Simple Parse the arguments
@rem ---------------------------------------------------------------------------------
:NextArgument
set _ArgCurrentOriginal=%1
set _ArgCurrent=%~1
if /I "%_ArgCurrent%" == "" goto :GetStarted
if /I "%_ArgCurrent%" == "/T" set _ArgTestDeploy=true&goto :ArgumentOK
if /I "%_ArgCurrent%" == "/Y" set _ArgTestDeploy=false&goto :ArgumentOK
if /I "%_ArgCurrent%" == "/L" set _ArgLocalIIS=true&goto :ArgumentOK
set _ArgFlag=%_ArgCurrent:~0,3%
set _ArgValue=%_ArgCurrent:~3%
if /I "%_ArgFlag%" == "/M:" set _ArgComputerName=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/U:" set _ArgUserName=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/P:" set _ArgPassword=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/E:" set _ArgEncryptPassword=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/I:" set _ArgIncludeAcls=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/A:" set _ArgAuthType=%_ArgValue%&goto :ArgumentOK
if /I "%_ArgFlag%" == "/G:" set _ArgtempAgent=%_ArgValue%&goto :ArgumentOK
@rem Any addition flags, pass through to the msdeploy
set _ArgMsDeployAdditionalFlags=%_ArgMsDeployAdditionalFlags% %_ArgCurrentOriginal%
:ArgumentOK
shift
goto :NextArgument
:GetStarted
if /I "%_ArgTestDeploy%" == "" goto :usage
if /I "%_ArgDestinationType%" == "" goto :usage
set _Destination=%_ArgDestinationType%
if not "%_ArgComputerName%" == "" set _Destination=%_Destination%,computerName='%_ArgComputerName%'
if not "%_ArgUserName%" == "" set _Destination=%_Destination%,userName='%_ArgUserName%'
if not "%_ArgPassword%" == "" set _Destination=%_Destination%,password='%_ArgPassword%'
if not "%_ArgAuthType%" == "" set _Destination=%_Destination%,authtype='%_ArgAuthType%'
if not "%_ArgEncryptPassword%" == "" set _Destination=%_Destination%,encryptPassword='%_ArgEncryptPassword%'
if not "%_ArgIncludeAcls%" == "" set _Destination=%_Destination%,includeAcls='%_ArgIncludeAcls%'
if not "%_ArgtempAgent%" == "" set _Destination=%_Destination%,tempAgent='%_ArgtempAgent%'
@rem ---------------------------------------------------------------------------------
@rem add -whatif when -T is specified
@rem ---------------------------------------------------------------------------------
if /I "%_ArgTestDeploy%" NEQ "false" (
set _MsDeployAdditionalFlags=%_MsDeployAdditionalFlags% -whatif
)
@rem ---------------------------------------------------------------------------------
@rem add flags for IISExpress when -L is specified
@rem ---------------------------------------------------------------------------------
if /I "%_ArgLocalIIS%" == "true" (
call :SetIISExpressArguments
)
if /I "%_ArgLocalIIS%" == "true" (
if not exist "%IISExpressPath%%IISExpressManifest%" (
echo. IISExpress is not found on this machine. Please install through Web Platform Installer before execute the script.
echo. or remove /L flag
echo. Please visit http://go.microsoft.com/?linkid=9278654
goto :usage
)
if not exist "%IISExpressUserProfileDirectory%" (
echo. %IISExpressUserProfileDirectory% is not exists
echo. IISExpress is found on the machine. But the user have run IISExpress at least once.
echo. Please visit http://go.microsoft.com/?linkid=9278654 for detail
goto :usage
)
set _MsDeployAdditionalFlags=%_MsDeployAdditionalFlags% -appHostConfigDir:%IISExpressUserProfileDirectory% -WebServerDir:"%IISExpressPath%" -webServerManifest:"%IISExpressManifest%"
)
@rem ---------------------------------------------------------------------------------
@rem pass through the addition msdeploy.exe Flags
@rem ---------------------------------------------------------------------------------
set _MsDeployAdditionalFlags=%_MsDeployAdditionalFlags% %_ArgMsDeployAdditionalFlags%
@rem ---------------------------------------------------------------------------------
@rem check the existence of the package file
@rem ---------------------------------------------------------------------------------
if not exist "%RootPath%Equa_Auth.zip" (
echo "%RootPath%Equa_Auth.zip" does not exist.
echo This batch file relies on this deploy source file^(s^) in the same folder.
goto :usage
)
@rem ---------------------------------------------------------------------------------
@rem Execute msdeploy.exe command line
@rem ---------------------------------------------------------------------------------
call :CheckParameterFile
echo. Start executing msdeploy.exe
echo -------------------------------------------------------
if not exist "%_DeploySetParametersFile%" (
echo. "%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%Equa_Auth.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' %_MsDeployAdditionalFlags%
"%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%Equa_Auth.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' %_MsDeployAdditionalFlags%
) else (
echo. "%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%Equa_Auth.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' -setParamFile:"%RootPath%Equa_Auth.SetParameters.xml" %_MsDeployAdditionalFlags%
"%MSDeployPath%\msdeploy.exe" -source:package='%RootPath%Equa_Auth.zip' -dest:%_Destination% -verb:sync -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -skip:objectname='dirPath',absolutepath='obj\\EQUA\\Package\\PackageTmp\\App_Data$' -setParamFile:"%RootPath%Equa_Auth.SetParameters.xml" %_MsDeployAdditionalFlags%
)
goto :eof
@rem ---------------------------------------------------------------------------------
@rem Find and set IISExpress argument.
@rem ---------------------------------------------------------------------------------
:SetIISExpressArguments
if "%IISExpressPath%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Microsoft\IISExpress" /s ^| findstr -i "InstallPath"`) do (
if /I "%%h" == "InstallPath" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
if "%%~dpj" == "%%j" (
set IISExpressPath=%%j
))))))
if "%IISExpressPath%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Wow6432Node\Microsoft\IISExpress" /s ^| findstr -i "InstallPath"`) do (
if /I "%%h" == "InstallPath" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
if "%%~dpj" == "%%j" (
set IISExpressPath=%%j
))))))
if "%PersonalDocumentFolder%" == "" (
for /F "usebackq tokens=2*" %%i in (`reg query "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Personal`) do (
set PersonalDocumentFolder=%%j
))
if "%IISExpressManifest%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Microsoft\IISExpress" /s ^| findstr -i "Manifest"`) do (
if /I "%%h" == "Manifest" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
set IISExpressManifest=%%j
)))))
if "%IISExpressManifest%" == "" (
for /F "usebackq tokens=1,2,*" %%h in (`reg query "HKLM\SOFTWARE\Wow6432Node\Microsoft\IISExpress" /s ^| findstr -i "Manifest"`) do (
if /I "%%h" == "Manifest" (
if /I "%%i" == "REG_SZ" (
if not "%%j" == "" (
set IISExpressManifest=%%j
)))))
set IISExpressUserProfileDirectory="%PersonalDocumentFolder%\IISExpress\config"
goto :eof
@rem ---------------------------------------------------------------------------------
@rem CheckParameterFile -- check if the package's setparamters.xml exists or not
@rem ---------------------------------------------------------------------------------
:CheckParameterFile
echo =========================================================
if exist "%_DeploySetParametersFile%" (
echo SetParameters from:
echo "%_DeploySetParametersFile%"
echo You can change IIS Application Name, Physical path, connectionString
echo or other deploy parameters in the above file.
) else (
echo SetParamterFiles does not exist in package location.
echo Use package embedded defaultValue to deploy.
)
echo -------------------------------------------------------
goto :eof
@rem ---------------------------------------------------------------------------------
@rem Usage
@rem ---------------------------------------------------------------------------------
:usage
echo =========================================================
if not exist "%RootPath%Equa_Auth.deploy-readme.txt" (
echo Usage:%~nx0 [/T^|/Y] [/M:ComputerName] [/U:userName] [/P:password] [/G:tempAgent] [additional msdeploy flags ...]
echo Required flags:
echo /T Calls msdeploy.exe with the "-whatif" flag, which simulates deployment.
echo /Y Calls msdeploy.exe without the "-whatif" flag, which deploys the package to the current machine or destination server
echo Optional flags:
echo. By Default, this script deploy to the current machine where this script is invoked which will use current user credential without tempAgent.
echo. Only pass these arguments when in advance scenario.
echo /M: Msdeploy destination name of remote computer or proxy-URL. Default is local.
echo /U: Msdeploy destination user name.
echo /P: Msdeploy destination password.
echo /G: Msdeploy destination tempAgent. True or False. Default is false.
echo /A: specifies the type of authentication to be used. The possible values are NTLM and Basic. If the wmsvc provider setting is specified, the default authentication type is Basic
otherwise, the default authentication type is NTLM.
echo /L: Deploy to Local IISExpress User Instance.
echo.[additional msdeploy flags]: note: " is required for passing = through command line.
echo "-skip:objectName=setAcl" "-skip:objectName=dbFullSql"
echo.Alternative environment variable _MsDeployAdditionalFlags is also honored.
echo.
echo. Please make sure MSDeploy is installed in the box http://go.microsoft.com/?linkid=9278654
echo.
echo In addition, you can change IIS Application Name, Physical path,
echo connectionString and other deploy parameters in the following file:
echo "%_DeploySetParametersFile%"
echo.
echo For more information about this batch file, visit http://go.microsoft.com/fwlink/?LinkID=183544
) else (
start notepad "%RootPath%Equa_Auth.deploy-readme.txt"
)
echo =========================================================
goto :eof
Binary file not shown.
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>
<appSettings>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<!--gestione cookie-->
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<!--logging-->
<add key="_logDir" value="./logs/"/>
<add key="_logLevel" value="5"/>
<add key="_logMaxMb" value="30"/>
<!--area auth DB-->
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
</appSettings>
</configuration>
@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<system.web>
<compilation targetFramework="4.0" />
</system.web>
<appSettings>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<!--gestione cookie-->
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<!--logging-->
<add key="_logDir" value="./logs/"/>
<add key="_logLevel" value="5"/>
<add key="_logMaxMb" value="30"/>
<!--area auth DB-->
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="UtenteCdcConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware"/>
<add key="VocabolarioConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_Vocabolario;Persist Security Info=True;User id=equa;Password=steamware"/>
</appSettings>
</configuration>
+7 -7
View File
@@ -3,7 +3,7 @@
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an atrribute "name" that has a value of "MyDB".
@@ -15,8 +15,8 @@
</connectionStrings>
-->
<appSettings>
<add key="authSite" value="http://10.74.82.218/Equa_Auth/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="currSite" value="http://10.74.82.218/XPS/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="authSite" value="http://192.168.0.2/Equa_Auth/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="currSite" value="http://192.168.0.2/XPS/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_logLevel" value="5" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_smtpCli" value="localhost" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
@@ -34,9 +34,9 @@
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
@@ -47,5 +47,5 @@
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</system.web>
</configuration>
+1 -1
View File
@@ -132,7 +132,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="170" />
<add key="minRev" value="171" />
<add key="copyRight" value="SteamWare © 2008-2012" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
@@ -158,6 +158,10 @@ namespace XPS.WebUserControls
PrioritaStatoMin = "1";
PrioritaStatoMax = "1";
break;
case modoXPS_Equa.spedizioni:
PrioritaStatoMin = "1";
PrioritaStatoMax = "1";
break;
case modoXPS_Equa.segreteria:
// NON PERMESSO PERO'...
PrioritaStatoMin = "1";
@@ -461,6 +465,7 @@ namespace XPS.WebUserControls
switch (currMode)
{
case modoXPS_Equa.magazzino:
case modoXPS_Equa.spedizioni:
if (CodStato != 2) answ = false;
break;
case modoXPS_Equa.segreteria:
+8
View File
@@ -103,6 +103,7 @@
<Reference Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="elencoCommSped.aspx" />
<Content Include="images\apply.png" />
<Content Include="images\apply_l.png" />
<Content Include="images\apply_m.png" />
@@ -296,6 +297,13 @@
<Compile Include="elencoCommSegr.aspx.designer.cs">
<DependentUpon>elencoCommSegr.aspx</DependentUpon>
</Compile>
<Compile Include="elencoCommSped.aspx.cs">
<DependentUpon>elencoCommSped.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="elencoCommSped.aspx.designer.cs">
<DependentUpon>elencoCommSped.aspx</DependentUpon>
</Compile>
<Compile Include="forceUser.aspx.cs">
<DependentUpon>forceUser.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
Binary file not shown.
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/AjaxSearch.master" AutoEventWireup="true" CodeBehind="elencoCommSped.aspx.cs" Inherits="XPS.elencoCommSped" %>
<%@ Register src="WebUserControls/mod_elencoComm.ascx" tagname="mod_elencoComm" tagprefix="uc1" %>
<%@ Register src="WebUserControls/mod_fixCal.ascx" tagname="mod_fixCal" tagprefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<uc1:mod_elencoComm ID="mod_elencoComm1" runat="server" />
<uc2:mod_fixCal ID="mod_fixCal1" runat="server" />
</asp:Content>
+25
View File
@@ -0,0 +1,25 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using XPS_data;
namespace XPS
{
public partial class elencoCommSped : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
mod_elencoComm1.currMode = modoXPS_Equa.spedizioni;
mod_elencoComm1.eh_selValore += new EventHandler(Mod_elencoComm1_eh_selValore);
}
void Mod_elencoComm1_eh_selValore(object sender, EventArgs e)
{
SteamWare.memLayer.ML.setSessionVal("returnPage", Request.Url.AbsolutePath);
Response.Redirect("detComm.aspx");
}
}
}
+33
View File
@@ -0,0 +1,33 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XPS {
public partial class elencoCommSped {
/// <summary>
/// mod_elencoComm1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::XPS.WebUserControls.mod_elencoComm mod_elencoComm1;
/// <summary>
/// mod_fixCal1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::XPS.WebUserControls.mod_fixCal mod_fixCal1;
}
}
@@ -111,8 +111,8 @@
<add key="AuthCookie" value="XPS"/>
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<add key="authSite" value="http://10.74.82.218/Equa_Auth/"/>
<add key="currSite" value="http://10.74.82.218/XPS/"/>
<add key="authSite" value="http://192.168.0.2/Equa_Auth/"/>
<add key="currSite" value="http://192.168.0.2/XPS/"/>
<!--gestione pagina-->
<add key="intUpdatePagina_ms" value="120000" />
<add key="_righeDataGrid" value="30" />
@@ -132,7 +132,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="170" />
<add key="minRev" value="171" />
<add key="copyRight" value="SteamWare © 2008-2012" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
@@ -111,8 +111,8 @@
<add key="AuthCookie" value="XPS"/>
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<add key="authSite" value="http://10.74.82.218/Equa_Auth/"/>
<add key="currSite" value="http://10.74.82.218/XPS/"/>
<add key="authSite" value="http://192.168.0.2/Equa_Auth/"/>
<add key="currSite" value="http://192.168.0.2/XPS/"/>
<!--gestione pagina-->
<add key="intUpdatePagina_ms" value="120000" />
<add key="_righeDataGrid" value="30" />
@@ -132,7 +132,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="170" />
<add key="minRev" value="171" />
<add key="copyRight" value="SteamWare © 2008-2012" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
Binary file not shown.
@@ -132,7 +132,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="170" />
<add key="minRev" value="171" />
<add key="copyRight" value="SteamWare © 2008-2012" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
@@ -111,8 +111,8 @@
<add key="AuthCookie" value="XPS"/>
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<add key="authSite" value="http://10.74.82.218/Equa_Auth/"/>
<add key="currSite" value="http://10.74.82.218/XPS/"/>
<add key="authSite" value="http://192.168.0.2/Equa_Auth/"/>
<add key="currSite" value="http://192.168.0.2/XPS/"/>
<!--gestione pagina-->
<add key="intUpdatePagina_ms" value="120000" />
<add key="_righeDataGrid" value="30" />
@@ -132,7 +132,7 @@
<add key="welcomeApp" value="XPS_welcomeApp" />
<add key="appName" value="XPS" />
<add key="mainRev" value="1.3" />
<add key="minRev" value="170" />
<add key="minRev" value="171" />
<add key="copyRight" value="SteamWare © 2008-2012" />
<add key="defaultApp" value="XPS_Appl" />
<add key="defaultTitle" value="XPS_ShortWelcome" />
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -15,8 +15,8 @@
</connectionStrings>
-->
<appSettings>
<add key="authSite" value="http://10.74.82.218/Equa_Auth/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="currSite" value="http://10.74.82.218/XPST/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="authSite" value="http://192.168.0.2/Equa_Auth/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="currSite" value="http://192.168.0.2/XPST/" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_logLevel" value="5" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="_smtpCli" value="localhost" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
<add key="PermessiConnectionString" value="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User id=equa;Password=steamware" xdt:Transform="SetAttributes" xdt:Locator="Match(key)" />
+5 -3
View File
@@ -61,7 +61,7 @@
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
@@ -111,6 +111,8 @@
<add key="cookieDayExp" value="365" />
<add key ="authSite" value="http://10.74.82.218/Equa_Auth/"/>
<add key ="currSite" value="http://10.74.82.218/XPST/"/>
<!--gestione button-->
<add key="autoConfCmd" value="true" />
<!--gestione pagina-->
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
@@ -128,7 +130,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<add key="minRev" value="171"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -157,7 +159,7 @@
<add key="printerBarcode" value="PDFCreator"/>
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS_data\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS_data\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
</connectionStrings>
@@ -11,13 +11,18 @@
<link href="../Style.css" rel="stylesheet" type="text/css" />
<link href="../Content/jquery.mobile-1.2.0.min.css" rel="stylesheet" type="text/css" />
<script src="./Scripts/jquery-1.8.3.min.js" type="text/javascript"></script>
<script src="./Scripts/jquery.mobile-1.2.0.min.js" type="text/javascript"></script>
<%--<script type="text/javascript">
function focusBC() {
$('#ctl00_body_mod_barcode1_txtInput').focus();
}
$(document).live('pageshow', focusBC);
</script>--%>
<script type="text/javascript">
$(document).bind("mobileinit", function () {
$.mobile.ajaxEnabled = false;
});
</script>
<script src="./Scripts/jquery.mobile-1.2.0.min.js" type="text/javascript"></script>
</head>
<body>
<form id="form1" runat="server">
@@ -131,6 +131,15 @@ namespace XPST.WebUserControls
btn4.Text += string.Format("{0}{1}: {2}", Environment.NewLine, user_std.UtSn.Traduci("emailSent"), emailSent);
}
}
// se autoconferma nascondo button conferma...
if (memLayer.ML.confReadBool("autoConfCmd"))
{
btn5.Visible = false;
}
else
{
btn5.Visible = true;
}
}
/// <summary>
/// carico da tab i comandi ammessi per il barcode...
+8
View File
@@ -107,6 +107,7 @@
<Content Include="Content\jquery.mobile.theme-1.2.0.css" />
<Content Include="Content\jquery.mobile.theme-1.2.0.min.css" />
<Content Include="Default.aspx" />
<Content Include="forceUser.aspx" />
<Content Include="login.aspx" />
<Content Include="Scripts\jquery-1.8.3-vsdoc.js" />
<Content Include="Scripts\jquery-1.8.3.js" />
@@ -134,6 +135,13 @@
<Compile Include="Default.aspx.designer.cs">
<DependentUpon>Default.aspx</DependentUpon>
</Compile>
<Compile Include="forceUser.aspx.cs">
<DependentUpon>forceUser.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="forceUser.aspx.designer.cs">
<DependentUpon>forceUser.aspx</DependentUpon>
</Compile>
<Compile Include="login.aspx.cs">
<DependentUpon>login.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
+13 -3
View File
@@ -98,13 +98,23 @@ public partial class barcode : Flesk.Accelerator.Page //System.Web.UI.Page
}
break;
case tipoAzione.esegui:
if (mod_barcode1.comandoRegistrato.valore != "")
// se ho auto conferma eseguo!
if (memLayer.ML.confReadBool("autoConfCmd"))
{
mod_barcode1.txtRich2show = user_std.UtSn.Traduci("pleaseConfirm");
mod_barcode1.comandoRegistrato.prevCmdIn = mod_barcode1.comandoRegistrato.currCmdIn;
mod_barcode1.comandoRegistrato.currCmdIn = "ok";
eseguiComando();
}
else
{
mod_barcode1.txtRich2show = user_std.UtSn.Traduci("codObjUnknown");
if (mod_barcode1.comandoRegistrato.valore != "")
{
mod_barcode1.txtRich2show = user_std.UtSn.Traduci("pleaseConfirm");
}
else
{
mod_barcode1.txtRich2show = user_std.UtSn.Traduci("codObjUnknown");
}
}
break;
case tipoAzione.noAct:
Binary file not shown.
Binary file not shown.
+19
View File
@@ -0,0 +1,19 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="forceUser.aspx.cs" Inherits="XPST.forceUser" %>
<%@ Register src="WebUserControls/mod_login.ascx" tagname="mod_login" tagprefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<uc1:mod_login ID="mod_login1" runat="server" />
<div>
</div>
</form>
</body>
</html>
+53
View File
@@ -0,0 +1,53 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace XPST
{
public partial class forceUser : System.Web.UI.Page
{
protected string _nextPage
{
get
{
string pagina = SteamWare.memLayer.ML.StringSessionObj("nextPage");
if (pagina == "")
{
pagina = "barcode.aspx";
}
return pagina;
}
}
protected void Page_Load(object sender, EventArgs e)
{
mod_login1.modoLogin = SteamWare.loginMode.forceUser;
}
protected override void OnInit(EventArgs e)
{
base.OnInit(e);
mod_login1.Login_ok += new EventHandler(mod_login1_Login_ok);
mod_login1.Login_Error += new EventHandler(mod_login1_Login_Error);
}
void mod_login1_Login_Error(object sender, EventArgs e)
{
//Response.Redirect("./unauthorized.aspx");
}
void mod_login1_Login_ok(object sender, EventArgs e)
{
Response.Redirect(_nextPage);
}
protected override void OnUnload(EventArgs e)
{
base.OnUnload(e);
mod_login1.Login_ok -= new EventHandler(mod_login1_Login_ok);
mod_login1.Login_Error -= new EventHandler(mod_login1_Login_Error);
}
}
}
+33
View File
@@ -0,0 +1,33 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace XPST {
public partial class forceUser {
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// mod_login1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::XPST.WebUserControls.mod_login mod_login1;
}
}
Binary file not shown.
@@ -61,7 +61,7 @@
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
<compilation targetFramework="4.0">
<assemblies>
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
@@ -109,8 +109,10 @@
<add key="AuthCookie" value="XPST"/>
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<add key="authSite" value="http://10.74.82.218/Equa_Auth/"/>
<add key="currSite" value="http://10.74.82.218/XPST/"/>
<add key="authSite" value="http://192.168.0.2/Equa_Auth/"/>
<add key="currSite" value="http://192.168.0.2/XPST/"/>
<!--gestione button-->
<add key="autoConfCmd" value="true" />
<!--gestione pagina-->
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
@@ -128,7 +130,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<add key="minRev" value="171"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -157,7 +159,7 @@
<add key="printerBarcode" value="\\192.168.0.188\Brother QL-500"/>
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware" providerName="System.Data.SqlClient"/>
</connectionStrings>
@@ -61,7 +61,7 @@
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
<compilation targetFramework="4.0">
<assemblies>
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
@@ -109,8 +109,10 @@
<add key="AuthCookie" value="XPST"/>
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<add key="authSite" value="http://10.74.82.218/Equa_Auth/"/>
<add key="currSite" value="http://10.74.82.218/XPST/"/>
<add key="authSite" value="http://192.168.0.2/Equa_Auth/"/>
<add key="currSite" value="http://192.168.0.2/XPST/"/>
<!--gestione button-->
<add key="autoConfCmd" value="true" />
<!--gestione pagina-->
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
@@ -128,7 +130,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<add key="minRev" value="171"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -157,7 +159,7 @@
<add key="printerBarcode" value="\\192.168.0.188\Brother QL-500"/>
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="$(ReplacableToken_XPS_data.Properties.Settings.si_dt30ConnectionString-Web.config Connection String_0)" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="$(ReplacableToken_XPS_data.Properties.Settings.si_dt30ConnectionString-Web.config Connection String_0)" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="$(ReplacableToken_XPS_data.Properties.Settings.Equa_AnagraficaConnectionString-Web.config Connection String_0)" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="$(ReplacableToken_XPS_data.Properties.Settings.Equa_XPSConnectionString-Web.config Connection String_0)" providerName="System.Data.SqlClient"/>
</connectionStrings>
Binary file not shown.
@@ -61,7 +61,7 @@
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
<compilation debug="true" targetFramework="4.0">
<assemblies>
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
@@ -111,6 +111,8 @@
<add key="cookieDayExp" value="365" />
<add key ="authSite" value="http://10.74.82.218/Equa_Auth/"/>
<add key ="currSite" value="http://10.74.82.218/XPST/"/>
<!--gestione button-->
<add key="autoConfCmd" value="true" />
<!--gestione pagina-->
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
@@ -128,7 +130,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<add key="minRev" value="171"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -157,7 +159,7 @@
<add key="printerBarcode" value="PDFCreator"/>
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS_data\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\samuele.STEAMWAREWIN\Documents\Visual Studio 2008\Projects\XPS\XPS_data\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
</connectionStrings>
@@ -61,7 +61,7 @@
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
<compilation targetFramework="4.0">
<assemblies>
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
@@ -109,8 +109,10 @@
<add key="AuthCookie" value="XPST"/>
<add key="enableCookie" value="true" />
<add key="cookieDayExp" value="365" />
<add key="authSite" value="http://10.74.82.218/Equa_Auth/"/>
<add key="currSite" value="http://10.74.82.218/XPST/"/>
<add key="authSite" value="http://192.168.0.2/Equa_Auth/"/>
<add key="currSite" value="http://192.168.0.2/XPST/"/>
<!--gestione button-->
<add key="autoConfCmd" value="true" />
<!--gestione pagina-->
<add key="intUpdatePagina_ms" value="120000"/>
<add key="_righeDataGrid" value="30"/>
@@ -128,7 +130,7 @@
<add key="_titoloPagina" value="XPS"/>
<add key="appName" value="XPST"/>
<add key="mainRev" value="1.3"/>
<add key="minRev" value="170"/>
<add key="minRev" value="171"/>
<add key="copyRight" value="SteamWare © 2008-2012"/>
<add key="defaultApp" value="XPS_Appl"/>
<add key="defaultTitle" value="XPS_ShortWelcome"/>
@@ -157,7 +159,7 @@
<add key="printerBarcode" value="\\192.168.0.188\Brother QL-500"/>
</appSettings>
<connectionStrings>
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\SWING30\ldc\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=equa;Password=steamware" providerName="System.Data.SqlClient"/>
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=localhost;Initial Catalog=Equa_XPS;Persist Security Info=True;User id=equa;Password=steamware" providerName="System.Data.SqlClient"/>
</connectionStrings>
Binary file not shown.
Binary file not shown.
+2 -2
View File
@@ -102,8 +102,8 @@ Global
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.EQUA|.NET.ActiveCfg = Release|Any CPU
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.EQUA|.NET.Build.0 = Release|Any CPU
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.EQUA|.NET.ActiveCfg = EQUA|Any CPU
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.EQUA|.NET.Build.0 = EQUA|Any CPU
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.EQUA|Any CPU.ActiveCfg = Release|Any CPU
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.EQUA|Any CPU.Build.0 = Release|Any CPU
{BDD58632-ED9F-46DE-ABE9-8B7E228EFA72}.EQUA|Mixed Platforms.ActiveCfg = Release|Any CPU
Binary file not shown.
+1
View File
@@ -116,6 +116,7 @@ namespace XPS_data
public enum modoXPS_Equa
{
magazzino,
spedizioni,
segreteria,
produzione,
direzione
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.