Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. LocalIntranet FullTrust

LocalIntranet FullTrust

Scheduled Pinned Locked Moved ASP.NET
helpcsharpdotnetsysadminhosting
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Anushu
    wrote on last edited by
    #1

    I have a .net dll(strong named) that I am hosting using tag in IE. When this is hosted over the network, the component is not loaded on to the clients web page and also no error is shown, however if the client sets his local intanet level to full trust - using the .net framework wizards, the component gets loaded. Is there anyway I can read these security settings on the client machine and notify him that he has to set the local intranet option to full trust... or is there any better suggestion for this problem... Please help... this is a very urgent issue Thank you

    C 1 Reply Last reply
    0
    • A Anushu

      I have a .net dll(strong named) that I am hosting using tag in IE. When this is hosted over the network, the component is not loaded on to the clients web page and also no error is shown, however if the client sets his local intanet level to full trust - using the .net framework wizards, the component gets loaded. Is there anyway I can read these security settings on the client machine and notify him that he has to set the local intranet option to full trust... or is there any better suggestion for this problem... Please help... this is a very urgent issue Thank you

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      Anushu wrote: Is there anyway I can read these security settings on the client machine and notify him that he has to set the local intranet option to full trust... or is there any better suggestion for this problem... There is a better way. You should not elevate the privileges of a security account unless it is absulutely necessary. In Administrative Tools there is an MMC called "Microsoft .NET Framework 1.1 Configuration", if you open it you will see a tree control on the left there is an item called "Runtime Security Policy". You should determine which is the best option for your situation and set the policy. For instance, you can set the policy to permit .NET assemblies on a specific share or folder to be runnable. Or you can set it to permit only assemblies with a specific strong name and so on. These articles might help: * Configuring Security Policy Using the .NET Framework Configuration Tool[^] * .NET Framework Enterprise Security Policy Administration and Deployment[^] Does this help?


      Do you want to know more? WDevs.com - Member's Software Directories, Blogs, FTP, Mail and Forums

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups