• 05-07-2023, 11:16:09
    #1
    merhbaa bir uygulamam var ve doldurulan formu excele yazıp kayıt ediyor ve bir klasörde tutuyor sunucunun ip adresi değişti ve ondan sonra şuan excel oluştururken aşağıdaki hatayı veriyor

    Servislerden Excell Application kullanıcı tanımladım


    Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).

    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: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).

    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 and IIS 7, and the configured application pool identity on IIS 7.5) 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 access to a file, right-click the file in File 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.
  • 12-07-2023, 18:00:56
    #2
    sunucudaki klasör izinleri sorunlu olabilir
  • 13-07-2023, 17:37:38
    #3
    Klasör izinleriyle alakalı.
  • 17-07-2023, 10:41:27
    #4
    sorun halloldu arkadaşlar başka biri yaşarsa diye çözümü yazıyorum Application Poolda ilgili domainın özelliklerine girip İdentity kısmında ilgili usera yetki verince sorun çözülüyor

    teşekkür ederim ilginiz için