Hey Diana,That 404 usually means IIS isn’t passing the request to Dispatcher. Quick checks:URL Rewrite – Make sure /content/... requests are being forwarded to Dispatcher, not handled by IIS directly.Dispatcher DLL mapping – Confirm disp_iis.dll is registered and mapped correctly.Permissions – IIS +...