Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
We are working for a web-based project which is related to Graphic conversion, we already developed the project and provided the web link to the client, so that client can directly access the link and open the tool in webpage. The client is using the Production machine which has "Windows server 2008" and recently we upgraded that to "Windows server 2022". After successful OS upgradation from 2008 to 2022, the tool was not working properly. So, what might be the cause of this issue? Please help me to resolve this issue. (for your information, the source code and any supporting files also not available in the client machine it is only the testing machine) Thanks in advance

What I have tried:

I tried some online solutions those were related to fix compatibility issues,
C:\Windows\SysWOW64\config\systemprofile, C:\Windows\System32\config\systemprofile
I have created 'Desktop' folder in the above path given the full control access to below users in the client machine
Everyone, IUSER, ISSUSERS,Aunthenticated users
Initially the tool was not opened. after giving the full control, tool was opened and taking input files but not generating the reports which we need.
Posted
Updated 24-Nov-23 7:09am
v2
Comments
Richard MacCutchan 24-Nov-23 3:41am    
No noe here can possibly guess what is wrong, especially since you have not even described a problem. Please use the Improve question link above, and add complete details of what is not working.
Dave Kreskowiak 24-Nov-23 11:17am    
With what you have provided in your post, it's impossible for anyone to tell you what the problem may be.

You're attempts to fix this problem are nothing more than wasted time. You have to diagnose the problem before you start making changes. Giving the server rights to the client Desktop is useless as the web server NEVER has access to the client machine at all.

You have to dig into the console in the browser and look for error messages and download failures. Look at the IIS logs on the server for any problems or crashes.

Without understanding the problem, anything you do to try and fix it is just a wild-ass gamble, and you'll lose every single time.

That isnt answerable that way, so you must hunt down the bug. Best way is to write a log file at first shot along the "happy path". So you find the first place where the errors is happening and fiddle it out. Than test again with additional logging at this place, if the errors isnt obvious. (but ut should)

My best guess is that you use some system specific call or value which has changed between these two versions.
 
Share this answer
 
As the comments stated above, it is almost impossible to guess where the issue lies to a solution. Imagine that you have jsut tried to upgrade Windows from XP to 11, imagine how many apps will blatantly fail... The same happened with your upgrade, that is why there is upgrades, to improve from previous versions which means that the "old" code will become obsolete which can sometimes lead to compatibility issues, especially if there are dependencies or configurations that have changed in the new 2022 version.

Without proper checking we cannot even get close to suggest which steps you should follow.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900