| Where Can I Get Vmx Configuration Files For Running The Vmware Player ? 1 day ago I just installed VMWare player on my system . It needs some configuration files for starting up vmx files. The way I understand the files are a few GBs in size . Where can i download them ? Related posts:How Does A Vmware Player Work? Is There A Tutorial Or A Guide Which Explains How To [...] Relate ... VMSuperhero.com - vmsuperhero.com |
| MS Loopback adapter 1 day ago by Dominick Cosgrove If you need to browse your SharePoint site or for that matter any site, hosted on your VPC while you are not connected to a network, read on. If you are not connected to a network the VPC does not get an IP address issued hence why you cannot browse hosted sites. The solution to this is the MS Loopb ... Dom Cosgrove Blog - blog.domcosgrove.com |
| How to modify AppSettings configuration values from your app code 2 days ago by Gal Ratner You can easily change any AppSettings value in web.config during runtime from your C# code by using WebConfigurationManager. Configuration configuration = WebConfigurationManager.OpenWebConfiguration( "~"); AppSettingsSection appSettings = ( AppSettingsSection)configuration.GetSection( "appSettings" ... .NET Development - galratner.com/blogs/net/default.aspx |