Hello,
I have a Problem with deploy a file which is in a folder named mmc.config!

I have create a web.config file which works fine with my *.cofig FILES. Thats simple, but my clients don,t have access to a FOLDER named mmc.config!

Here is my web.config file:

<?xml version="1.0" encoding="utf-8" ?> 
<configuration> 
 <system.web> 
  <httpHandlers> 
   <remove verb="*" path="*.config" /> 
   <add verb="*" path="web.config" type="System.Web.HttpForbiddenHandler"/> 
  </httpHandlers> 
 </system.web> 
</configuration> 

What is to do to grant access for folders named *.config?
Did somebody know this problem and is there any solution for it?
Please hlep me!
Thanks!

Matthias Kretschmer

PS: Sorry for that bad english!