Hi,
I've installed BugNet on a dedicated BugNet Server. The app is set up under the primary IIS server (another physical machine), and the directory points back to the dedicated machine and it's BugNet shared directory.
If I try to access the directory from its designated web URL address I get a Security Exception:
SecurityException: Request for the permission of type 'System.Web.AspNetHostingPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.]
System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase) +0
System.Web.UI.Util.GetTypeFromAssemblies(ICollection assemblies, String typeName, Boolean ignoreCase) +140
System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) +295
System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) +163
System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) +192
I am not sure why I am getting this. Does anybody have any idea as to what can be done to get this to work? If you need more information let me know.
Thanks for any help.