Posted on: 5/5/2014 8:30:07 PM | Views : 404

Hi folks;
We have a problem.  We have a web site with a number of web applications residing under it.  Each of these web applications make use of a customize configuration file which was called web.config but really does not contain any of the standard elements of a web.config file.  The web site contains one directly called CustomWebConfig with the web.config residing under it and another called "OurWeb".  All of the web applications reside in folders under "OurWeb". 
Our web site has been running on IIS 6.0 for a considerable time.  Now we have to move it to IIS 7.0.  Government Requirements state that the Web server must utilize the Medium Trust Level.  Medium Trust Level specifies that application have no access to any files outside of their application root.  This causes a problem since the web.config file is not under any application root.  Nor can it go under any specific application r ...

Go to the complete details ...