DevLoop
Posts: 6
Joined: Sat May 09, 2015 7:09 pm

IIS Asp.Net

Sat May 09, 2015 7:15 pm

Win Iot Core has a builtin web server to execute asp.net site?
Microsoft delivered asp.net webserver for linux and I hope made for Win10 too...

Thank you

PS: I don't want create WebServer by myself and embed html in c# code

jtanner_msft
Posts: 105
Joined: Fri May 01, 2015 7:12 pm

Re: IIS Asp.Net

Mon May 11, 2015 7:14 pm

At this time I'm not aware of if an IIS type webservice will be built in to Windows 10 IoT Core, but I do know you can develop your own simple web service if you like. This sample shows you how:
http://ms-iot.github.io/content/win10/s ... Server.htm

And there is already another web service running on the device that you can use to help manage it. To access that just go to: http://<ip address>

And you should see the WebB interface.

I hope that helps.
Jonathan Tanner | Microsoft | Windows 10 IoT Core Insider Preview Support | This posting is provided 'as is' with no warranties and confers no rights.

GrahameHorner
Posts: 1
Joined: Fri Jun 12, 2015 9:10 am

Re: IIS Asp.Net

Fri Jun 12, 2015 9:17 am

I don't believe IIS would be supported on the IoT core platform, IIS binds to http.sys on the operating system and Microsoft have stated they are moving to a more portable way of hosting webservices; have a look at ASP.vNext and the DNX a number of selfhosting examples exists show the code running on Windows/Linux and Mac they shouldn't be any reason why these can't run on IoT (with a little effort) :D

Return to “Windows 10 for IoT”