Hi all,
I have made a small application in which i want to save my value of
username and
password in session by using
State Server Mechanism. I have edited my
web.config file for enabling state server.
I have also enabled the
state server service. <sessionState mode="StateServer"
stateConnectionString="tcpip=localhost:10162"
cookieless="false"
stateNetworkTimeout="10">
</sessionState>
But when i try to login in, its not going anywhere and its prohibiting me from login also.
Please help me regarding this. I am attaching my project for your perusal.
Thanks and Regards
Akiii