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
P

pd69

@pd69
About
Posts
2
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Session being lost in a simple test webpage
    P pd69

    Try putting the following line in Web.config under the System.Web: "sessionState mode="InProc" timeout="30" cookieless="false" /sessionState" Lemme know if it worked !

    ASP.NET csharp help visual-studio windows-admin

  • Visitor IP address
    P pd69

    The below given code gives you the IP address of the User Accessing the site: HttpContext.Current.Request.UserHostAddress; OR HttpContext.Current.Request.ServerVariables["REMOTE_ADDR"]; To get the IP address of the machine and not the proxy use the following code: HttpContext.Current.Request.ServerVariables["HTTP_X_FORWARDED_FOR"]; I hope this was useful !!! :cool:

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

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