Hi all,
Is there a way (in the code) to find out the identity of the server that is running an aspx page? I need to have different connection strings for my development and my deployed machine. My idea is to have both strings in the code and specify the correct one at run time by reading the identity of the server. Does this sound like a workable idea?
Is there a way (in the code) to find out the identity of the server that is running an aspx page? I need to have different connection strings for my development and my deployed machine. My idea is to have both strings in the code and specify the correct one at run time by reading the identity of the server. Does this sound like a workable idea?