IIS-Raid
IIS-Raid copied to clipboard
Microsoft Windows 2008 [-] Status code invalid : 503
Hello, installed on fresh Microsoft Windows 2019 with IIS and it's working, but on Microsoft Windows 2008 always getting Status code invalid : 503, what can it be? and where to look for the errors?
I recommend you look on the Event Viewer to see more details about the errors. It is probably because you compiled the module on a different architecture, the IIS architecture should match the module architecture. x86 IIS - x86 Module x64 IIS - x64 Module.
made x86 and 64 the same, let me look in Event Viewer
In event viewer is just this error then the application pool is stoped: A listener channel for protocol 'http' in worker process '732' serving application pool 'local.Redirect' reported a listener channel failure. The data field contains the error number.
I hava a same error XD
When a module load fails, even when you trying to load a correct one, the application pool is stopped and the error will persist. So to clean up, remove all the modules and start the application pool on IIS. Then you can install the correct architecture module and should work.
I have a same error XD,2008,2012。