An ASP code has the following Server.CreateObject line:
<%
..............
Set xlApp=Server.CreateObject("EXCEL.APPLICATION"
..............
%>
Now when I execute the above ASP code, I get the following error:
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
which points to the above line in the ASP code. How do I overcome this error?
Thanks,
Arpan
<%
..............
Set xlApp=Server.CreateObject("EXCEL.APPLICATION"
..............
%>
Now when I execute the above ASP code, I get the following error:
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
which points to the above line in the ASP code. How do I overcome this error?
Thanks,
Arpan