VB.NET Security Question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SStory

    #1

    VB.NET Security Question

    Dear group,

    I wrote a very simple app to enable a fox pro user to call it and do
    somethings that he couldn't easily do with Fox Pro.

    It was written in vb.net.

    My client put this exe on a server that has dotnet runtime v 1.1 installed
    and then from a client in his intranet tries to access it as follows

    myprogname.exe /? to just get the syntax.... he gets an exception...(wh ich
    is 0xf something)... on my intranet I tried to simulate and I get a security
    exception.

    If we map drive z: to the server...
    put the .exe on the client with dotnet v1.1. installed and do

    myprogname.exe z:\inputfile etc.
    it works.

    I assume this has to do with security and the Control Panel apps would be
    where I would need to make adjustments but quite frankly I don't understand
    them nor what exactly to change.

    Any detailed help on this issue would be appreciated.

    Thanks,

    Shane


  • Herfried K. Wagner [MVP]

    #2
    Re: VB.NET Security Question

    * "SStory" <TheStorys@TAKE OUTTHISSPAMBUST ERsofthome.net> scripsit:[color=blue]
    > myprogname.exe z:\inputfile etc.
    > it works.
    >
    > I assume this has to do with security and the Control Panel apps would be
    > where I would need to make adjustments but quite frankly I don't understand
    > them nor what exactly to change.[/color]

    <http://www.google.de/groups?selm=eq8 eIoh8CHA.3208%4 0TK2MSFTNGP11.p hx.gbl>

    --
    Herfried K. Wagner [MVP]
    <http://www.mvps.org/dotnet/>

    ..NET FAQs: <http://www.mvps.org/dotnet/dotnet/faqs/> (German)

    Comment

    • SStory

      #3
      Re: VB.NET Security Question

      Thanks.... I'm not sure what to do but will guess I suppose.

      do you know of a good simple reference on using that thing?

      Shane

      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
      news:c1g3pn$1h1 7d3$2@ID-208219.news.uni-berlin.de...[color=blue]
      > * "SStory" <TheStorys@TAKE OUTTHISSPAMBUST ERsofthome.net> scripsit:[color=green]
      > > myprogname.exe z:\inputfile etc.
      > > it works.
      > >
      > > I assume this has to do with security and the Control Panel apps would[/color][/color]
      be[color=blue][color=green]
      > > where I would need to make adjustments but quite frankly I don't[/color][/color]
      understand[color=blue][color=green]
      > > them nor what exactly to change.[/color]
      >
      > <http://www.google.de/groups?selm=eq8 eIoh8CHA.3208%4 0TK2MSFTNGP11.p hx.gbl>
      >
      > --
      > Herfried K. Wagner [MVP]
      > <http://www.mvps.org/dotnet/>
      >
      > .NET FAQs: <http://www.mvps.org/dotnet/dotnet/faqs/> (German)[/color]


      Comment

      Working...