mrand01
01-11-2005, 11:24 PM
I have a Delete File button in my flash application that runs a DeleteFile function on a FlashComm server. The FlashComm Server then uses remoting to run a DeleteFile function in a .NET Class Library. I know all of that is working...except the file isn't getting deleted. I'm getting an Access Denied problem. I re-linked the button in Flash to an ASP page that deletes the same file...and it worked just fine. This leads me to believe that the class library isn't running as the right user...or Remoting isn't. Does anyone have any experience with .NET Class Libraries & Remoting? Lemme know.