I have an ASP.NET application that works perfectly fine using IIS. However, I have a user that wants a local version of the application to run right from their desktop. The application doesn't connect to external networks so that's not an issue. I just want to know if/how I can setup a local version of an ASP.NET application to run right of a users desktop? I was thinking it would be like running on IIS Express.
Thanks