asp.net web api - Web API app with OWIN 'SystemWeb' on Azure App Service -


i creating app uses identity 2.1.0 framework in .net. started project in visual studio 2015 empty web app (template). now, use microsoft.aspnet.webapi.owin, , microsoft.owin.host.systemweb nuget packages in project. understand owin specification made avoid monolithic frameworks , specify how smaller application components interact servers. however, have requirement deploy azure app services.

i have found examples (blogs) people deploy owin web api app self-hosted azure cloud services worker role. don't want this, don't use cloud service.

since using microsoft.owin.host.systemweb, going able deploy azure app service (which assume manages internal iis instance) ?

.net ecosystem newbie here - please excuse me possible redundancies in question.

microsoft.owin.host.systemweb designed hosting in iis , azure app service web apps hosted in iis, want (in fact, self-hosting won't work azure app service).


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -