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 derfloh 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
Joined
Oct 16, 2002
Messages
336
Location
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
 
Check the access rights on the IIS server to the service
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top