Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
adlo
Posting Yak Master
108 Posts |
Posted - 2004-11-12 : 09:38:35
|
I installed the ASP.net ValidatePathModule asp.net security vulnerability fix on my PC (IIS 6). However when I now try to view the reporting services from my asp.net website I get an error message Server Error in '/ReportServer' Application.Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Assembly microsoft.web.validatepathmodule.dll security permission grant set is incompatible between appdomains.Source Error: Line 320: <add name="FileAuthorization" type="System.Web.Security.FileAuthorizationModule"/>Line 321: <add name="ErrorHandlerModule" type="System.Web.Mobile.ErrorHandlerModule, System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>Line 322: <add name="ValidatePathModule" type="Microsoft.Web.ValidatePathModule, Microsoft.Web.ValidatePathModule, Version=1.0.0.0, Culture=neutral, PublicKeyToken=eba19824f86fdadd"/></httpModules>Line 323: <!--Line 324: processModel Attributes:Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 322 Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 If I remove the ValidatePathModule reference from my machine.config it works again. |
|
adlo
Posting Yak Master
108 Posts |
|
|
|
|