A T27 application can have the following presentation methods:
Web Service
Web application
Mobile application
A T27 project can have multiple presentation methods connected to a single data source.
After doing one or both of the following procedures, go to Building the MCP T27 ProjectTo create a Web Service presentation, do the following:
In Solution Explorer, select the solution node, right-click, select Add, and click New Web Site.
In the Templates pane, select ASP.NET Web Service.
In the fields of Location, set the location of your Web service.
In the Language box, select the language to be used to develop the Web Service.
Click OK.
To create a Web or PDA presentation, do the following:
In Solution Explorer, select the solution node, right-click, select Add, and click New Web Site.
In the Templates pane, select ASP.NET Web Site.
In the fields of Location, set the location of your Web site.
In the Language box, select the language to be used to develop the Web Service.
Click OK.