Forum Moderators: open
Having migrated a Classic ASP site over to IIS 7, my custom http 500 error page is no longer emailing me the error details.
Running: Windows Server 2008 / IIS7 / Parallels Plesk 8.6
There seem to be a hundred ways to configure error pages: via Plesk, via the IIS snap-in, via web.config... It's all got a bit too much.
I have no knowledge of ASP.NET and don't really understand the whole web.config thing, but it seems that any changes I make in Plesk or IIS create (or modify) a web.config file in the web root. Can't see why it is there if ASP.NET is disabled for this site?
So far I can just about get to a configuration whereby an error (404 or 500) executes the appropriate page, which is fine for the custom 404 page, but my custom 500 page cannot seem to retrieve the Server.GetLastError() data to send to me as an email like it used to?
Running out of hair to pull out! :(
[edited by: Panic_Man at 10:21 am (utc) on Aug. 28, 2008]