IIS-Raid icon indicating copy to clipboard operation
IIS-Raid copied to clipboard

Microsoft Windows 2008 [-] Status code invalid : 503

Open MrShdw opened this issue 5 years ago • 6 comments

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?

MrShdw avatar Feb 20 '20 10:02 MrShdw

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.

0x09AL avatar Feb 20 '20 11:02 0x09AL

made x86 and 64 the same, let me look in Event Viewer

MrShdw avatar Feb 20 '20 14:02 MrShdw

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.

MrShdw avatar Feb 20 '20 15:02 MrShdw

I hava a same error XD

XTeam-Wing avatar Feb 20 '20 15:02 XTeam-Wing

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.

0x09AL avatar Feb 20 '20 16:02 0x09AL

I have a same error XD,2008,2012。

Tycx2ry avatar Feb 21 '20 08:02 Tycx2ry