RE: Save File to Different Domain - 2nd Post

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 10/21/05

  • Next message: Peter Jakab: "Re: Save File to Different Domain - 2nd Post"
    Date: Fri, 21 Oct 2005 05:33:19 GMT
    
    

    Hello,

    You may run the code in debug mode and catch the line generating the error,
    then we should find the exact the problem. Also, You need make sure your
    ASP.NET app is running under a local administrator account. Impersonate
    also need enough permission on local system.

    Addiotnally, below is a sample on ASP.NET impersonate. Its code is a little
    more robust. you may try the code in it and see the results.

    http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q306158

    Luke


  • Next message: Peter Jakab: "Re: Save File to Different Domain - 2nd Post"