Thursday, April 01, 2010

New Trick Envrionment Variables

public static string SecurePath = Environment.GetEnvironmentVariable("SECURED_APP_PATH");

You can right click on your computer > Advanced Tab > set the variables. Warning they will not take effect till a reboot.

This would not worth using for a hosted appllication when you do not have access to the server.

No comments:

System Design Interview Preparation: A Comprehensive Guide for US Business Leaders

System Design Interview Preparation Understanding System Design Interviews What is a System Design Interview? A system design inter...