Thanks for the tip.

V.

Daniel Nauck wrote:
> Hello,
>
> but don't forget to deny access to .svn folders, otherwise everybody can
> access your sourcecode or other sensitive data from the .svn folders.
>
> This should help:
>
> <httpHandlers>
>    <add verb="*" path="*.svn*" type="System.Web.HttpForbiddenHandler" />
> </httpHandlers>
>
>
> Daniel
>
>
> Daniel Nauck schrieb:
>   
>> Vasili Sviridov schrieb:
>>     
>>> Looks like i've found the culprit. My App_Code folder contained .svn 
>>> folder, apparently this breaks compilation. As soon as the .svn was 
>>> removed everything started working fine.
>>> Although this is not the best solution, as I want to have that folder 
>>> under version control. Is there a way to tell the compiler to ignore ".svn"?
>>>
>>> Thanks,
>>> V.
>>>       
>> What version of mono are you using? This problem don't exist on svn head.
>>
>> Daniel
>>
>>     

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to