Publish MVC App With Different Configurations
By default, all the Asp.Net web applications come up with two default configurations debug and release. These configurations are maintained in Web.Debug.config & Web.Release.config files. Configurations are not used when we are developing the application, they are used when we are publishing the application. First Let us see how to add a new configuration (UAT) and later publishing the application […]
Recent Comments