Ask a Question related to ASP.NET Security, Design and Development.
-
Coder Coder #1
Remote Virtual Directory
HI,
I have a virtual directory on one machine pointing to a virtual
directory on another machine on the same intranet.
I get the following error -->
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.GetAndRemoveT ypeAttributeInternal(XmlNode
node, String attrib, Boolean fRequired, Type& val) +52
--------------------------------------------------------------------------------
I tried to set the securityPolicy and trust elements in the web.config
but no luck.
- Thanks
Coder Coder Guest
-
Virtual Directory Problem
Dear Friends, In Apache, the /usr/local/fsuser/sbin directory is mapped to the virtual directory http://192.168.0.10/fsuser/cgi-bin/. From... -
virtual directory
Our corporate website uses coldfusion. We have developed a web time entry system that also uses coldfusion. I am trying to setup the new timentry... -
vHost - Virtual Directory
I'm trying to play videos using the flvplayer control and FMS. If I put my flv directly in the FMS applications/streams/_definst_ directory, and... -
Accessing Virtual Directory in IIS 6
I am a new user with IIS 6 and am curious about how to make the best use of it in support of my web service. I need to be able to move large files... -
Have to Be A Virtual Directory?
I have a project named NET. It has .aspx and one .asmx files. This NET is a virtual directory and application in IIS: - All .aspx and one .asmx and...



Reply With Quote

