Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. proget
    Log in to post

    • ?

      Private NPM repositories/connectors
      Support • proget • • Mark Barnard  

      5
      0
      Votes
      5
      Posts
      9
      Views

      ?

      Thanks Dean, I modded the regex inline to get around the validation issue. Thanks for getting back to us on this.
    • ?

      Maven support
      Support • proget • • Mark Barnard  

      2
      0
      Votes
      2
      Posts
      11
      Views

      ?

      Maven connectors need to be indexed before they can be used from ProGet. If you go to the Admin->Scheduled Tasks page, you should see an entry for a MavenConnectorIndexing job, and you should be able to see a log of the last several attempts. Did it appear to complete successfully? Also, you may want to try actually performing a search for the Maven artifacts. When browsing, we only display local artifacts, but connectors are displayed when you search as well.
    • ?

      Binding ProGet to a single IP
      Support • proget network • • Mark Barnard  

      9
      0
      Votes
      9
      Posts
      14
      Views

      ?

      This is now in Admin > All Settings, under ReservationUrls
    • ?

      Supporting symbols packages from a drop-path.
      Support • proget nuget symbols • • Mark Barnard  

      3
      0
      Votes
      3
      Posts
      15
      Views

      ?

      Thanks Dean - that was super helpful :) I resolved this issue by only promoting the symbols package if one existed. Many thanks!
    • ?

      How to create a ProGet user through the API
      Support • proget api • • Mark Barnard  

      6
      0
      Votes
      6
      Posts
      37
      Views

      L

      Hello, colleagues. Could you tell me: is something was changed in API in order to create a user with password? Regards, Roman
    • ?

      Anonymous read-only access to feeds
      Support • proget authentication • • Mark Barnard  

      14
      0
      Votes
      14
      Posts
      47
      Views

      ?

      I see, in that case, your network/server is not properly configured. This is not trivial to troubleshoot, and this is happening before the request hits our software. The most likely culprit is an invalid/missing SPN, and a domain administrator must add that. Here are some additional resources to follow: https://support.microsoft.com/en-us/kb/969060 http://www.sidesofmarch.com/index.php/archive/2011/11/04/troubleshooting-windows-authentication-in-iis/ http://serverfault.com/questions/341978/troubleshooting-windows-authentication-problems-no-challenge-in-iis-7-5 Search terms, "diagnosing windows authentication iis"
    • ?

      NuGet Connector error
      Support • proget connectors • • Mark Barnard  

      4
      0
      Votes
      4
      Posts
      12
      Views

      ?

      There is a bug in 3.7.x that will be fixed in 3.7.4 On the proxy configuration page, can you enter a dummy value into "Exclude URLs" section, e.g. "example.org"?
    • ?

      Problem with pushing to Maven
      Support • proget java • • Mark Barnard  

      6
      0
      Votes
      6
      Posts
      109
      Views

      ?

      Started new question. Please answer there. Thank you
    • ?

      Hosting Mirror behind a proxy
      Support • proget • • Mark Barnard  

      4
      0
      Votes
      4
      Posts
      2
      Views

      ?

      Tod. Looks like whatever you discovered was right. Added an exclusion of example.org, and I can now query and cache through a ProGet feed
    • ?

      Extension being unloaded
      Support • proget error • • Mark Barnard  

      12
      0
      Votes
      12
      Posts
      5
      Views

      ?

      Thanks, all good now.
    • ?

      Proget Index Symbols
      Support • proget net symbols • • Mark Barnard  

      2
      0
      Votes
      2
      Posts
      6
      Views

      ?

      Do you mean that some symbols are being indexed while others are not?
    • ?

      Unable to connect to the remote connector
      Support • proget proxy • • Mark Barnard  

      8
      0
      Votes
      8
      Posts
      60
      Views

      ?

      No problem! Now for a barrage of questions... Where is the 503 response coming from, ProGet or the proxy server? Is there an error message in addition to the status code? What do you mean by "use the ProGet feed", does that mean browsing the ProGet web application (i.e. feed overview page), or accessing packages via nuget.exe/Visual Studio? And does it work as expected if you access ProGet over HTTPS?
    • Y

      Initial performance when opening or querying NuGet feed from Visual Studio Package Manager
      Support • proget nuget visual-studio performance • • ygeelen-tb  

      3
      0
      Votes
      3
      Posts
      16
      Views

      Y

      I've read that NuGet's architecture is being redesigned for version 3.0, which should also improve the performance. http://blog.nuget.org/20150608/nuget-server-status.html http://blog.nuget.org/20150601/nuget-3.0-rc2.html
    • ?

      How to change the maven feed disk path? Also Snapshot vs. Release Feeds?
      Support • proget • • Mark Barnard  

      4
      0
      Votes
      4
      Posts
      5
      Views

      ?

      I see. Thanks for the feedback - I didn't think about retention but that is a very good point. Retention itself is also a relatively new feature for ProGet, and we are still evaluating whether it ought to be included in the free edition in some form. Regarding feed-specific override paths, we probably will add this in a future release, but I can't give you a specific version as yet.
    • ?

      Deploy ProGet as a website to a host environment?
      Support • proget proget-installation deployment cloud • • Mark Barnard  

      2
      0
      Votes
      2
      Posts
      19
      Views

      ?

      The INEDOPROGETSVC service is used by ProGet to perform background tasks (indexing, cleanup, etc) and is required to run ProGet. The only options (right now anyway) to install the ProGet web application are: IIS-hosted Integrated web server (this is essentially a 2nd Windows service) Linux via Docker (currently v4.0 in beta)
    • ?

      SSL/TLS trust relationship error
      Support • proget proget-installation • • Mark Barnard  

      4
      0
      Votes
      4
      Posts
      33
      Views

      ?

      To find the connector, go to Admin gear > Manage Feeds > Edit Feed (pencil icon), and that will have the list of connectors. For the error itself, try some of these recommendations: http://stackoverflow.com/a/703285
    • ?

      Active Directory integration
      Support • proget • • Mark Barnard  

      4
      0
      Votes
      4
      Posts
      4
      Views

      ?

      Integrated, so it uses the account hosting the web application to query.
    • ?

      Migrating to a new server
      Support • proget install • • Mark Barnard  

      2
      0
      Votes
      2
      Posts
      5
      Views

      ?

      You can look in the Web.config file in the ProGet Service directory to see what connection string it is currently using to connect to the database. If you installed everything with default settings, this will be using integrated authentication, so it's connecting using whatever account the ProGet Service is running as. Outside of this, whoever installed/updated ProGet last would have also needed to have access for integrated auth.
    • ?

      Listing of cached packages
      Support • proget integrated-web-server • • Mark Barnard  

      2
      0
      Votes
      2
      Posts
      9
      Views

      ?

      This isn't currently exposed in the UI, but you can run this SQL query against ProGet's database to get a list of cached packages in a NuGet feed: SELECT * FROM [NuGetPackages_Extended] WHERE [Cached_Indicator] = 'Y' AND [Feed_Name] = 'MyFeedName'
    • ?

      Trial license extension
      Support • proget • • Mark Barnard  

      2
      0
      Votes
      2
      Posts
      4
      Views

      ?

      Hi Mark, We just sent you an email with a stop-gap license. Please let us know if you don't get it.
    • 1
    • 2
    • 60
    • 61
    • 62
    • 63
    • 64
    • 79
    • 80
    • 62 / 80