Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Denied

Status
Not open for further replies.

arpan

Programmer
Oct 16, 2002
336
IN
An ASP code has the following Server.CreateObject line:

<%
..............
Set xlApp=Server.CreateObject(&quot;EXCEL.APPLICATION&quot;)
..............
%>

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top