How do I get msdeploy to create App_Data if it doesn’t exist, but not delete any contents of the remote directory?
I have an application setup with the following Package/Publish Web settings:
I have an application setup with the following Package/Publish Web settings:
In my diagnostic view of my build output shows this conflict
I have a component that needs to store static values fore each thread. It’s a general component that can be used in many scenarios and not only in ASP.NET.
Is anyone using Elmah to send exceptions via email? I’ve got Elmah logging set up via SQL Server, and can view the errors page via the Elmah.axd page, but I am unable to get the email component working. The idea here is to get the email notification so we can react more quickly to exceptions. Here is my web.config (unnecessary sectionss omitted), with all the sensitive data replaced by * * *. Even though I am specifying a server to connect to, does the SMTP service need to be running on the local machine?
I have a small MVC app that I use for practice reasons, but now I am encountering an error every time I try to debug:
I’ve added the following tag helper:
I have a .NET webform that has a file upload control that is tied to a regular expression validator. This validator needs to validate that only certain filetypes should be allowed for upload (jpg,gif,doc,pdf)
What is the difference between the three ASP.NET objects:
Is there a good way to exclude certain pages from using a HTTP module?
I am using .NET 3.5 and need to convert the below select new result into a DataTable. Is there something built in for this or anyone know of a method that can do this?