FastReport - IIS permission
I use FastReport.dll and FastReport.Web.dll in ASP.Net application.
When try run report i get error
Maybe i have to set permisson on IIS , but where?
Where is the problem?
When try run report i get error
        Message:  Requested registry access is not allowed
    Source: mscorlib
    System.Security.SecurityException: Requested registry access is not allowed
    w Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)
    w FastReport.Utils.Res.get_LocaleFolder()
    w FastReport.Utils.Res.LoadDefaultLocale()
    w FastReport.Utils.Config.LoadConfig()
    w FastReport.Utils.Config.Init()
    w FastReport.Report..cctor()
I try to run IE browser as administrator , unfortunately.Maybe i have to set permisson on IIS , but where?
Where is the problem?
Comments
Can i set this parameter in config file for fastreport ( without change dll file ). I don't want ( i can't ) compile project.
and i found : I do not think giving a web site access to the registry is a good idea because of the possible security implications.
and this link, http://forums.codecharge.com/posts.php?post_id=67135