c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on tagged on "webconfig"

Machine key feature is missing in IIS Manager | SOLVED

| | Category: Computer

In this tutorial I will show how to enable machine key feature in IIS manager.

System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Net.Http.Formatting' with identity 'System.Net.Http.Formatting, Version=4.0.0.0

| | Category: c# .net

I got this following error I removed the old version of System.Net.Http.Formatting version 4.0.0.0 and referenced Version=5.2.3.0. This reference resolved by problem.

SOLVED-This program is blocked by group policy. For more information, contact your system administrator.(godaddy server)

| | Category: Website host

I got the following error “This program is blocked by group policy. For more information, contact your system administrator.” while hosting the asp.net mvc application published copy to the godaddy account.

500 - internal server error

| | Category: asp.net MVC

I am getting 500-internal server error when I uploaded the published copy to the GoDaddy and there is no detail about the error. Even though I add Custom Error mode=”On” in the web.Config setting.

The type 'EntityState' is defined in an assembly that is not referenced. You must add a reference to assembly System.Data.Entity

| | Category: entity framework

I just got experience this issue with MVC5 in visual studio 2015 for web, finally I found solution adding entity framework to my project.

[solved]Unable to read data from the transport connection: net_io_connectionclosed

| | Category: c# .net

I am attempting to send email using asp.net c#, I got the following error “Unable to read data from the transport connection net_io_connectionclosed”.

Htaccess leverage browser caching

| | Category: SEO

We can specify the browsers, how long time to keep css ,JS and images stored locally using the .htaccess file i.e( leverage browser caching of static assets).

[Solved]WebForms UnobtrusiveValidationMode requires a ScriptResourceMapping for 'jquery'. Please add a ScriptResourceMapping named jquery(case-sensitive).

| | Category: .Net

I am using validation controls in asp.net application, I got this following webforms unobtrusivevalidationmode error while running the application.

How to configure appsettings in web config file dynamically in asp.net c#?

| | Category: c# .net

In this article, I will show you how to dynamically manage xml configuration file c# asp.net. To configure webconfig file dynamically, open web config file...

How to create dynamic connection string in c# asp.net?

| | Category: c# .net

In this article, I will show you how to adding connection string in web config, via dynamically in asp.net c#. You can also change connection string in web config configuration file.

Page 1 of 2