Re: excel problem in asp.net
- From: "Oleg Ogurok" <oleg@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 17 Sep 2005 12:42:21 -0400
Launch "dcomcnfg" from Start -> Run and change security changes there to
allow user ASPNET to launch Excel.
-Oleg.
"jack" <jack79@xxxxxxxxxxx> wrote in message
news:etezFP6uFHA.3720@xxxxxxxxxxxxxxxxxxxxxxx
> Access is denied.
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
> about the error and where it originated in the code.
>
> Exception Details: System.UnauthorizedAccessException: Access is denied.
>
> 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.
>
> Source Error:
>
> Line 29:
> Line 30: Private Sub Button1_Click(ByVal sender As System.Object,
> ByVal
> e As System.EventArgs) Handles Button1.Click
> Line 31: Dim abc As New Excel.Application
> Line 32: End Sub
> Line 33: End Class
>
> I did add aspnet user for excel.exe, but the error still happen.
> Any idea ? Thanks
>
>
>
.
- Follow-Ups:
- Re: excel problem in asp.net
- From: jack
- Re: excel problem in asp.net
- References:
- excel problem in asp.net
- From: jack
- excel problem in asp.net
- Prev by Date: excel problem in asp.net
- Next by Date: Re: regular expression validator, get rid of unwanted characters
- Previous by thread: excel problem in asp.net
- Next by thread: Re: excel problem in asp.net
- Index(es):
Loading