kurumi
publushing .net project to iis
1) Create application pool
2) Go sites and add a site
2.1) Site name is a name of ur site
2.2) Physical path is a folder you need to map your project
2.3) Use http schema first (after you gonna add https if you have cert)
2.4) Host name is a URL you want to use for your project
3) To add https support go to "Edit bindings" and select https as type with port 443. Fill the host name and check Require Server Name Indication. Select your SSL cert which you added to SSL management
16 replies
✅ How can I take 2 existing repos (client and backend) and combine them?
If you do one repo then there will be situations when you only commit to backend side, but since it is multi-project repo, you will re-deploy both: backend and frontend
So, if I were you, I will separate
39 replies
✅ How can I take 2 existing repos (client and backend) and combine them?
Why don't you use git submodules ?
You can have multiple separate repositories and one parent which combines all of your projects together
39 replies
Error SQL in appsettings.json string
Does EF Core work fine in your application? Or it is only migrations related issue?
I would recommend to check how you configure EF Core and store connection string. Check this https://learn.microsoft.com/en-us/ef/core/miscellaneous/connection-strings?tabs=dotnet-core-cli
4 replies
New to Websites, starting advice? Also, how to get my website to use a domain name instead of my ip?
344 replies
New to Websites, starting advice? Also, how to get my website to use a domain name instead of my ip?
Mostly of devs don't really work with networks, containers, server etc. There is #devops-and-tools channel here, probably someone can give you some advices? But it is about devops, but not networking in general
344 replies
New to Websites, starting advice? Also, how to get my website to use a domain name instead of my ip?
344 replies
New to Websites, starting advice? Also, how to get my website to use a domain name instead of my ip?
look at nginx docs, it might be domain name or smth. Also, if you are new to it, just use nginx proxy manager. It gives friendly GUI
https://github.com/NginxProxyManager/nginx-proxy-manager
344 replies