Error while editing word document from IIS
-
Hi I am having a requirement to edit the word document from the c# code in asp.net application. I got a sample from code project its working fine from the file system (Like http://localhost:1234/Applcaitonname/) but when I run the application from the virtual directory (like http://localhost/Applicationname/) it is giving errors the work document not allows to edit the document. I am using Xp as the operating system with is VS 2.0 ASP.Net with c#. I tried by setting dcom permission and added the asp net user and Iuser accounts to the application. Can any body help me to solve the issue? Thanks in advance. Best Regards
PrakashACCS
-
Hi I am having a requirement to edit the word document from the c# code in asp.net application. I got a sample from code project its working fine from the file system (Like http://localhost:1234/Applcaitonname/) but when I run the application from the virtual directory (like http://localhost/Applicationname/) it is giving errors the work document not allows to edit the document. I am using Xp as the operating system with is VS 2.0 ASP.Net with c#. I tried by setting dcom permission and added the asp net user and Iuser accounts to the application. Can any body help me to solve the issue? Thanks in advance. Best Regards
PrakashACCS
you can full control that folder whihc store the ms word file
-
you can full control that folder whihc store the ms word file
Hi thank you so much for replying I tried by giving all the permission to the folder.but it didn't work. Best Regards.
PrakashACCS