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!

  • ProGet regularly demands license activation.

    Support activation proget
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Activation invalidates when the MachineUUID (MAC Address + CPU-ID) changes; in some virtual hosts (VM Ware), we've seen the MAC change randomly... but it's a setting that you can control.
  • Secure Chocolatey

    Support security proget
    4
    0 Votes
    4 Posts
    6 Views
    ?
    Because Chocolatey uses nuget.exe behind the scenes, you can just specify your authentication in the same manner., in the configuration file.
  • V1 feed

    Support proget
    3
    0 Votes
    3 Posts
    0 Views
    ?
    Upgrading isn't a practical nor helpful suggestion. I guess I'll be looking elsewhere for a feed server.
  • Can the CSS of the ProGet home page be modified?

    Support proget
    5
    0 Votes
    5 Posts
    13 Views
    ?
    Looks great. Thanks!
  • 0 Votes
    24 Posts
    188 Views
    ?
    Ah, I see; please note that we do not support v1 feeds (they were already obsolete when we build ProGet in 2012) and we have no intention to. Suggest you push packages from TeamCity to ProGet instead.
  • Deleted default feed... can't create any feeds now!

    Support proget
    4
    0 Votes
    4 Posts
    0 Views
    ?
    I like the web page solution better than my SQL solution. :) Let's go with that.
  • 0 Votes
    2 Posts
    5 Views
    ?
    The installed express database by default is at localhost\PROGET (i.e. machine_name\instance_name). To switch, simply backup and restore the database into the new instance, and update the connection string in web_appSettings.config under the web installation path, and ProGet.Service.exe.config under the service install path.
  • ProGet Feed Cleanup

    Support feeds proget cleanup
    3
    0 Votes
    3 Posts
    36 Views
    ?
    Ok thanks for the Info
  • WebUI is wrong

    Support iis proget
    3
    0 Votes
    3 Posts
    6 Views
    ?
    yes I am in the right instance (we have only one proget) so we found out our proget had some issues with the db and can't show all package in the ui now we delete from proget and reinstall everything and reindexing all packages I think this will work
  • 0 Votes
    2 Posts
    18 Views
    ?
    This certainly used to work. It looks like nothing has changed on our end. I did some quick testing here with the latest NuGet client and can't seem to get it to send credentials with a push no matter what I do. Based on the error message you've pasted above, it looks like you're having the same issue (that message is only displayed if no auth credentials are present). You can double-check that this is happening in Fiddler, of course, but it looks like this is due to a change in behavior of NuGet.exe.
  • Unable to publish to nuget feed

    Support nuget proget
    8
    0 Votes
    8 Posts
    8 Views
    ?
    Nice read, I just passed this onto a friend who was doing some research on that. And he actually bought me lunch as I found it for him smile Thus let me rephrase that Thanks for lunch! bagkeecdckkdedbb
  • Bower and windows authentication

    Support ldap proget authentication
    4
    0 Votes
    4 Posts
    5 Views
    ?
    If you go to Admin->All Settings and change IntegratedAuthenticationEnabled to False and click Save, then it should use forms/basic authentication with LDAP as the user directory source. Note that if you are hosting the web site with IIS, you'll also have to enable Forms authentication and disable Windows authentication in there for the site. If you're using the integrated web server, it should just work. Once configured like this, you can supply the username and password in the url for the client. There is an example of this available if you click on the configuring Bower link visible on the page for any Bower package in ProGet. As far as I know, this is the only way to get it to work.
  • Auth Integratoin with LDAP Server

    Support proget
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Under that error message, is a button [Assign Privileges]. So, if you click that button, a dialog will appear that allows you to assign which LDAP users and groups can use ProGet, once you switch to LDAP integration. So, just assign yourself as an administrator.
  • Multiple npm feeds

    Support proget
    4
    0 Votes
    4 Posts
    5 Views
    ?
    I believe the publish bug was fixed in the latest npm; you may want to update. Or, maybe it was broken in the latest npm (v2.5.0). In that case, you will want to downgrade. I believe we tested last against v2.2.0. I would also suggest to post this on the npm issue tracker, as will help raise the priority/importance of fixing and maintaining tests to work with repositories other than npmjs.org -
  • All Feeds have the same title

    Support feeds proget
    5
    0 Votes
    5 Posts
    8 Views
    ?
    For me, using the feed name from the URL or getting it in a header makes no difference. So for me, that's not required. Thank you.
  • Cached Packages never disappear

    Support connectors proget
    6
    0 Votes
    6 Posts
    26 Views
    ?
    I had the same problem, the packages still showed up after deleting the conector. SOLUTION Restart Proget DETAILS I browsed the database and the packages folder for the offending packages and could not find them. The connector was also deleted from the database. Running feed cleanup also did nothing. In short, I could find no evidence of a problem that would persist after a restart, so I restarted the server Proget ran on and after restart it no longer pulled in packages from the deleted remote. I have proget version: Version 3.7.5 (Build 3)
  • 0 Votes
    7 Posts
    56 Views
    ?
    Just want to confirm that the issue is fixed in ProGet 3.4.7. Thanks!
  • Private Feed + Public Feed?

    Support privileges feeds proget
    4
    0 Votes
    4 Posts
    35 Views
    ?
    hey, i just did this on my own install by creating a new feed and adding a deny for the anonymous user for the private feed. hth, marvin
  • Pushing symbols.nupkg - NuGet

    Support nuget symbols proget
    3
    0 Votes
    3 Posts
    52 Views
    ?
    In short, only push the .symbols package which contains all of the same files in the standard NuGet package, plus the symbols/source. For more info, see: http://inedo.com/support/questions/1409
  • Running ProGet at different base url

    Support proget
    3
    0 Votes
    3 Posts
    4 Views
    ?
    That would be really great, thanks.