Last change
on this file since 8384 was
8384,
checked in by fschoepp, 12 years ago
|
#1888:
- Created a project which contains the back-end controller for the Optimization WebSite
- Added a WCF-back-end-controller which generates all available optimization problems (currently in-memory solution: PlaceholderControllerService.cs)
- Created a WebRole using ASP.NET MVC 3 for the Optimization Web Site
- WebSite authenticates users with the HeuristicLab.Authentication membership provider and database
- WebSite crawls and displays all available optimization scenarios by using the WCF-back-end controller (test with: http://localhost:.../optimization)
|
File size:
1.9 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!--
|
---|
3 | **********************************************************************************************
|
---|
4 |
|
---|
5 | This file was generated by a tool from the project file: ServiceDefinition.csdef
|
---|
6 |
|
---|
7 | Changes to this file may cause incorrect behavior and will be lost if the file is regenerated.
|
---|
8 |
|
---|
9 | **********************************************************************************************
|
---|
10 | -->
|
---|
11 | <ServiceDefinition name="HeuristicLab.Services.Optimization" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2012-05.1.7">
|
---|
12 | <WebRole name="HeuristicLab.Services.Hive.WebRole" vmsize="Small">
|
---|
13 | <Sites>
|
---|
14 | <Site name="Web">
|
---|
15 | <Bindings>
|
---|
16 | <Binding name="HttpIn" endpointName="HttpIn" />
|
---|
17 | </Bindings>
|
---|
18 | </Site>
|
---|
19 | </Sites>
|
---|
20 | <Endpoints>
|
---|
21 | <InputEndpoint name="HttpIn" protocol="http" port="80" localPort="80" />
|
---|
22 | </Endpoints>
|
---|
23 | <Imports>
|
---|
24 | <Import moduleName="Diagnostics" />
|
---|
25 | <Import moduleName="RemoteAccess" />
|
---|
26 | <Import moduleName="RemoteForwarder" />
|
---|
27 | </Imports>
|
---|
28 | <LocalResources>
|
---|
29 | <LocalStorage name="HeuristicLab.Services.Hive.WebRole.svclog" sizeInMB="1000" cleanOnRoleRecycle="false" />
|
---|
30 | </LocalResources>
|
---|
31 | <Certificates>
|
---|
32 | <Certificate name="localhost" storeLocation="LocalMachine" storeName="My" />
|
---|
33 | </Certificates>
|
---|
34 | </WebRole>
|
---|
35 | <WebRole name="HeuristicLab.Services.Optimization.Web" vmsize="Small">
|
---|
36 | <Sites>
|
---|
37 | <Site name="Web">
|
---|
38 | <Bindings>
|
---|
39 | <Binding name="Endpoint1" endpointName="Endpoint1" />
|
---|
40 | </Bindings>
|
---|
41 | </Site>
|
---|
42 | </Sites>
|
---|
43 | <Endpoints>
|
---|
44 | <InputEndpoint name="Endpoint1" protocol="http" port="8080" />
|
---|
45 | </Endpoints>
|
---|
46 | <Imports>
|
---|
47 | <Import moduleName="Diagnostics" />
|
---|
48 | <Import moduleName="RemoteAccess" />
|
---|
49 | </Imports>
|
---|
50 | </WebRole>
|
---|
51 | </ServiceDefinition> |
---|
Note: See
TracBrowser
for help on using the repository browser.