Hi,
I have created document using Interop.Word.
Since word process opens up in server not on client am creating documenet in folder which is in application folder.Locally it works fine
Now my code is hosted in IIS(my machine)
objdoc.Saveas(server.mappath("~/Doc/printDoc1.docx");
Error:cannot create word or file .check disk is not full or write .
I have iven permission to the folder (Doc) modify permission.But it still same error comes.
Please suggest
Go to the complete details ...