Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. web.config file related issue

web.config file related issue

Scheduled Pinned Locked Moved ASP.NET
questionhelp
6 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Samiullah
    wrote on last edited by
    #1

    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?

    S N J S 4 Replies Last reply
    0
    • S Samiullah

      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?

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      there is no code.

      Sathesh. Blessed is the season which engages the whole world in a conspiracy of love.

      1 Reply Last reply
      0
      • S Samiullah

        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?

        N Offline
        N Offline
        NeverHeardOfMe
        wrote on last edited by
        #3

        Samiullah wrote:

        Its urgent

        No one cares. A quick search on Google [^] will answer your questions.

        1 Reply Last reply
        0
        • S Samiullah

          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?

          J Offline
          J Offline
          John Gathogo
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          • S Samiullah

            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?

            S Offline
            S Offline
            Samiullah
            wrote on last edited by
            #5

            Example Code: Here is my code. Can any one try this...its urgrnt.

            J 1 Reply Last reply
            0
            • S Samiullah

              Example Code: Here is my code. Can any one try this...its urgrnt.

              J Offline
              J Offline
              John Gathogo
              wrote on last edited by
              #6

              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

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups