

IIS is configured to use anonymous authentication.

The process is running with the user NT AUTHORITY\NETWORK SERVICE. WithWindow) at (StringĬaminhoPpt, String caminhoDestino, Int32 largura, Int32 altura, StringĬaminhoThumbs, Int32 larguraThumb, Int32 alturaThumb, Boolean geraXml)Īt Upload.ProcessRequest(HttpContext context) Presentations.Open(StringįileName, MsoTriState ReadOnly, MsoTriState Untitled, MsoTriState But If I try running it in the production server, I get the following error:

If I run this code in my local machine, in asp.net or a executable, it runs perfectly. Var target = string.Format(targetPath, i) Var pptPresentation = (ppt, MsoTriState.msoTrue, MsoTriState.msoFalse, MsoTriState.msoFalse) įor (var i = 1 i <= i++) Var pptApplication = new ApplicationClass() For that I have imported office.dll and .dll assemblies and wrote the following code public static int ExtractImages(string ppt, string targetPath, int width, int height) I have a ASP.NET 2.0 web application that should upload a ppt file and then extract its slides to images.
