M
Mark Olbert
I'm setting up an ASP.NET site on a Verio shared hosting platform, and they are telling me that the
<compilation> directive in Web.config files is not supported in their environment.
Can someone please tell me what, if any, limitations and/or problems this can cause me?
Separately, I'd be interested in learning how common it is for a shared hosting firm to support only
certain Web.config parameters. For example, Verio says they only support:
browserCaps
sessionState
clientTarget
pages
customErrors
globalization
authorization
authentication
webControls
webServices
appSettings
What limitations is this likely to cause? For example, I believe the lack of support for <location>
sections means user- and role- based access control of various parts of a web site (i.e., specific
folders) is not possible.
Thanx in advance for any help and/or comments.
- Mark
<compilation> directive in Web.config files is not supported in their environment.
Can someone please tell me what, if any, limitations and/or problems this can cause me?
Separately, I'd be interested in learning how common it is for a shared hosting firm to support only
certain Web.config parameters. For example, Verio says they only support:
browserCaps
sessionState
clientTarget
pages
customErrors
globalization
authorization
authentication
webControls
webServices
appSettings
What limitations is this likely to cause? For example, I believe the lack of support for <location>
sections means user- and role- based access control of various parts of a web site (i.e., specific
folders) is not possible.
Thanx in advance for any help and/or comments.
- Mark