Search results for query: *

  1. W

    IIS security issue

    application description The application is very basic. I create it to familiarize myself with security permission for another project. The application is suppose to retrieve the path from where it is executed and display it in the form title. It do nothing more than that. this is the...
  2. W

    IIS security issue

    more info See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Security.SecurityException: Request for the permission of type System.Security.Permissions.SecurityPermission, mscorlib...
  3. W

    IIS security issue

    I forgot to mention. The computer trying to execute the application is the same computer running IIS. maybe it makes a difference.
  4. W

    IIS security issue

    Hi, I try the solutin above, but i still have the same error. I don't know what to do. I just want my application to be run on the net from a IIS. I made a test with this little app. It seem there is a point I'm missing. thank you for you time.
  5. W

    IIS security issue

    Thanks for the reply but, as it is mention above, it is a windows application running through IIS. i dont have any web.config file. If i need one I'm gonna have to create it. The dirrectory it tries to access is c:\Inetpub\wwwroot, which is the home of my IIS. the application is written in...
  6. W

    IIS security issue

    Same situation I have a similar situation, I'm running my application through IIS. this is my code: <Assembly: AssemblyKeyFileAttribute("C:\Documents and Settings\Marc-An\My Documents\Projet\Training Program\Web\AccentWeb\sgKey.snk")> PublicClass frmAccentAccess Inherits...
Back
Top