Skip to content
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

Can't run this from source - Trying to debug 500 internal server error #198

Open
xplatsolutions opened this issue Oct 1, 2018 · 1 comment

Comments

@xplatsolutions
Copy link

Cloned, build and run using Visual Studio 2017. There is no web page coming up like when you add the binaries directly in IIS.

Added ASP.NET App_Data folder and also directoryBrowse=true in Web.config. But all I get after fixing the 403 error is the directory listing.

How do I debug this from the source?

My initial issue is that having Klondike to upload a multi-target .NET package throws 500 error.

WARNING: No API Key was provided and no API Key could be found for 'http://local
host:8080/nuget'. To save an API Key for a source use the 'setApiKey' command.
Pushing VRSK.UW.Infrastructure.Core.1.2.0.nupkg to 'http://localhost:8080/nuget'
...
  PUT http://localhost:8080/nuget/
  InternalServerError http://localhost:8080/nuget/ 94ms
  PUT http://localhost:8080/nuget/
  InternalServerError http://localhost:8080/nuget/ 9ms
  PUT http://localhost:8080/nuget/
  InternalServerError http://localhost:8080/nuget/ 3ms
Response status code does not indicate success: 500 (Internal Server Error).

What am I doing wrong?
Is this project abandoned?

@chriseldredge
Copy link
Owner

The project hasn't been under active development for a few years, and the nuget ecosystem has evolved substantially in the ensuing time.

Klondike supported NuGet 2.x and had limited support for the breaking changes introduced in 3.x. If you are attempting to use Klondike with net-core or net-standard, you'll probably have a Bad Time.

The logs for the 500 Internal Server Error will be found in ~/App_Data/Logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants