Results 1 to 4 of 4

Thread: Running .NET applications across the network

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2006
    Posts
    52

    Running .NET applications across the network

    Hello all.
    I am fairly new to vb.net and have written a couple of applications now but we are having real problems trying to run the apps over the network. It works on some peoples machines but not on others. When it does not work we get the standard "The operation required the SecurityException" message box.

    Any help on this would be appreciated. Sorry this post is a bit vague.

  2. #2
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: Running .NET applications across the network

    you need to strong name your assembly in order to make sure its a trusted application to run from the network

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Running .NET applications across the network

    Take a look at caspol.exe, as the application might require you to implement Code Access Security in order for it to run.

  4. #4
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Running .NET applications across the network

    klienma seems to have the answer in this thread...

    http://www.vbforums.com/showthread.p...ghlight=caspol

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width