View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Wes[_6_] Wes[_6_] is offline
external usenet poster
 
Posts: 2
Default Permission problem when opening excel file from ASP

I have an ASP page that hangs on this line, unless the
user is in the SERVER\Administrators group. As soon as I
add a user to this group, the ASP page works just fine,
otherwise it will sit on this line forever. Everyone has
full control to the file and folder that the template is
in. Running on Win2k and IIS and Excel 2000.

Any help is appreciated! Thanks!

appXLS.Workbooks.Open Server.MapPath("ChangeOrderLog.xlt")