How to configure a hostname of sub-application?
- by BrunoLM
I have a structure like this:
Website
|- Controllers
|- Models
|- Views
|- Content
|- Static (APP)
Website is an application using an ASP.NET 4.0 pool. Static is a sub-application using a not managed application pool.
On Website bindings I've set local.domain.com to have access through port 80.
I want to access the Static app using static.domain.com, but I don't find the option to configure the binding.
How is it possible to configure like that?