Health Monitor Event Logging just flat out does not work
For some time we have had very frustrating and persistent issues where we suspected the ASP.NET 4 was not writing errors to the event log on multiple sites, multiple machines on Server 2012. I have...
View ArticleConfiguring Domain Name
I have a server in which I host the ASP.NET application using its external IP. Now I have purchased the domain name. How can I configure the domain name in such a way that I can access the application...
View ArticleVS2015 : Exception in Executing Publishing
I am getting error while publishing project on shared web server (IIS).I recently installed Azure SDK for .NET 2.9.1 on VS2015 Community Edition Update 2. And not using Azure platform to deploy...
View ArticlePublishing asp.net project
Hi, I'm new to asp.net and mvc and I am having problem deploying it. I follow to videos and documentation but I can't get it to work. In one of the microsoft video that i watched, it said that after...
View ArticleTesting and Deploying NuGet Packages
I was curious how the rest of the community tested and deployed NuGet packages to their environments (development, test, quality, production). Specifically, NuGet packages that your company has made....
View ArticleHow to configure automatic (web)deploy for Internet Information Services...
Hi everyone,Without any answer on StackOverflow and some reactions on IIS Forum I decided to ask my question here (hoping someone knows the solution), see...
View ArticlePublishing an asp.net project wrote in monodevelop
It is my first step in publishing an asp.net project. I made a small storefront in monodevelop using asp.net mvc. I view the project normally in ubuntu through F5.Now I would like to know how to...
View ArticleIssue with the shell script for copying
Am running the below command in the post build event of my project in vs2013powershell -file $(ProjectDir)\pkg.PS1 "$(ProjectDir)Views" "$(ProjectDir)\Package"and in the pkg.PS1 am doing...
View ArticleCustom error page issue
In the web.config file, I have this line:<customErrors mode="RemoteOnly" defaultRedirect="~/Shared/Error"/>I have deployed the MVC app to Azure. When I tried to view the error page by URL like...
View Articlecustom error paths in web.config when application is run as a subfolder.
Hi, quick question.I'm playing around with custom errors. I have a path issue. The app is running as a sub-folder in IIS. My error handling is as follows:<error statusCode="404" subStatusCode="13"...
View ArticleHow to get more detailed errors from a UAT server ( IIS 6)
I have a web2.0 api application that works 100 percent in local host & most of the api works when I publish it to a remote UAT server. A specific help page ( http:/myApi/Help ) returns a 401 for...
View ArticleStoring files to network folder
I have a system where I am uploading files to a network folder from my website. I will have huge number of file uploads per day. Each user will have different types of files to upload. Now, we are in a...
View ArticleUnable to find the requested .Net Framework Data Provider. It may not be...
Hello All,I have created two pages one is working fine but why I am getting the above error on my second page. I googled it and found solution that may be your machine.config doesn't have provider...
View ArticleHelp! Could not find the type specified in the ContextTypeName property of...
I am getting this issue... the application works locally completely fine, but when FTPed out to host I get this error: Could not load type 'DataClassesDataContext'.Description: An unhandled exception...
View Article404 - File or directory not found
Hi,When try open website from google search get 404 - File or directory not found.When set cursor on that link and click enter site work fine.Any solution? Online exampleIn web config is added line for...
View ArticleDeployment - how to migrate the database schema (not data) from my dev laptop...
Hi,I'm supporting an asp.net MVC3 application, which use SQL server 2008 R2.I'm preparing for a new release, where there are several new tables added, and a couple stored procedures got changed, also...
View ArticleDB Deployment - got this SQL error
Hi,I'm deploying a asp.net web app using SQL Server 2008 R2, and when I run Migration scripts, encountered this error:The migration script is to drop 3 tables, then create them, then insert data. I...
View ArticleSSL Certificate config issue : Content was blocked because it was not signed...
Hi all,I configured two web application in two different machines and each one using the different self-signed certificate. Below is the environment informationApplication 1 -> Deployed (IIS) in...
View Articleallow iFrame
My C# webproject with .NET 4.5.2 needs an iFrame, why I added ‘X-Frame-Options’ with ‘AllowAll’ to the web.config file (via IIS 8.5). Still the content of the iFrame is blocked.What else do I need to...
View ArticleUnable to access the IIS metabase
HiWhen I loaded a web application, and I tried to load the aspnet web sites, then I received the message:Unable to access the IIS metabaseI tried to solve that with the...
View Article