V3NG3ANC3
remember me functionality in .net 6 razor pages identity
I'm working on a .net 6 razor page Web application using Microsoft identity login
Unfortunately I can't seem to get the remember me functionality to work, it seems to sign me out when I close the page (live not debug) and require a sign in when revisiting the page
3 replies
secure API keys in a .Net core Web app hosted on linux server
I've currently got a .Net Web application that I'm hosting on a Linux server. It's also using multiple API keys, which I'm currently using inside the project, how can I secure these API keys inside of Linux so they're not attached to the project files?
5 replies
Published project via File System not updating changes
I'm currently publishing my web app to a linux vps, I've had to make a few changes but, when I publish the changes and transfew them via ftp, the changes have not been made, what could be causing this?
4 replies
Newly hosted .net web app (Linux VPS) not accessing MySqlDatabase
I've just published a .Net web application to a linux VPS, however for some reason, when loading pages that require the database, the website is crashing. I know this is likely due to my database not being connected properly. It works fine on my local machine, just not on the Linux VPS.
Any help would be greatly appreciated!
Here is my appsettings.json (edited out sensitive info):
6 replies