Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. manager_7279

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    M Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 3
    • Groups 0

    manager_7279

    @manager_7279

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    manager_7279 Unfollow Follow

    Latest posts made by manager_7279

    • RE: I have permission error when deploy the build on the IIS

      @atripp Thank you! I was able to fix that issue. After changing the service to "Local system account" I gave full permission of Buildmaster database for the user "NT AUTHORITY\SYSTEM"

      posted in Support
      M
      manager_7279
    • RE: I have permission error when deploy the build on the IIS

      Hi @atripp,
      Thank you so much for your answer. Actually, I am trying to stop the IIS Pool (that is connected to only 1 site) without stopping IIS pool I can't deploy artifact files.
      I tried to change the BuildMaster Service and BuildMaster Web Server to run under Local System Account but after restart service BuildMaster web app not running so I have to revert it back.

      Any suggestion?

      Thank you!

      posted in Support
      M
      manager_7279
    • I have permission error when deploy the build on the IIS

      Its .NET app and build are working fine but when I tried to deploy it on IIS I got this error.
      I have given full permission to the site folder as well but still the same error. I am using Windows Server 2019 Standard.
      I tried to use IIS::Stop-Site Script as well but same error there as well.

      Error: Unhandled exception: System.UnauthorizedAccessException: Access is denied. (0x80070005 (E_ACCESSDENIED))
      at Microsoft.Web.Administration.Interop.IAppHostProperty.get_Value()
      at Microsoft.Web.Administration.ConfigurationElement.GetPropertyValue(IAppHostProperty property)
      at Microsoft.Web.Administration.ApplicationPool.get_State()
      at Inedo.Extensions.Windows.Operations.IIS.AppPools.AppPoolJob.StopAppPoolAsync(ApplicationPool pool, CancellationToken cancellationToken) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp_E361574\Src\Windows\InedoExtension\Operations\IIS\AppPools\AppPoolJob.cs:line 104
      at Inedo.Extensions.Windows.Operations.IIS.AppPools.AppPoolJob.ExecuteAsync(CancellationToken cancellationToken) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp_E361574\Src\Windows\InedoExtension\Operations\IIS\AppPools\AppPoolJob.cs:line 37
      at Inedo.Agents.LocalJobExecuter.ExecuteJobAsync(RemoteJob job, CancellationToken cancellationToken)
      at Inedo.BuildMaster.Windows.ServiceApplication.Executions.PlanExecuter.OtterScriptExecuter.Inedo.ExecutionEngine.Executer.IExecutionHostEnvironment.ExecuteActionAsync(ActionStatement actionStatement, IExecuterContext context)
      
      posted in Support
      M
      manager_7279