kurumi
kurumi
CC#
Created by ARDA64 on 2/4/2025 in #help
Preventing ddos attacks in the game
Open an issue on github and provide the developer this feedback
121 replies
CC#
Created by ARDA64 on 2/4/2025 in #help
Preventing ddos attacks in the game
Fixing code bugs will take a big amount of time, especially if it is not written by you
121 replies
CC#
Created by ARDA64 on 2/4/2025 in #help
Preventing ddos attacks in the game
As I read, there is only 1 IP address. Why dont you just filter it by iptables? Just reject or drop this connection
121 replies
CC#
Created by electronic heartbreak. on 12/11/2024 in #help
Is it possible to create a file outside the project folder?
Yes
9 replies
CC#
Created by kaido on 12/5/2024 in #help
publushing .net project to iis
You should fix it
16 replies
CC#
Created by kaido on 12/5/2024 in #help
publushing .net project to iis
It says you have SqlClient exception which may thrown due to miss configured smth.
A network-related or instance-specific error occurred while establishing a connection to SQL Server ...
16 replies
CC#
Created by kaido on 12/5/2024 in #help
publushing .net project to iis
Check your application logs
16 replies
CC#
Created by kaido on 12/5/2024 in #help
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
CC#
Created by Cydo on 11/27/2024 in #help
✅ How can I take 2 existing repos (client and backend) and combine them?
so you can deploy a small part of your project, instead of everything
39 replies
CC#
Created by Cydo on 11/27/2024 in #help
✅ 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
CC#
Created by Cydo on 11/27/2024 in #help
✅ How can I take 2 existing repos (client and backend) and combine them?
It doesn't matter separate or not for deployment. If you wanna auto-deploy separately, then do multi-repos with multiple pipelines. Otherwise combine them into one
39 replies
CC#
Created by Cydo on 11/27/2024 in #help
✅ 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
CC#
Created by c0ski on 11/26/2024 in #help
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
CC#
Created by kurumi on 11/10/2024 in #help
smart AI search application (research)
if it's necessary, my endpoints provide some advanced math calculations via API
2 replies
CC#
Created by whatsinaname on 11/1/2024 in #help
✅ What is the free alternative to jet brains resharper ?
so, you recommend to ignore license because "they cant be 100% sure"? Or even use cracked software?
32 replies
CC#
Created by Moonlit on 10/31/2024 in #help
New to Websites, starting advice? Also, how to get my website to use a domain name instead of my ip?
344 replies
CC#
Created by Moonlit on 10/31/2024 in #help
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
CC#
Created by Moonlit on 10/31/2024 in #help
New to Websites, starting advice? Also, how to get my website to use a domain name instead of my ip?
344 replies
CC#
Created by Moonlit on 10/31/2024 in #help
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
CC#
Created by Moonlit on 10/31/2024 in #help
New to Websites, starting advice? Also, how to get my website to use a domain name instead of my ip?
0.25 virtual CPU :catshrug:
344 replies