asp.net - hosts file on windows azure website -


I use a web reference windows blue in an ASP.NET website. I use blue as my QA environment and on quality assurance, the site should connect to the QA web context. On my previous QA environment, I used the file entry to indicate the web reference domain name for the host QA IP address. But after migrating to the windows blue, I do not know how to point the web reference to QA IP addresses. Is there any other way to do this?

I do not think you can affect the host in Azure.

Instead, suggest using I SlowCheetah is based on an open source project that can change your configuration file (or any XML file) you are targeting. I use it to change the connection string in web.config for QA and Prod Build.

This package enables you to change any other XML file based on your app.config or build configuration. It also adds extra tooling to help you create XML conversion.

You can set your web context to be dynamic, so that the features can be loaded from your web. Config


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -