Hi All
I've created a test WebApi that connects to my local SQL express database and retrieves a list of users from the database. I have installed SQL and a database onto my laptop and want to host my test WebApi on the laptop and retrieve the list of users from my computer using HTTP get requests. I've read some tutorials about publishing the WebApi as a file system and then hosting through IIS. Would I need to install IIS express on my laptop in order to host my WebApi ? If so, is this the best way to do it ?
many thanks in advance for any guidance on this matter.