John Gietzen
John Gietzen

Reputation: 49534

Is there a way to run iis express from within a .Net app?

Is there an assembly that I can reference that would allow me to run my own instance of IIS from within my app?

Upvotes: 4

Views: 1205

Answers (1)

Ta01
Ta01

Reputation: 31610

Have you taken a look at Hostable Web Core (HWC) - of which IIS Express is a wrapper - here is a post with some explanation and source code, maybe you can modify it to fit your needs.

Upvotes: 4

Related Questions