Hi guys,
I have a website which I've brought over to IIS7 from Windows IIS6, which ran great there.
Now its on IIS7 some of my Classic ASP pages wont run and simply stop dead outputting to the browser just a blank page. The only thing in the blank page source code are the usual <html> tags etc. There are no error codes at all.
If I break the code (by adding a 'end if' in to the code where it sholdnt be) I get the relevant errors.
This happens to only a handful of pages. The only common thing I can see between the pages is that they use the 'Server.CreateObject' call to either create an instance of Jmail or FileSystemObject.
I'm really stumped with this one and any help would be would be greatfully received.
Thanks in advance!