Changeset 5763 for branches/WebApplication/MVC2
- Timestamp:
- 03/19/11 11:03:17 (14 years ago)
- Location:
- branches/WebApplication/MVC2
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Controllers/AlgorithmClassController.cs
r5700 r5763 10 10 using System.Diagnostics; 11 11 using HLWebOKBAdminPlugin.OKBAdministrationService; 12 using HLWebOKBAdminPlugin.OKBAuthenticationService;13 12 14 13 namespace HLWebOKBAdminPlugin.Controllers … … 39 38 40 39 asc.ClientCredentials.UserName.UserName = Membership.GetUser().UserName; 41 //asc.ClientCredentials.UserName.Password = HttpContext.Session["pwd"].ToString();42 asc.ClientCredentials.UserName.Password = "Gerhard";40 asc.ClientCredentials.UserName.Password = HttpContext.Session["pwd"].ToString(); 41 //asc.ClientCredentials.UserName.Password = "Gerhard"; 43 42 asc.ClientCredentials.ServiceCertificate.Authentication.CertificateValidationMode = X509CertificateValidationMode.None; 44 43 -
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/HLWebOKBAdminPlugin.csproj
r5700 r5763 102 102 <DependentUpon>Reference.svcmap</DependentUpon> 103 103 </Compile> 104 <Compile Include="Service References\OKBAuthenticationService\Reference.cs">105 <AutoGen>True</AutoGen>106 <DesignTime>True</DesignTime>107 <DependentUpon>Reference.svcmap</DependentUpon>108 </Compile>109 104 <Compile Include="ViewModels\AlgorithmClassViewModel.cs" /> 110 105 </ItemGroup> 111 106 <ItemGroup> 112 107 <Content Include="Global.asax" /> 113 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Algorithm.datasource" /> 114 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmClass.datasource" /> 115 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmData.datasource" /> 116 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.AlgorithmParameter.datasource" /> 117 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.DataType.datasource" /> 118 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Experiment.datasource" /> 119 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Platform.datasource" /> 120 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Problem.datasource" /> 121 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemClass.datasource" /> 122 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemData.datasource" /> 123 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.ProblemParameter.datasource" /> 124 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Result.datasource" /> 125 <None Include="Properties\DataSources\HLWebPluginHost.OKBService.Run.datasource" /> 126 <EmbeddedResource Include="Resources\Delete.bmp" /> 127 <EmbeddedResource Include="Resources\Plus.bmp" /> 128 <EmbeddedResource Include="Resources\Update.bmp" /> 129 <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" /> 130 <None Include="Service References\OKBAdministrationService\AdministrationService.xsd"> 131 <SubType>Designer</SubType> 132 </None> 133 <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd"> 134 <SubType>Designer</SubType> 135 </None> 136 <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd"> 137 <SubType>Designer</SubType> 138 </None> 139 <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd"> 140 <SubType>Designer</SubType> 141 </None> 142 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm.datasource"> 143 <DependentUpon>Reference.svcmap</DependentUpon> 144 </None> 145 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass.datasource"> 146 <DependentUpon>Reference.svcmap</DependentUpon> 147 </None> 148 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Platform.datasource"> 149 <DependentUpon>Reference.svcmap</DependentUpon> 150 </None> 151 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Problem.datasource"> 152 <DependentUpon>Reference.svcmap</DependentUpon> 153 </None> 154 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass.datasource"> 155 <DependentUpon>Reference.svcmap</DependentUpon> 156 </None> 157 <None Include="Service References\OKBAuthenticationService\AuthenticationService.disco" /> 158 <None Include="Service References\OKBAuthenticationService\configuration91.svcinfo" /> 159 <None Include="Service References\OKBAuthenticationService\configuration.svcinfo" /> 160 <None Include="Service References\OKBAuthenticationService\HLWebOKBAdminPlugin.OKBAuthenticationService.User.datasource"> 161 <DependentUpon>Reference.svcmap</DependentUpon> 162 </None> 163 <None Include="Service References\OKBAuthenticationService\Reference.svcmap"> 164 <Generator>WCF Proxy Generator</Generator> 165 <LastGenOutput>Reference.cs</LastGenOutput> 166 </None> 108 <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.Algorithm.datasource" /> 109 <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.AlgorithmClass.datasource" /> 110 <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.Platform.datasource" /> 111 <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.Problem.datasource" /> 112 <None Include="Properties\DataSources\HLWebPluginHost.OKBAdministrationService.ProblemClass.datasource" /> 167 113 <None Include="Service References\OKBAdministrationService\AdministrationService.disco" /> 168 114 <None Include="Service References\OKBAdministrationService\configuration91.svcinfo" /> 169 115 <None Include="Service References\OKBAdministrationService\configuration.svcinfo" /> 116 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Algorithm.datasource"> 117 <DependentUpon>Reference.svcmap</DependentUpon> 118 </None> 119 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.AlgorithmClass.datasource"> 120 <DependentUpon>Reference.svcmap</DependentUpon> 121 </None> 122 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Platform.datasource"> 123 <DependentUpon>Reference.svcmap</DependentUpon> 124 </None> 125 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.Problem.datasource"> 126 <DependentUpon>Reference.svcmap</DependentUpon> 127 </None> 128 <None Include="Service References\OKBAdministrationService\HLWebOKBAdminPlugin.OKBAdministrationService.ProblemClass.datasource"> 129 <DependentUpon>Reference.svcmap</DependentUpon> 130 </None> 170 131 <None Include="Service References\OKBAdministrationService\Reference.svcmap"> 171 132 <Generator>WCF Proxy Generator</Generator> … … 178 139 <Content Include="Views\AlgorithmClass\Index.aspx" /> 179 140 <Content Include="Views\ServiceTest\Index.aspx" /> 180 <Content Include="Web.config" /> 141 <Content Include="Web.config"> 142 <SubType>Designer</SubType> 143 </Content> 181 144 <Content Include="Web.Debug.config"> 182 145 <DependentUpon>Web.config</DependentUpon> … … 202 165 <Content Include="Views\Shared\Site.Master" /> 203 166 <Content Include="Views\Web.config" /> 204 <None Include="Service References\OKBA uthenticationService\AuthenticationService.wsdl" />205 <None Include="Service References\OKBA uthenticationService\AuthenticationService.xsd">206 <SubType>Designer</SubType> 207 </None> 208 <None Include="Service References\OKBA uthenticationService\AuthenticationService1.xsd">209 <SubType>Designer</SubType> 210 </None> 211 <None Include="Service References\OKBA uthenticationService\AuthenticationService2.xsd">167 <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" /> 168 <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd"> 169 <SubType>Designer</SubType> 170 </None> 171 <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd"> 172 <SubType>Designer</SubType> 173 </None> 174 <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd"> 212 175 <SubType>Designer</SubType> 213 176 </None> … … 216 179 <Folder Include="App_Data\" /> 217 180 <Folder Include="App_LocalResources\" /> 181 <Folder Include="Resources\" /> 218 182 </ItemGroup> 219 183 <ItemGroup> … … 222 186 <ItemGroup> 223 187 <WCFMetadataStorage Include="Service References\OKBAdministrationService\" /> 224 <WCFMetadataStorage Include="Service References\OKBAuthenticationService\" /> 188 </ItemGroup> 189 <ItemGroup> 190 <None Include="Service References\OKBAdministrationService\AdministrationService.xsd"> 191 <SubType>Designer</SubType> 192 </None> 225 193 </ItemGroup> 226 194 <Choose> … … 259 227 </VisualStudio> 260 228 </ProjectExtensions> 229 <PropertyGroup> 230 <PostBuildEvent>copy HLWebOKBAdminPlugin.dll ..\..\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin</PostBuildEvent> 231 </PropertyGroup> 261 232 </Project> -
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Views/AlgorithmClass/Index.aspx
r5081 r5763 14 14 15 15 <asp:Panel ID="pMenu" runat="server"> 16 <asp:ImageButton ID="btnAddAlgorithmClass" runat="server"17 ImageUrl="~/Resources/Plus.bmp" ToolTip="Add Class" BorderColor="Black"18 CommandArgument="Id" onclick="~/Controllers/AddAlgorithmClass" />19 <asp:ImageButton ID="btnDelAlgorithmClass" runat="server"20 ImageUrl="~/Resources/Delete.bmp" ToolTip="Delete Class"21 CommandArgument="Id" CommandName="lgorithmClass" />22 <asp:ImageButton ID="btnUpdAlgorithmClass" runat="server"23 CommandArgument="Id"24 ImageUrl="~/Resources/Update.bmp" />25 16 </asp:Panel> 26 17 <p> -
branches/WebApplication/MVC2/HLWebOKBAdminPlugin/Web.config
r5700 r5763 74 74 </assemblyBinding> 75 75 </runtime> 76 76 77 <system.serviceModel> 77 78 <bindings> 78 79 <wsHttpBinding> 79 <binding name=" WSHttpBinding_IOKBService" closeTimeout="00:01:00"80 <binding name="AdministrationService" closeTimeout="00:01:00" 80 81 openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" 81 82 bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" … … 92 93 algorithmSuite="Default" /> 93 94 </security> 94 </binding> 95 <binding name="WSHttpBinding_IAuthenticationService" closeTimeout="00:01:00" 96 openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" 97 bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" 98 maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" 99 textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false"> 100 <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" 101 maxBytesPerRead="4096" maxNameTableCharCount="16384" /> 102 <reliableSession ordered="true" inactivityTimeout="00:10:00" 103 enabled="false" /> 104 <security mode="Message"> 105 <transport clientCredentialType="Windows" proxyCredentialType="None" 106 realm="" /> 107 <message clientCredentialType="UserName" negotiateServiceCredential="true" 108 algorithmSuite="Default" /> 109 </security> 110 </binding> 111 <binding name="WSHttpBinding_IAdministrationService" closeTimeout="00:01:00" 112 openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" 113 bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" 114 maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" 115 textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false"> 116 <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" 117 maxBytesPerRead="4096" maxNameTableCharCount="16384" /> 118 <reliableSession ordered="true" inactivityTimeout="00:10:00" 119 enabled="false" /> 120 <security mode="Message"> 121 <transport clientCredentialType="Windows" proxyCredentialType="None" 122 realm="" /> 123 <message clientCredentialType="UserName" negotiateServiceCredential="true" 124 algorithmSuite="Default" /> 125 </security> 126 </binding> 95 </binding> 127 96 </wsHttpBinding> 128 97 </bindings> 129 98 <client> 130 <endpoint address="http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService" 131 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IOKBService" 132 contract="OKBService.IOKBService" name="WSHttpBinding_IOKBService"> 133 <identity> 134 <certificate encodedValue="AwAAAAEAAAAUAAAAIQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDkyNTExNDY1N1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtTYRDoRxGMo6KzVypLUKzMv6NbGgabF1PpORsk59JyT/W3bw6DDVAmXkxKEYyunIRHTyQp1/o9Or1n/lAVe0DyQYYvRrlVWn16kYbBwBG/5op3urgUo456WTfMvpezvUpII+U6p5lM2nJlCwLSVplbzbWg0Q45l813+9mXqfyPQIDAQABo0kwRzBFBgNVHQEEPjA8gBC9NBW28XBwPiaJJgiOU6W9oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQADgYEAdSi0jtQ/54Lqz5lWKk9EzTVImUn6gppz8JQGjo0lPa4PrsLplk2jK8Z7esgMLr3VqQPIgb92/ekrDMRttMi9MDgrSWbOPKjINvyC4mMK2KgfgHAfUQM8kH223GReUUzwF99FG8HhzoqrUMIlmCvrf5EZ19FBPEygFNOew0jhiHY=" /> 135 </identity> 136 </endpoint> 137 <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AuthenticationService.svc" 138 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAuthenticationService" 139 contract="OKBAuthenticationService.IAuthenticationService" name="WSHttpBinding_IAuthenticationService"> 99 <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc" 100 binding="wsHttpBinding" bindingConfiguration="AdministrationService" 101 contract="OKBAdministrationService.IAdministrationService" name="AdministrationService"> 140 102 <identity> 141 103 <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" /> 142 104 </identity> 143 </endpoint> 144 <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc" 145 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IAdministrationService" 146 contract="OKBAdministrationService.IAdministrationService" name="WSHttpBinding_IAdministrationService"> 147 <identity> 148 <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" /> 149 </identity> 150 </endpoint> 105 </endpoint> 151 106 </client> 152 107 </system.serviceModel> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/HLWebPluginHost.csproj
r5700 r5763 70 70 <Compile Include="Controllers\AccountController.cs" /> 71 71 <Compile Include="Controllers\HomeController.cs" /> 72 <Compile Include="Controllers\ServicePrototypeController.cs" />73 72 <Compile Include="Global.asax.cs"> 74 73 <DependentUpon>Global.asax</DependentUpon> … … 86 85 <DependentUpon>Reference.svcmap</DependentUpon> 87 86 </Compile> 88 <Compile Include="Service References\OKBService\Reference.cs">89 <AutoGen>True</AutoGen>90 <DesignTime>True</DesignTime>91 <DependentUpon>Reference.svcmap</DependentUpon>92 </Compile>93 87 </ItemGroup> 94 88 <ItemGroup> … … 100 94 <Content Include="Content\themes\hl\Site.css" /> 101 95 <Content Include="Global.asax" /> 102 <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" />103 <None Include="Service References\OKBAdministrationService\AdministrationService.xsd">104 <SubType>Designer</SubType>105 </None>106 <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd">107 <SubType>Designer</SubType>108 </None>109 <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd">110 <SubType>Designer</SubType>111 </None>112 <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd">113 <SubType>Designer</SubType>114 </None>115 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Algorithm.datasource">116 <DependentUpon>Reference.svcmap</DependentUpon>117 </None>118 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.AlgorithmClass.datasource">119 <DependentUpon>Reference.svcmap</DependentUpon>120 </None>121 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Platform.datasource">122 <DependentUpon>Reference.svcmap</DependentUpon>123 </None>124 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Problem.datasource">125 <DependentUpon>Reference.svcmap</DependentUpon>126 </None>127 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.ProblemClass.datasource">128 <DependentUpon>Reference.svcmap</DependentUpon>129 </None>130 <None Include="Service References\OKBService\configuration91.svcinfo" />131 <None Include="Service References\OKBService\configuration.svcinfo" />132 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Algorithm.datasource">133 <DependentUpon>Reference.svcmap</DependentUpon>134 </None>135 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmClass.datasource">136 <DependentUpon>Reference.svcmap</DependentUpon>137 </None>138 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmData.datasource">139 <DependentUpon>Reference.svcmap</DependentUpon>140 </None>141 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.AlgorithmParameter.datasource">142 <DependentUpon>Reference.svcmap</DependentUpon>143 </None>144 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.DataType.datasource">145 <DependentUpon>Reference.svcmap</DependentUpon>146 </None>147 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Experiment.datasource">148 <DependentUpon>Reference.svcmap</DependentUpon>149 </None>150 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Platform.datasource">151 <DependentUpon>Reference.svcmap</DependentUpon>152 </None>153 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Problem.datasource">154 <DependentUpon>Reference.svcmap</DependentUpon>155 </None>156 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemClass.datasource">157 <DependentUpon>Reference.svcmap</DependentUpon>158 </None>159 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemData.datasource">160 <DependentUpon>Reference.svcmap</DependentUpon>161 </None>162 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.ProblemParameter.datasource">163 <DependentUpon>Reference.svcmap</DependentUpon>164 </None>165 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Result.datasource">166 <DependentUpon>Reference.svcmap</DependentUpon>167 </None>168 <None Include="Service References\OKBService\HLWebPluginHost.OKBService.Run.datasource">169 <DependentUpon>Reference.svcmap</DependentUpon>170 </None>171 <None Include="Service References\OKBService\Reference.svcmap">172 <Generator>WCF Proxy Generator</Generator>173 <LastGenOutput>Reference.cs</LastGenOutput>174 </None>175 96 <Content Include="Scripts\lbAlgorithmClassOnClick.js" /> 176 97 <None Include="Service References\OKBAdministrationService\AdministrationService.disco" /> 177 98 <None Include="Service References\OKBAdministrationService\configuration91.svcinfo" /> 178 99 <None Include="Service References\OKBAdministrationService\configuration.svcinfo" /> 100 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Algorithm.datasource"> 101 <DependentUpon>Reference.svcmap</DependentUpon> 102 </None> 103 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.AlgorithmClass.datasource"> 104 <DependentUpon>Reference.svcmap</DependentUpon> 105 </None> 106 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Platform.datasource"> 107 <DependentUpon>Reference.svcmap</DependentUpon> 108 </None> 109 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.Problem.datasource"> 110 <DependentUpon>Reference.svcmap</DependentUpon> 111 </None> 112 <None Include="Service References\OKBAdministrationService\HLWebPluginHost.OKBAdministrationService.ProblemClass.datasource"> 113 <DependentUpon>Reference.svcmap</DependentUpon> 114 </None> 179 115 <None Include="Service References\OKBAdministrationService\Reference.svcmap"> 180 116 <Generator>WCF Proxy Generator</Generator> … … 215 151 <Content Include="Views\Shared\Site.Master" /> 216 152 <Content Include="Views\Web.config" /> 153 <None Include="Service References\OKBAdministrationService\AdministrationService.wsdl" /> 154 <None Include="Service References\OKBAdministrationService\AdministrationService1.xsd"> 155 <SubType>Designer</SubType> 156 </None> 157 <None Include="Service References\OKBAdministrationService\AdministrationService2.xsd"> 158 <SubType>Designer</SubType> 159 </None> 160 <None Include="Service References\OKBAdministrationService\AdministrationService3.xsd"> 161 <SubType>Designer</SubType> 162 </None> 217 163 </ItemGroup> 218 164 <ItemGroup> … … 225 171 <ItemGroup> 226 172 <WCFMetadataStorage Include="Service References\OKBAdministrationService\" /> 227 <WCFMetadataStorage Include="Service References\OKBService\" /> 228 </ItemGroup> 229 <ItemGroup> 230 <None Include="Service References\OKBService\Arrays.xsd"> 231 <SubType>Designer</SubType> 232 </None> 233 <None Include="Service References\OKBService\HeuristicLab.Services.OKB.DataTransfer.xsd"> 234 <SubType>Designer</SubType> 235 </None> 236 <None Include="Service References\OKBService\service.wsdl" /> 237 <None Include="Service References\OKBService\service.xsd"> 238 <SubType>Designer</SubType> 239 </None> 240 <None Include="Service References\OKBService\service1.xsd"> 173 </ItemGroup> 174 <ItemGroup> 175 <None Include="Service References\OKBAdministrationService\AdministrationService.xsd"> 241 176 <SubType>Designer</SubType> 242 177 </None> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Web.config
r5700 r5763 105 105 </assemblyBinding> 106 106 </runtime> 107 107 108 <system.serviceModel> 108 109 <bindings> 109 110 <wsHttpBinding> 110 <binding name=" WSHttpBinding_IOKBService" closeTimeout="00:01:00"111 <binding name="AdministrationService" closeTimeout="00:01:00" 111 112 openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" 112 113 bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" … … 123 124 algorithmSuite="Default" /> 124 125 </security> 125 </binding> 126 <binding name="WSHttpBinding_IAdministrationService" closeTimeout="00:01:00" 127 openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" 128 bypassProxyOnLocal="false" transactionFlow="false" hostNameComparisonMode="StrongWildcard" 129 maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" 130 textEncoding="utf-8" useDefaultWebProxy="true" allowCookies="false"> 131 <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" 132 maxBytesPerRead="4096" maxNameTableCharCount="16384" /> 133 <reliableSession ordered="true" inactivityTimeout="00:10:00" 134 enabled="false" /> 135 <security mode="Message"> 136 <transport clientCredentialType="Windows" proxyCredentialType="None" 137 realm="" /> 138 <message clientCredentialType="UserName" negotiateServiceCredential="true" 139 algorithmSuite="Default" /> 140 </security> 141 </binding> 126 </binding> 142 127 </wsHttpBinding> 143 128 </bindings> 144 129 <client> 145 <endpoint address="http://localhost:8732/Design_Time_Addresses/OKB-3.3/OKBService"146 binding="wsHttpBinding" bindingConfiguration="WSHttpBinding_IOKBService"147 contract="OKBService.IOKBService" name="WSHttpBinding_IOKBService">148 <identity>149 <certificate encodedValue="AwAAAAEAAAAUAAAAIQrvmocYcMi5fmvHzIyVXAYioh8gAAAAAQAAAPIBAAAwggHuMIIBW6ADAgECAhB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQAwFDESMBAGA1UEAxMJbG9jYWxob3N0MB4XDTEwMDkyNTExNDY1N1oXDTM5MTIzMTIzNTk1OVowFDESMBAGA1UEAxMJbG9jYWxob3N0MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtTYRDoRxGMo6KzVypLUKzMv6NbGgabF1PpORsk59JyT/W3bw6DDVAmXkxKEYyunIRHTyQp1/o9Or1n/lAVe0DyQYYvRrlVWn16kYbBwBG/5op3urgUo456WTfMvpezvUpII+U6p5lM2nJlCwLSVplbzbWg0Q45l813+9mXqfyPQIDAQABo0kwRzBFBgNVHQEEPjA8gBC9NBW28XBwPiaJJgiOU6W9oRYwFDESMBAGA1UEAxMJbG9jYWxob3N0ghB/K4IUpf//oE5Y7z4eayB9MAkGBSsOAwIdBQADgYEAdSi0jtQ/54Lqz5lWKk9EzTVImUn6gppz8JQGjo0lPa4PrsLplk2jK8Z7esgMLr3VqQPIgb92/ekrDMRttMi9MDgrSWbOPKjINvyC4mMK2KgfgHAfUQM8kH223GReUUzwF99FG8HhzoqrUMIlmCvrf5EZ19FBPEygFNOew0jhiHY=" />150 </identity>151 </endpoint>152 130 <endpoint address="http://services.heuristiclab.com/OKB.SPR-3.3/AdministrationService.svc" 153 binding="wsHttpBinding" bindingConfiguration=" WSHttpBinding_IAdministrationService"154 contract="OKBAdministrationService.IAdministrationService" name=" WSHttpBinding_IAdministrationService">131 binding="wsHttpBinding" bindingConfiguration="AdministrationService" 132 contract="OKBAdministrationService.IAdministrationService" name="AdministrationService"> 155 133 <identity> 156 134 <certificate encodedValue="AwAAAAEAAAAUAAAAwK1+2oAmcy/mI2P2QjyiJRh0y60gAAAAAQAAACoCAAAwggImMIIBj6ADAgECAhAIkseQ2EEhgU720qJA61gqMA0GCSqGSIb3DQEBBAUAMCQxIjAgBgNVBAMTGXNlcnZpY2VzLmhldXJpc3RpY2xhYi5jb20wHhcNMTAwNTExMTExNDAyWhcNMzkxMjMxMjM1OTU5WjAkMSIwIAYDVQQDExlzZXJ2aWNlcy5oZXVyaXN0aWNsYWIuY29tMIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq26Bwmwc7k+4W30qLQ2j+FInEL5BuH6opDY6CSlrtt3xQS/anrhvpbf3QghLDVINzcHkzbPmm/SguG4F85QLB6xO+tJaOvRo0iEK5g3c307vMIru7FJwk/OhplEQ5J1hbDgL3zOJlrWlgtqRVxCtVdF3XroI9BctOt1NkeKv9ewIDAQABo1kwVzBVBgNVHQEETjBMgBCjbgdYd4j5JgUuJ1Wo/GxroSYwJDEiMCAGA1UEAxMZc2VydmljZXMuaGV1cmlzdGljbGFiLmNvbYIQCJLHkNhBIYFO9tKiQOtYKjANBgkqhkiG9w0BAQQFAAOBgQAb/2xk2uQad68shSPl/uixWgvFI8WkxOTBopOLaLtDxwCeZ3mWVHdV9VnixHtThubnEBXAhYOCQSIXWtQuXFWO+gH3YyjTRJY5kTmXyuvBRTn3/so5SrQ7Rdlm9hf6E5YVX3tCjAy7ybUyaDUkQfmH5vmvgvpMzRfsJ1qhnUpJiQ==" /> 157 135 </identity> 158 </endpoint> 136 </endpoint> 159 137 </client> 160 138 </system.serviceModel> -
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/obj/Debug/HLWebPluginHost.csproj.FileListAbsolute.txt
r5072 r5763 1 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.dll 2 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.pdb 3 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\ResolveAssemblyReference.cache 4 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.dll 5 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.pdb 1 6 D:\Proakt\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.dll 2 7 D:\Proakt\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.pdb … … 4 9 D:\Proakt\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.dll 5 10 D:\Proakt\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.pdb 6 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.dll7 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\bin\HLWebPluginHost.pdb8 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\ResolveAssemblyReference.cache9 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.dll10 C:\Documents and Settings\vs6\My Documents\SPR5\WebApplication\MVC2\HeuristicLabWeb.PluginHost\HLWebPluginHost\obj\Debug\HLWebPluginHost.pdb
Note: See TracChangeset
for help on using the changeset viewer.