Hello,
I did post this over on the .net forums but I think this might be more related to IIS perhaps so am posting it here as the response I received I think may have been related more to the .NET side when I think the issue may in fact be with IIS.
We have a .NET/Classic ASP application that we are moving from 2003 Server which I think is IIS 6 to a 2012 server running IIS 8.5. It seems however that the newer version of IIS must be more strict as we are getting random errors within the Classic ASP application. Many of the errors seeming to be that we need to convert an int to a string when doing a string comparison for example. I understand these to be good things but to get it moved I need this turned off. Afterwards we will set it up on another box, turn it back on whatever is causing it to be more strict and work through these items at that time.
Any idea how i turn this off within IIS or within the the classic asp application?
Thanks.