Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9056425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T14:12:14+00:00 2026-06-16T14:12:14+00:00

Possible Duplicate: How to check in ASP.NET MVC View if site is running on

  • 0

Possible Duplicate:
How to check in ASP.NET MVC View if site is running on localhost or 127.0.0.1

I am using two entry for connection string in web.config, and i am using HttpContext.Current.Request.UserHostAddress for detection between deployment and development environment:

public static SqlConnection GetSqlConnection()
{
    if (HttpContext.Current.Request.UserHostAddress != "127.0.0.1")
    ...
    else
    ...
}

but problem is here, some times HttpContext.Current is null and raise exception (i.e: when scheduled task is runed in asp.net from global.asax).
is there any general solution for this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T14:12:15+00:00Added an answer on June 16, 2026 at 2:12 pm

    You’re supposed to change the connection string in the configuration file between environments. That’s why they’re stored in a configuration file in the first place, so you wouldn’t have to do this.

    I prefer to put connection strings in a separate file and not deploy it at all. The same can be done with other configuration that’s environment specific. Another way is to use an XML transform as a part of your build job to change the connection string when deploying into production.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Check connection is active in ASP.NET Is there a way in ASP.NET
Possible Duplicate: textbox empty check using javascript I have a asp.net button and a
Possible Duplicate: Lost Focus method for asp.net textbox? i want to check the data
Possible Duplicate: check whether internet connection is available with C# I just want to
Possible Duplicate: How can you check for a #hash in a URL using JavaScript?
Possible Duplicate: How can you check for a #hash in a URL using JavaScript?
Possible Duplicate: asp.net membership IsApproved false but still allowing login i am having a
Possible Duplicate: Multi-select dropdown list in ASP.NET I am doing databinding to a dropdown
Possible Duplicate: Check status of services that run in a remote computer using C#
Possible Duplicate: check whether a List<string> contains an element in another List<string> using LINQ

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.