Click here to Skip to main content
15,898,897 members
Everything / Production

Production

production

Great Reads

by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
by André Marcos (Advisor), José Cláudio Silva, Victor Lopes
This work proposes the development of a Raycast engine in JavaScript to facilitate the 3D game development.

Latest Articles

by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
by André Marcos (Advisor), José Cláudio Silva, Victor Lopes
This work proposes the development of a Raycast engine in JavaScript to facilitate the 3D game development.

All Articles

Sort by Score

Production 

25 Feb 2023 by Graeme_Grant
Enabling development and production AppSettings support for non-ASP.NET Core apps
17 Nov 2022 by André Marcos (Advisor), José Cláudio Silva, Victor Lopes
This work proposes the development of a Raycast engine in JavaScript to facilitate the 3D game development.
21 May 2014 by Kevin Marois
I am working on a .Net 4.0 WPF application targeting SQL 2008R2. There are 2 WPF UI's - A desktop UI and Windows 8 Tablet UI. There is also a web app. The UI's and web app all connect to the backend via an MVC 4 Web API running in IIS on both mine and the client's servers.I use my server for...
21 May 2014 by Kornfeld Eliyahu Peter
I believe it will not give you any answer, but I'll describe you how we work - on a same dev-test-prod environment...We have a huge application, that has web, win and mobile part. I'm working on the web part, that contains 6 portals with over 400 page together. As we are on the path to move...
30 May 2014 by Sergey Alexandrovich Kryukov
As I say, too general question. Maybe some general advice:Spend most time on fundamentals, less on present-day detail. Remember: you need real education, not training. Don't get me wrong: training is important, but it comes by itself, with work. Still learn to pay attention to fine detail; it...
8 Aug 2014 by Wendelius
Few things to check:- Excel properly installed- the file actually exists- correct working path is usedIn your method, you can use File.Exists[^] method to check if the file actually exists and if not use a proper method to communicate the error.
20 Dec 2014 by Mehdi Gholam
Critical windows updates should be installed as soon as possible, and there is always a period in the day when people don't use the productions system and you can safely patch and restart if necessary (you may have to stay up in the middle of the night!).
4 Oct 2017 by Ben J. Boyle
You can use something like SQL Compare from RedGate or VIsual Studio has database comparison tools. Both can apply the updates or drop a script that you can use at a convenient time.
10 Jan 2020 by Member 14712992
yesterday I made some changes to code and merged it to the develop branch without testing on dev or stg first as the approver of PR was about to leave. After merging the code I tested on dev but the build failed due to some other dependency. I know I should've tested before merging to develop...
10 Jan 2020 by Dave Kreskowiak
It isn't possible to answer this. What get deployed depends entire on your source control setup, how you manage branches, and your build process, which we know nothing about.
29 Jul 2021 by abhimestry
Application is hosted successfully. But users are complaining that they are unable make login into system. Application Pool is did not stopped. SQL services also did not stopped. What I have tried: Checked whether application pool is working or...
29 Jul 2021 by OriginalGriff
Since it's a live system, you can't really use a debugger - so you will have to fall back on older, more long winded debugger techniques. Start by "peppering" the appropriate code with logging statements: to a file, or a DB, or whatever is...
30 May 2014 by [NOPE]FOREV3R
I am studying my bachelors degree in IT and I am really getting into programming, so far I have beginner experience in VB, c#, JavaScript and PHP/mySQL. I enjoy the concept of programming that your mind is the limit but in my case I lack the logic side of things. For example I can solve simple...
8 Aug 2014 by myself.panku
Hi Friends,I am facing an issue when I run my code in Production Env.Same code I am running into my machine with IIS and its working fine here.This code generates the excel with exported data. Which works fine locally, but in production it says the highlighted error.404 - File or...
8 Aug 2014 by myself.panku
Hi Mika,Thanks for your instant revert on the question.But as you have asked i haven't mentioned any file operation in the the above peice of code, so that's all what I have written, i am not using the Introp for creating Excel object and adding 1 by 1 row into the Excel.Application...
20 Dec 2014 by deelll
If you have a business-critical software and information system inside of production phase and then you need to do some windows update.My question is.Would you do a windows update in the production phase or would you have a pre production phase and do some windows update and testing if you...
4 Oct 2017 by zequion
If I work on Sql Server 2016 in testing mode and I make changes to the design of the databases, when I want to activate the changes in the production Sql server, how do I do it without losing the data? I do not want to make the changes one-on-one again, because it is imprecise and takes a long...