cpuphantom
IS-IT--Management
Hello,
I need some help on this one. I've migrated an application from Win2k/IIS 5 to Win2003/IIS 6. The code hasn't changed.
I have a function that I use often throughout my application that I include into each file with <!--#include file="start.asp"-->
When I open the app, the home page actually appears to reference that function correctly, but as soon as you try to go to any 2nd level page the page crashes with Microsoft VBScript runtime error '800a000d' Type mismatch: 'translate' where "Translate" is the name of my function.
This is weird since the code is currently working just fine on IIS 5, and especially weird since it appears to work just fine on the home page on IIS 6... any ideas as to what could cause this?
If it matters, the function is in an included file... and the function call is also in another included file... but it still is on the home page where it works so I don't think that matters much.
Thanks!
I need some help on this one. I've migrated an application from Win2k/IIS 5 to Win2003/IIS 6. The code hasn't changed.
I have a function that I use often throughout my application that I include into each file with <!--#include file="start.asp"-->
When I open the app, the home page actually appears to reference that function correctly, but as soon as you try to go to any 2nd level page the page crashes with Microsoft VBScript runtime error '800a000d' Type mismatch: 'translate' where "Translate" is the name of my function.
This is weird since the code is currently working just fine on IIS 5, and especially weird since it appears to work just fine on the home page on IIS 6... any ideas as to what could cause this?
If it matters, the function is in an included file... and the function call is also in another included file... but it still is on the home page where it works so I don't think that matters much.
Thanks!