
Simple Help Desk app that integrates with TFS - Stack Overflow
Nov 1, 2015 · Unless of course you produce software that's used internally and want to be able to track bugs raised from help desk -> TFS? If not, beware of trying to make one tool (TFS) do …
ASP.NET Core MVC application for ticket management
Mar 8, 2021 · Write ASP.NET Core MVC application for ticket management, the application should have two types of users - admin and employee. The employee user should be able to …
What is the best open source help ticket system? [closed]
Apr 18, 2011 · It seems more oriented to software help desk system...I want a general one (which can be used for general things, not just software).
Help Desk ticket system: Windows app vs web app [closed]
May 18, 2012 · I want to create a small helpdesk ticket control system at work, that would allow users to enter a help request ticket; these tickets would then be assigned to a technician to …
c# - ASP.NET Core 5 error “An error occurred while processing …
Jan 6, 2022 · I have published my site made in ASP.NET Core 5 (Visual Studio) in a local folder and I registered it in the Administrator (IIS) I also changed the permissions for the IIS_IUSRS …
Looking for a C# ticketing system (frontend helpdesk) that I could ...
Nov 19, 2013 · I was researching this a while back when we were considering replacing our helpdesk software. We ended up keeping our current product, as the cost of retraining and re …
How can i remove footer branding of HDESK site - Stack Overflow
May 19, 2024 · This is the site Click to view I have checked in the public directory but did not see footer.php or its equivalent or somwhere where i can locate the bandings. This is due to me …
Powershell script to uninstall all .NET (9pkgs) and Desktop Runtime ...
Nov 9, 2023 · ASP.NET Core 6.0.18 shared framework (x64 + x86) ASP.NET Core 6.0.18 hosting bundle options Windows Desktop Runtime (x64 + x86) I don't want to just run the new exe files …
c# - Keeping ASP.NET Session Open / Alive - Stack Overflow
Jun 21, 2015 · Which is the easiest and most unobstrusive way to keep an ASP.NET session alive as long as the user has the browser window open? Is it timed AJAX calls? I want to …
ASP.NET Core application not running after upgrading from .NET 6 …
Feb 10, 2025 · I use Visual Studio to create a simple C# based ASP.NET Core web application, publish it to IIS, start the application, and browse to it using the corresponding localhost URL.