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 Bagetter be used as application under Default Web Site IIS #145

Open
mubarak0443 opened this issue Jun 2, 2024 · 2 comments
Open

Can Bagetter be used as application under Default Web Site IIS #145

mubarak0443 opened this issue Jun 2, 2024 · 2 comments

Comments

@mubarak0443
Copy link

Hi ,

Can Bagetter be used as application under Default Web Site IIS?

@Regenhardt
Copy link

Hi, you can absolutely host BaGetter on IIS: https://learn.microsoft.com/aspnet/core/host-and-deploy/iis

If not done already, install the hosting bundle: https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer
Further installation instructions here: https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/hosting-bundle?view=aspnetcore-8.0

Then download the zip release of BaGetter, it contains the published application. Extract its contents to a directory of your choice.

If you want it to run on Port 80 and you already have the Default Website in IIS, you can either configure that Default Website to host BaGetter, or delete the default website and create a new one.
To have it host BaGetter, you have to set the physical path to the directory you extracted BaGetter to. The directory should contain many files including BaGetter.dll and a web.config file.

That's it, when you start the IIS website you can now visit it in your browser or use it for NuGet operations.

@Regenhardt
Copy link

Regenhardt commented Jul 8, 2024

@mubarak0443 Did you get it to run on IIS? Do you have any other questions about that?

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

No branches or pull requests

2 participants