Making an Excel File

  • Thread starter Charles A. Lackman
  • Start date
C

Charles A. Lackman

Hello,

I have a web site that is accessing the Excel Reference:

Dim Excel As New Excel.Application
When this line of code is executed I get the following error.

ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or
Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAME) or the authenticated request user. To grant ASP.NET write
access to a file, right-click the file in Explorer,
choose "Properties" and select the Security tab. Click "Add" to add the
appropriate user or group. Highlight the ASP.NET account, and check the
boxes for the desired access.

I have attempted what is suggested with no success.

Any Suggestions will be greatly appreciated. All I am doing is making an
Excel File out of a dataset.

Chuck
 
P

Paul Clement

¤ Hello,
¤
¤ I have a web site that is accessing the Excel Reference:
¤
¤ Dim Excel As New Excel.Application
¤ When this line of code is executed I get the following error.
¤
¤ ASP.NET is not authorized to access the requested resource. Consider
¤ granting access rights to the resource to the ASP.NET request identity.
¤ ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or
¤ Network Service on IIS 6) that is used if the application is not
¤ impersonating. If the application is impersonating via <identity
¤ impersonate="true"/>, the identity will be the anonymous user (typically
¤ IUSR_MACHINENAME) or the authenticated request user. To grant ASP.NET write
¤ access to a file, right-click the file in Explorer,
¤ choose "Properties" and select the Security tab. Click "Add" to add the
¤ appropriate user or group. Highlight the ASP.NET account, and check the
¤ boxes for the desired access.
¤
¤ I have attempted what is suggested with no success.
¤
¤ Any Suggestions will be greatly appreciated. All I am doing is making an
¤ Excel File out of a dataset.

In addition to what Steve mentioned:

INFO: Considerations for Server-Side Automation of Office
http://support.microsoft.com/default.aspx?scid=kb;en-us;257757


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,152
Latest member
LorettaGur
Top