How to configure a hostname of sub-application?
Posted
by
BrunoLM
on Server Fault
See other posts from Server Fault
or by BrunoLM
Published on 2011-01-30T14:26:22Z
Indexed on
2011/01/30
15:27 UTC
Read the original article
Hit count: 232
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?
© Server Fault or respective owner