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. Security of TLB libraries

Security of TLB libraries

Scheduled Pinned Locked Moved ASP.NET
comquestioncsharpasp-net
1 Posts 1 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.
  • U Offline
    U Offline
    User 821818
    wrote on last edited by
    #1

    Hi, I am having a problem to create COM object in my web application. The object provided by Symantec, it is a SDK library for ACT. The problem is I can NOT create the object in web applications. However, there is no problem with desktop applications or VBScripts. The following code work in vb.net/VBScript ------------------------------------------ Dim objDatabase As Object = CreateObject("ACTOLE.DATABASE") objDatabase.Open("c:\Database\Members.dbf") dim objUsers As Object = objDatabase.Users() ----------------------------------------- It perfectly creates the object and gives me all the users in a recordset. I think I need to play with security of this object to make the object creatable by {machine.ASPNET} user. How can I set custom security to ACTOLE.DATABASE object? Thanks a lot serkan

    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