This question is locked. New answers and comments are not allowed.
Its working on my main project. But It did not support session <sessionState mode="SQLServer" ..
Untill I remove it, this yielding ...
Unable to serialize the session state. In 'StateServer'and 'SQLServer' mode, ASP.NET will serialize the session state objects,and as a result non-serializable objects or MarshalByRef objects arenot permitted. The same restriction applies if similar serialization isdone by the custom session state store in 'Custom' mode.
Please take care of it. Otherwise my boss would be irritated.