http request server variables

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why would I lose a server name? I had an app that returned a server name,
and it was working fine, and now for unknown reasons the server name is
blank so the app is not responding appropriately. This is my code:

Dim sServer as String =
HttpContext.Current.Request.ServerVariables("SERVER")
 
Back
Top