We have a deployment server that has 4 users, the credentials of 3 users have been distributed among the 3 deployments responsible while one is general for connectivity through application to the database. Now someone is changing the code to the previous version, which is not traceable. Is there any way to know who is behind those changes even they have used proxy? I want to write a windows service to log the activities and ips of the user logged in without their knowledge. How i will record the ips with proxy and every activity that a user will perform
Traceability of changes by users in deployment server of web forms published code
37 Views Asked by Tabby At
0
There are 0 best solutions below
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in ASP.NET
- Implementing Azure AD B2C Authentication in .NET 8 Blazor Project (RenderMode: InteractiveAuto)
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- IIS Rewrite Module exclude bots but allow GoogleBot
- Angular 16 sending null values to API
- I am the domain admin, newbie, how do I connect youtube.com on my domain?
- Dropdown list showing SQLServer2005SQLBrowserUser$DONSERVER instead of Active Directory group name in ASP.NET MVC C#
- ASP.NET Identity, Losing Ability to Login until Application Pool Recycles
- How to unprotect ASP.NET FormAuthentication cookie
- How does it work using ASP.NET FormAuthentication
- What is the purpose of a completely standalone 'this'?
- Is there a way to read .csproj PropertyGroup variable in c#
- MSBuild trying to copy different dll with similar name into project sporadically
- Minimizing IdentityServer4 Round Trips in Microservice Architecture with Ocelot
- Azure AD guest account in web app authentication user claims data
- Receiving 400 bad request on post when customer auth handler is used
Related Questions in DEPLOYMENT
- Github Pages Deployment deploys a blank page
- Django Admin Panel and Sub URLs Returning 404 Error on Deployment
- Next 14 App Router pages from dynamic routes not generating when deployed on vercel but only work on localhost
- Deployment through app engine, cloud sql database, problem connecting with server code, doesn't connect
- How to Deploy and Manage a Python Application with Systemd
- Elasticbeanstalk FastAPI application is intermittently not responding to https requests
- Duplicate GET requests - Rails & Heroku
- How to use a proxy to obtain a static IP for my Node.js application?
- Next js app throwing 404 error when deployed to vercel, even though it works fine on local
- How to deploy my shiny application (with multiple files) via Docker
- Deploying telegram bot
- How to deploy angular 17 SSR into IIS
- Route not working on refreshing the page in react deployed application
- Vercel wildcard route's src results in 404 error in Hapi.js backend
- Django deployment with GTK3
Related Questions in WEBFORMS
- how do I change a URL with form to include additional selection
- How to unprotect ASP.NET FormAuthentication cookie
- How to add default text in output to filled fields in Contact Form 7
- How does it work using ASP.NET FormAuthentication
- asp JQuery Setting Runtime Variables - undefined
- vb.net shared variable make problem one member can see other member information
- Getting certificate exception in asp.net webforms while sending email by using sendgrid
- Debugging Issues in ASP.NET 4.7.2 Web Forms Deployment on IIS Server After Code Modification
- Global or accesing global variable datetime string dynamically in web form application using Visual Studio 2022
- Web Forms aspx - PostAsync Web API
- How to execute client-side code after ajax FileUpload event on ASP.NET?
- Find Asp.net Web Forms control in script in Js (JavaScript) file
- How to call a method directly that resides in another .aspx.cs or .ascx.cs page within an ASP.NET Web Forms project?
- Exception System.Web.HttpCompileException (0x80004005) error CS0234: The type or namespace name 'Services' does not exist in the namespace 'Cnbp.Cbk'
- Getting parse error in aspx page while trying to load dynamic name to asp:panel ID section
Related Questions in TRACEABILITY
- How to remove traceability relations dynamically in python-sphinx conf.py
- How to read the request id from http request header and delegate it to (all) http clients in a spring boot app
- requirement traceabilty in gitlab
- Traceability of changes by users in deployment server of web forms published code
- Distributed tracing library - Custom trace id
- Dynamic traceability view of multiple level linked Modules in DOORS V9.6
- Linking items in Sparx Enterprise Architect Glossary
- How can I find the hyperlinks referring to the cell in Excel ? Reverse of Hyperlink
- How can I create test result traceability report in Power BI for results in Azure Devops?
- Is there an easy way to automate keeping track of files generated and saved in python?
- How to track the span through different dependencies with Sleuth?
- Data traceability to identify data referred for calculation
- How can I find all cell references in a row that contain a value, and display them in one cell?
- SQL Server Full traceability of a product
- jar file build traceability
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?