-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
xDscWebService: The IIS apppool account and credentials cannot be set #463
Comments
This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close. |
This issue has been automatically closed because it is has not had activity from the community in the last 40 days. |
Reopening issue and making not stale. |
This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close. |
@mhendric @PlagueHO can someone set the |
See the stale.yml in the .github folder. |
Btw. If the label is enhancement, bug, etc. (see stale.yml) it won’t be labeled stale. |
Details of the scenario you tried and the problem that is occurring
It is not possible to define the IIS Application Pool account. This is a problem if an SQL database to be used for the DSC Pull Server is not installed on the same computer. Then the application pool account must authenticate itself to the SQL Server database via the network. This is an issue for the "Local System" Account which is used as the account to run the IIS Application Pool.
Verbose logs showing the problem
N/A
Suggested solution to the issue
Adding a
Credential
parameter to thexDscWebService
like with thexWebAppPool
resource fromxWebAdministration
. (https://github.com/PowerShell/xWebAdministration#xwebapppool). Another option would be to allow to specify the application poolname to be used. In this scenario the deepolyment ofxDscWebService
can be combined withxWebAppPool
so that at first the appool is created which is then referenced by its name inxDscWebService
.The DSC configuration that is used to reproduce the issue (as detailed as possible)
N/A
The operating system the target node is running
N/A
Version and build of PowerShell the target node is running
N/A
Version of the DSC module that was used ('dev' if using current dev branch)
The text was updated successfully, but these errors were encountered: