While working in IIS Manager and attempting to browse to a virtual directory hosted under the default path /Altiris/PackageShare, a generic Symantec Management Platform error page appears. Investigating the IIS logs reveals an HTTP 302.0 response. This issue prevents endpoints from downloading software packages.
ITMS 8.x
Physical Software Packages located on shared network drive
An IIS 302.0 status code represents an HTTP 302 Found response, indicating a temporary redirect (in this case, redirecting to the generic Symantec error page).
On Windows Server 2022, security hardening in the Windows HTTP Protocol Stack (HTTP.sys) and IIS worker thread initialization causes IIS to ignore the virtual directory's custom "Connect As" identity during initial pipeline establishment.
Before executing code or applying "Connect As" credentials, the master IIS worker process (w3wp.exe) maps the physical UNC path (\\NAS\share) using the computer account (domain\ServerName$). If the NAS denies access to the computer account, directory validation fails immediately, triggering a redirect to the error page before the custom identity can be evaluated.
An IIS 302.0 status code is not inherently an error; it represents an HTTP 302 Found response which tells the browser to temporarily redirect to a different URL.
If you cannot modify permissions on the NAS, you must force the underlying IIS worker process boundary to completely abandon the computer account framework.