Differences between revisions 5 and 16 (spanning 11 versions)
Revision 5 as of 2015-08-18 23:59:02
Size: 929
Editor: scot
Comment:
Revision 16 as of 2021-10-28 14:30:42
Size: 1160
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Follow the videos below to create your service and test it. I'll go through this in class too.
Line 4: Line 3:
 * [[http://db.cs.southern.edu/videos/CPTR446/ServerPreparation/ServerPreparation.html|Preparing your Server]] (Note that this video finishes with the install of the program created in 1-3 below)
 * [[http://db.cs.southern.edu/videos/CPTR446/Step%201/Step%201.html|Creating a sample Service #1]]
 * [[http://db.cs.southern.edu/videos/CPTR446/Step%202/Step%202.html|Creating a sample Service #2]]
 * [[http://db.cs.southern.edu/videos/CPTR446/Step%203/Step%203.html|Creating a sample Service #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). Deploy your application to CPTE230b. You may use [[https://msdn.microsoft.com/en-us/library/dd465323(v=vs.110).aspx|this link]] or the video below.

'''Video Demo''':

I have uploaded a video demo of the process [[http://db.cs.southern.edu/Videos/cpte230/Lab08/Lab08.mp4|here]] or [[attachment:Lab08.mp4]].
Line 15: Line 15:
Line 16: 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 CPTE230b. You may use this link or the video below.

Video Demo:

I have uploaded a video demo of the process here or Lab08.mp4.

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)