S
sincethe2004
By using C# aspx,
I want to start a word document and place some text into a word doc file,
when I call the following statement:
Object ApWord = Server.CreateObject("Word.Application");
there is an UnauthorizedAccessException message comes out,
have no idea how to grant rights for this problem....
I want to start a word document and place some text into a word doc file,
when I call the following statement:
Object ApWord = Server.CreateObject("Word.Application");
there is an UnauthorizedAccessException message comes out,
have no idea how to grant rights for this problem....