running classic asp page under mvc3 iframe shows compiler error

mohd21

New Member
we have a big classic asp site and now we have to call this from mvc3 using iframe.So when we deploy the mvc3 project on iis6 we get compiler error on classic asp page as:Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: JS1004: Expected ';'Source Error:Line 1: <% Option Explicit
Line 2: Session("LoggedOn") = True
Line 3: %>
 
Back
Top