A
Anand
Change the mode="stateServer" and Datasource = localhost..
instead of 127.0.0.1
Setting goes like this
<SessionState
mode="StateServer"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data
source=localhost;user id=sa;password="
cookieless="false"
timeout="60"
/>
Anand
instead of 127.0.0.1
Setting goes like this
<SessionState
mode="StateServer"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data
source=localhost;user id=sa;password="
cookieless="false"
timeout="60"
/>
Anand