P
princessjewel62
Hi all,
Im having a big problem. Im trying out a program which works fine
yesterday but today it gives me more headache. It is about session
sharing between ASP and ASP.NET application.
The error is:
========================================================================
Parser Error Message:
It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This
error can be caused by a virtual directory not being configured as an
application in IIS.
Source Error:
Line 52: <sessionState mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data
source=127.0.0.1;user id=sa;password=" cookieless="false" timeout="20"
/>
========================================================================
and by the way, I have turned off the ASP session under the ASP
Configuration tab. Is the problem lies in the session timeout?
Anyone help me out please. thank you....
Im having a big problem. Im trying out a program which works fine
yesterday but today it gives me more headache. It is about session
sharing between ASP and ASP.NET application.
The error is:
========================================================================
Parser Error Message:
It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This
error can be caused by a virtual directory not being configured as an
application in IIS.
Source Error:
Line 52: <sessionState mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data
source=127.0.0.1;user id=sa;password=" cookieless="false" timeout="20"
/>
========================================================================
and by the way, I have turned off the ASP session under the ASP
Configuration tab. Is the problem lies in the session timeout?
Anyone help me out please. thank you....