It is most likely that you have user permission problem: by default, the
user account running the ASP.NET app (ASPNET, or Network Service) does not
have permission to run applications, such as Word, Excel... on the web
server. There is quite some posts on this issue and how to solve this.
Search MS KB or Google will give lots of links.
BTW, running desktop app, such as Excel. on the server side, is risky and
tricky and not recommended, especially if the ASP.NET app is open to public
or has a lot concurrent users. Soon coming VS2005 for MS Office Tool add new
means to get data pushed into Excel/Word without actually opening
*.xls/*.doc on the server. You may want to look into that approach.
> Norman,
>
[quoted text clipped - 17 lines]
>> > your
>> > comments.
bic - 07 Sep 2005 07:21 GMT
Norman,
Thanks very much for being great help. Since you've helped answering this
question, would you please help answering my Win app question reqarding the
same object? What would I have to do to completely close the objExcel I
execute the app? For I have problem opening the file once the obj had been
accessed until I restart Windows. Thanks.

Signature
bic
> It is most likely that you have user permission problem: by default, the
> user account running the ASP.NET app (ASPNET, or Network Service) does not
[quoted text clipped - 29 lines]
> >> > your
> >> > comments.