201.

You have a website which has both classic ASP pages and ASP.NET pages. Can you share the state between classic ASP pages and ASP.NET pages?

ASP and ASP.NET pages are handled by different processes. State information is stored in memory by these processes so it can't be shared directly. However there are workaround methods available to accomlish this.