Differences between revisions 10 and 11
Revision 10 as of 2016-10-20 13:24:41
Size: 677
Editor: scot
Comment:
Revision 11 as of 2016-10-21 18:20:54
Size: 1101
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Create a Web API (a.k.a. a restful webservice) using the following [[https://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api|tutorial]], HOWEVER in step 2 change the authentication to windows. (See in class demo). Create a Web API (a.k.a. a restful webservice) using the following [[https://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api|tutorial]], HOWEVER in step 2 change the authentication to windows. (See in class demo). Deploy your application to CPTE230c. You may use: https://msdn.microsoft.com/en-us/library/dd465323(v=vs.110).aspx
Line 5: Line 5:
To deploy use: https://msdn.microsoft.com/en-us/library/dd465323(v=vs.110).aspx '''Video Demo''':

I have uploaded a video demo of the process [[here|http://db2.cs.southern.edu/Videos/cpte230/Lab08/Lab08.html]].
Line 13: Line 15:
Line 14: Line 17:
||Talk your way through the documentation ||20 ||
||Demo that the service works ||80 ||
||Talk your way through the documentation || 10 ||
||Show IIS manager Authentication for Lab8 application || 30 ||
||Demo that the service works show: The list of products (../api/Products) || 20 ||
|| Demo: retrieve a single product with Id=1 (again using ../api/Products...) ||20||
|| Show the web page you created in the demo.|| 20 ||

Lab 08

Create a Web API (a.k.a. a restful webservice) using the following tutorial, HOWEVER in step 2 change the authentication to windows. (See in class demo). Deploy your application to CPTE230c. You may use: https://msdn.microsoft.com/en-us/library/dd465323(v=vs.110).aspx

Video Demo:

I have uploaded a video demo of the process http://db2.cs.southern.edu/Videos/cpte230/Lab08/Lab08.html.

Documentation:

In the services page created in lab 7, include the following information:

  • Add the service and screen shots showing your service working.

Video Grade Guide

Topics

Points

Talk your way through the documentation

10

Show IIS manager Authentication for Lab8 application

30

Demo that the service works show: The list of products (../api/Products)

20

Demo: retrieve a single product with Id=1 (again using ../api/Products...)

20

Show the web page you created in the demo.

20

WindowsAdministration/Lab08WebService (last edited 2021-10-28 14:30:42 by scot)