can we install IIS to Windows Mobile 6.1?

Someone asked on Server Fault:

can we install IIS to Windows Mobile 6.1 ? As I Have develop a web application in >net and I want to use that same application in Windows Mobile 6.1 ,PDA, as offline application. Ya Surely I will implement that one with Sql server CE but to run it I have to host it on PDA. So can we host it there???

I posted the following answer, which was chosen as the accepted answer and received 2 upvotes:

Short answer, no, IIS wont run on Windows Mobile.

Long answer (read: alternate solution), your best developing a WinForms (mobile) version using SQL CE.

If you write your code well, place all your business logic within the same assembly, then you can build a regular web interface (asp.net and/or asp.net-mvc) which will implement your business logic, the write the aformentioned WinForms Mobile version, implementing the same class library for business logic.

Notable comments

Nate (0 upvotes): Yes; however, if your PDAs have internet access, they could access the same web interface as everyone else.


Originally posted on Server Fault — 2 upvotes (accepted answer). Licensed under CC BY-SA.

signed letter b

Dad. Geek. Gamer. Software developer. Cloud user. Old Car enthusiast.  Blogger.


Top Posts


profile for Nate on Stack Exchange, a network of free, community-driven Q&A sites
a proud member of the blue team of 512KB club
Thoughts, opinions, and ideas shared here are my own. © 2026 Nate Bross.