Category "asp.net"

IIS 8.0 Detailed 500.0 Internal Server Error - IsapiModule Not Found

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

The server response was: 5.7.0 Must issue a STARTTLS command first. i16sm1806350pag.18 - gsmtp

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

How to show or hide contents of an aspx page based on current user's roles

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

automapper map interface to interface or object

How to map objects inherited from one interface to objects inherited from another interface. I have such code structure public interface IDataTranslatable {

Attempting to make enter button 'clickable'

I want to make a 'search' button clickable upon clicking enter. This is my html: <input type="text" runat="server" id="txtSearch" onkeypress="searchKeyPress(

The configuration section cannot contain a CDATA or text element

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.

ASP.NET: HTTP Error 500.19 – Internal Server Error 0x8007000d

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

Creating .ICS files, adding to outlook

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

Passing data from database containing new line breaks jquery

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.