Wednesday, April 18, 2012

Process.Start not working on live site

Im trying to open the email client after a user accepts a disclaimer in a popup box whenever they click email someone. It works on local but will not work on live.



public void btnEmail_click(object sender, EventArgs e)
{
Process.Start("mailto:david.t@insureohio.com");
}




No comments:

Post a Comment