c# - Building a .net application on classic ASP -


we have big classic asp website, , want start writing new code in .net, (the website way big rewrite 100% @ stage).

the old website uses session variables, these still accessible in .net pages, , if not (which suspect) there can make them accessible?

the new section detachable, is pretty independent rest of site should fine write in .net, it's sessions important us. need login page?

how bad practise ajax local .net page sets session info when login old site? can copy session data way?

how share session state between classic asp , asp.net (msdn)

so topics:

classic asp asp.net one-off session data copy

classic asp , asp.net integration


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -