I have an existing ASP.Net website project that has just been handed over to me. This project has an initial login.aspx page that, in addition to the typical username and password fields, is supposed to display a custom user control that shows a clickable image that is a link to http://www.livehelpnow.net.
I was told that this image link was visible as recently as last Friday (1/24/14). Now, when you view the page, you do not see the image or the link.
I have checked file dates on all of the files and none of them have a date modified stamp more recent than 1/13/14
If I view source for the page, I can see the Span and Divs associated with the control. It is just not showing up on the actual page.
Here is a link to the login page
https://secure.confirmdelivery.com/MAILNet/Login.aspx
The custom user control is listed at the bottom of the login.aspx page as follows;
--------start snip------------------------------------- ...

Go to the complete details ...