I have an ASP.NET application running in an IIS site. However, I am looking to have part of the application run in a subdomain (app.domain.com) which is in a folder /app/ within the root folder of the IIS site. I want the URL viewable to the user to be as the subdomain though, so I'm assuming a rewrite would be the way to accomplish this. I haven't had much luck finding a good resource for learning how to use the rewrite module for IIS. Any guidance with accomplishing what I need, and explaining it out to me, would be appreciated!
Thanks,
Eric