chriseldredge / Klondike

Ember front-end that builds on NuGet.Lucene for private package hosting
Apache License 2.0
299 stars 74 forks source link

Think I'm missing an installation step? #190

Open kev160967 opened 7 years ago

kev160967 commented 7 years ago

Hi, I installed Klondike last night, from the latest stable binaries (build 156). I created a new web site on an existing IIS 8.5 server, set the app pool to .Net v4, etc, and copied the Klondike binaries to the root folder of the website. There was already a site on port 80 on this server, so I set Klondike to use 8080. Apart from specifying a packages directory I left the settings pretty much as is. Something is not quite right on the site though, and I'm not sure what the issue is:

Also seeing a couple of errors in the console, though they don't seem to be triggered by any specific page:

Any ideas what I might have done wrong? Only thing I can think of that may not be vanilla is running the site on :8080 instead of :80 - should I be able to do that?

cherullo commented 7 years ago

I had the same problem in a clean IIS install. I know nothing about IIS, so I lost around a week looking into this. The solution was to run the following command:

C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -i

Hope this helps.

kev160967 commented 7 years ago

Thanks, I'll give that a try next week. For now I'd fallen back to using visual studio's build yourself a nuget server solution, which works okay but doesn't have the features of klondike

GitMje commented 7 years ago

kev160967, it's been a while since your post, but in case you're still looking of the answer. I recently found it. See stackoverflow answer. Note that you don't CGI, ASP (Classic), etc that the answer suggests...see my clarification comment on stackoverflow and the image below for the optimal solution.

4_works

I hope that this helps.