IIS deployment - PS 2023R3
Typically, i do project deployment from the ps project screen/buttons (build and deploy project). that always updates the webapi as well as copy up the application - which shuts down and restarts the IIS pool.
I need to update a single window in production (no sql changes, so no webapi updates are required). If i copy the single zip file that is for that window from test to production will that work? I know these are signed and/or have hash values to check it, so i assume not?