You are on page 1of 2

<?xml version="1.0" encoding="utf-8" ?> <configuration > <configSections> <section name="ThemeConfigSectionName" type="FES.Infrastructure.Library.Cont rols.ThemeConfig, Infrastructure.Library, Version=1.0.0.

0, Culture=neutral, Publ icKeyToken=null" allowLocation="true" allowDefinition="Everywhere" allowExeDefin ition="MachineToApplication" overrideModeDefault="Allow" restartOnExternalChange s="true" requirePermission="true" /> <section name="ModuleConfig" type="FES.Infrastructure.Module.ModuleConfig, I nfrastructure.Module, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" all owLocation="true" allowDefinition="Everywhere" allowExeDefinition="MachineToAppl ication" overrideModeDefault="Allow" restartOnExternalChanges="true" requirePerm ission="true" /> <section name="ClientConfig" type="FES.Infrastructure.Client.ClientConfig, I nfrastructure.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" all owLocation="true" allowDefinition="Everywhere" allowExeDefinition="MachineToAppl ication" overrideModeDefault="Allow" restartOnExternalChanges="true" requirePerm ission="true" /> <section name="ServerConfig" type="FES.Infrastructure.Server.ServerConfig, I nfrastructure.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" all owLocation="true" allowDefinition="Everywhere" allowExeDefinition="MachineToAppl ication" overrideModeDefault="Allow" restartOnExternalChanges="true" requirePerm ission="true" /> <section name="HRMClientConfig" type="FES.HRM.Client.HRMClientConfig, HRM.Cl ient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowLocation="true " allowDefinition="Everywhere" allowExeDefinition="MachineToApplication" overrid eModeDefault="Allow" restartOnExternalChanges="true" requirePermission="true" /> <section name="HRMServerConfig" type="FES.HRM.Server.HRMServerConfig, HRM.Se rver, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" allowLocation="true " allowDefinition="Everywhere" allowExeDefinition="MachineToApplication" overrid eModeDefault="Allow" restartOnExternalChanges="true" requirePermission="true" /> </configSections> <ModuleConfig AutoExecCommands="" DevelopmentSupport="1" UIThreadWaitTime="200 00" /> <ClientConfig Address="localhost" ServerIdentity="Falconsoftware" Port="8000" MaxIdleTime="23:00:00" OperationTimeout ="23:00:00" DefaultLoginUser="admin" DefaultLoginPassword="password" AutoExe cCommands=""/> <!--<ClientConfig Address="localhost" ServerIdentity="Falconsoftware" Port="8001" MaxIdleTime="23:00:00" OperationTimeout="23:00:00" DefaultLoginUser="" DefaultLoginPassword="" AutoExecCommands=""/>--> <ServerConfig SQLServerAddress="Data Source=pussycat;initial catalog=FES_Hospi tal;Persist Security Info=True;User ID=dev;Password=dev" Port="8000" OperationTimeout ="23:00:00" MaxIdleTime="23:00:00" /> <!--<ServerConfig SQLServerAddress="Data Source=pussycat;initial catalog=FES;P ersist Security Info=True;User ID=sa;Password=zxcv" Port="8001" OperationTimeout ="23:00:00" MaxIdleTime="23:00:00" />--> <ThemeConfigSectionName BackgroundPallet="Falconsoftware" ForegroundPallet="Fa lconsoftware" DisabledPallet="Falconsoftware" HighlightPallet="Falconsoftware" MainFontSize="12" />

<HRMClientConfig AutoExecCommands="" /> <HRMServerConfig SQLServerAddress="Data Source=pussycat;Initial Catalog=StudyP roject;Persist Security Info=True;User ID=dev;Password=dev"/> <!--<HRMServerConfig SQLServerAddress="Data Source=SONTD-PC;Initial Catalog=HF W_Asset_New;Persist Security Info=True;User ID=sa;Password=zxcv"/>--> <SolutionProfile xmlns="http://www.falconsoftware.vn/schemas/cab/2.0"> <Section Name="Style"> <Modules> <ModuleInfo AssemblyFile="Styles.Standard.dll" /> </Modules> </Section> <Section Name="Layout"> <Dependencies> <Dependency Name="Style" /> </Dependencies> <Modules> <ModuleInfo AssemblyFile="Infrastructure.Layout.OL.dll" /> </Modules> </Section> <Section Name="Services"> <Dependencies> <Dependency Name="Layout" /> </Dependencies> <Modules> Note: Modules are loaded bottom up, not topdown <ModuleInfo AssemblyFile="Infrastructure.Module.dll" /> <ModuleInfo AssemblyFile="Infrastructure.Client.dll" /> <ModuleInfo AssemblyFile="Infrastructure.Server.dll" /> </Modules> </Section> <Section Name="Apps"> <Dependencies> <Dependency Name="Services" /> </Dependencies> <Modules> <ModuleInfo AssemblyFile="HRM.Client.dll" /> <ModuleInfo AssemblyFile="HRM.Server.dll" /> </Modules> </Section> </SolutionProfile> </configuration>

You might also like