<cfif IsDefined("form.firstname")>
<cfset firstname = #form.firstname# >
</cfif>
<cfif IsDefined("form.lastname")>
<cfset lastname = #form.lastname# >
</cfif>
IIS server (6.0) hangs when a new pop-up window is opened from classic asp webpage and the above Cold fusion code is executed. It runs 2-3 times before this problem occurs and I have to restart IIS. If I comment out the above code, the pop up windows opens w/o problem. In the Event Viewer System log file, following error is recorded. What does this error mean? How can I fix this problem? Or the workaround for the above code. Your help will be greatly appreciated.
Application Popup: InetInfo.exe - Application Error: The instruction at "0x77fcc489" referenced memory at "0x65726472". The memory could not be written.
<cfset firstname = #form.firstname# >
</cfif>
<cfif IsDefined("form.lastname")>
<cfset lastname = #form.lastname# >
</cfif>
IIS server (6.0) hangs when a new pop-up window is opened from classic asp webpage and the above Cold fusion code is executed. It runs 2-3 times before this problem occurs and I have to restart IIS. If I comment out the above code, the pop up windows opens w/o problem. In the Event Viewer System log file, following error is recorded. What does this error mean? How can I fix this problem? Or the workaround for the above code. Your help will be greatly appreciated.
Application Popup: InetInfo.exe - Application Error: The instruction at "0x77fcc489" referenced memory at "0x65726472". The memory could not be written.