web.config file related issue
-
In the below code, what do i need to put in "stateConnectionString". What is the meaning of "stateConnectionString"? Can anyone provide solution for this one. Its urgent. stateconnectionstring="tcpip=127.0.0.1:42424" What do i need to place instead of "tcpip=127.0.0.1:42424" at stateConnectionString?
-
In the below code, what do i need to put in "stateConnectionString". What is the meaning of "stateConnectionString"? Can anyone provide solution for this one. Its urgent. stateconnectionstring="tcpip=127.0.0.1:42424" What do i need to place instead of "tcpip=127.0.0.1:42424" at stateConnectionString?
there is no code.
Sathesh. Blessed is the season which engages the whole world in a conspiracy of love.
-
In the below code, what do i need to put in "stateConnectionString". What is the meaning of "stateConnectionString"? Can anyone provide solution for this one. Its urgent. stateconnectionstring="tcpip=127.0.0.1:42424" What do i need to place instead of "tcpip=127.0.0.1:42424" at stateConnectionString?
-
In the below code, what do i need to put in "stateConnectionString". What is the meaning of "stateConnectionString"? Can anyone provide solution for this one. Its urgent. stateconnectionstring="tcpip=127.0.0.1:42424" What do i need to place instead of "tcpip=127.0.0.1:42424" at stateConnectionString?
The thing is, for a typical application, you dont need to bother with this tcpip. Just let it be. Unless you are sure that based on what you are doing, this tcpip value needs to be changed. You could perhaps give some details.
-
In the below code, what do i need to put in "stateConnectionString". What is the meaning of "stateConnectionString"? Can anyone provide solution for this one. Its urgent. stateconnectionstring="tcpip=127.0.0.1:42424" What do i need to place instead of "tcpip=127.0.0.1:42424" at stateConnectionString?
-
I see that you are using InProc to store state. The following will suffice in this case:
<sessionState mode="Inproc" cookieless="false" timeout="20"/>
You do not need the tcpip attribute