Results 1 to 3 of 3

Thread: [1.0/1.1] impersonation issue

Threaded View

  1. #1

    Thread Starter
    Fanatic Member popskie's Avatar
    Join Date
    Jul 2005
    Location
    In my chair
    Posts
    666

    [1.0/1.1] impersonation issue

    Hi,

    Code1 ---> c# web application

    HTML Code:
    class class1
    {
    Impersonation;
    //code here
    undo Impersonation;
    class 2 
    {
    Impersonation;
    //code here
    undo Impersonation;       
    }
    
    }

    Code2 ---> c# web application

    HTML Code:
    class class1
    {
    Impersonation;
    //code here
    class 2 
    {
    //code here
    }
    
    //undo Impersonation;       
    
    }

    Code 1 and code 2 working properly. the only issue I found in code 1 is very slow during exection.
    My question in code 2 is it ok , not to undo the impersonation? Is there no problem in memory? If I uncomment the undo impersonation in code 2. there is an error occor. It say it cannot complete the operation.

    Pls give me an input.

    thanks,

    Popkie

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