Hi,
I followed the article, here is the error I am still recieving:
Server Error in '/REPORTSERVER' Application.
--------------------------------------------------------------------------------
Security Exception
Description: The application attempted to perform an operation not allowed
by the security policy. To grant this application the required permission
please contact your system administrator or change the application's trust
level in the configuration file.
Exception Details: System.Security.SecurityException: Request for the
permission of type System.Web.AspNetHostingPermission, System,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[SecurityException: Request for the permission of type
System.Web.AspNetHostingPermission, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.]
System.Type.GetType(String typeName, Boolean throwOnError) +0
System.Web.Configuration.HandlerBase.GetAndRemoveTypeAttributeInternal(XmlNode node, String attrib, Boolean fRequired, Type& val) +52
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Thanks
Eric
[quoted text, click to view] "Cooper" wrote:
> Try this for your error
>
http://support.microsoft.com/kb/887787 >
>
>
> "ejswanson" wrote:
>
> > I need to install the sql server report service on 2 web sites on the same
> > server. The urls are
www.xxxx.us and test.xxxx.us. How do I go about doing
> > this?
> >
> > I successfully installed the report service on the default web site of this
> > server, but normally it is not started. I copied the virtual directories
> > from the default site to my other sites, but I am now getting the following
> > error message:
> >
> > Security Exception
> > Description: The application attempted to perform an operation not allowed
> > by the security policy. To grant this application the required permission
> > please contact your system administrator or change the application's trust
> > level in the configuration file.
> >
> > Exception Details: System.Security.SecurityException: Request for the
> > permission of type System.Web.AspNetHostingPermission, System,
> > Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.
> >
> > Source Error:
> >
> > An unhandled exception was generated during the execution of the current web
> > request. Information regarding the origin and location of the exception can
> > be identified using the exception stack trace below.
> >
> > Stack Trace:
> >
> >
> > [SecurityException: Request for the permission of type
> > System.Web.AspNetHostingPermission, System, Version=1.0.5000.0,
> > Culture=neutral, PublicKeyToken=b77a5c561934e089 failed.]
> > System.Type.GetType(String typeName, Boolean throwOnError) +0
> >
> > System.Web.Configuration.HandlerBase.GetAndRemoveTypeAttributeInternal(XmlNode node, String attrib, Boolean fRequired, Type& val) +52
> >
> >
> >
> > Both of these web sites already are running asp.net applications. How do I
> > resolve this issue on the websites that are not the default web site?
> >
> > If I have a test site and a production site, how do I move the reports
> > between the sites? Is the database connection site specfic?
> >
> > Thanks
> >
> > Eric
> >
> >