corymurphy / CertificateManager

Web app for managing Active Directory Certificate Services infrastructure and a key escrow system
MIT License
10 stars 1 forks source link

Deployment #12

Open vilasevic opened 3 years ago

vilasevic commented 3 years ago

Hi,

First of all great initiative, secondly I've encountered a few issues.

Issue 1) Deployment failes due to line containing Import-DscResource -ModuleName 'xWebAdministration' -ModuleVersion '2.4.0.0', worked around by simply removing -Moduleversion parameter

Issue 2) Application startup exception: System.NullReferenceException: Object reference not set to an instance of an object. at CertificateManager.Startup.ConfigureServices(IServiceCollection services) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at Microsoft.AspNetCore.Hosting.ConventionBasedStartup.ConfigureServices(IServiceCollection services) at Microsoft.AspNetCore.Hosting.Internal.WebHost.EnsureApplicationServices() at Microsoft.AspNetCore.Hosting.Internal.WebHost.BuildApplication() Hosting environment: Production Content root path: c:\Program Files\CertificateManager Now listening on: http://localhost:14455 Application started. Press Ctrl+C to shut down. Application is shutting down...

I have not managed to solve it, any ideas?

corymurphy commented 1 year ago

Hi, my apologies for the delayed response. I haven't had time to work on this project since I'm no longer in a windows environment. I don't have a solution for you, but I do want to return to this project at some point.

vilasevic commented 1 year ago

No worries I solved it :). Will post solution a bit later.