showing content from subdomain
Posted
by
coure06
on Stack Overflow
See other posts from Stack Overflow
or by coure06
Published on 2011-01-06T20:51:43Z
Indexed on
2011/01/06
20:54 UTC
Read the original article
Hit count: 217
ASP.NET
|asp.net-mvc-2
I have a root site in httpdocs
folder. There is another website (for subdomain) at httpdocs/demo1
Mapping is like
www.abc.com to httpdocs
demo1.abco.com to httpdocs/demo1
How can I show image from demo1 folder? I want to access it like
www.abc.com/demo1/images/some.png
Error:
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.
© Stack Overflow or respective owner