compilation directive disabled

  • Thread starter Thread starter Mark Olbert
  • Start date Start date
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
 
Hi Mark,

I mean, if you comple the project at local and copy all files including DLL
files to the web server, we can ignore the element. However, if you connect
to the web server with VS.NET and compile dynamically on the web server,
VS.NET will read this element's value for compilation.

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top