I am working on a project that was originally built on a previous version on Visual Studio (pre-2013) and I am running into an error. I have searched and search
I am trying to send mail using gmail, and I am getting an exception that is The SMTP server requires a secure connection or the client was not authenticated. Th
I have an ASP.NET site where each page has some contents on it and each log-in user has some specific roles. I want to hide and show the contents of the page ba
How to map objects inherited from one interface to objects inherited from another interface. I have such code structure public interface IDataTranslatable {
I want to make a 'search' button clickable upon clicking enter. This is my html: <input type="text" runat="server" id="txtSearch" onkeypress="searchKeyPress(
I am working on a vb.net web application project. And I was stucked by the following error. I believe there is not syntax with my web.config. Please help me.
I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while the working development
I am creating a simple application that will allow users to download .ICS files, and import them into their chosen calendar application/site. I am happy with t
In a VB.NET project I am dynamically building a jquery using data from a database. Some data are containing new line information which are breaking the script.