ASP.Net

The base class includes the field ‘ReportViewer1’ but its type is not compatible

In this article, we will learn how to solve The base class includes the field ‘ReportViewer1’ but its type is not compatible with the type of control “Microsoft.Reporting.WebForms.ReportViewer” that you may face when adding a new Microsoft.Reporting.WebForms.ReportViewer reference to your ASP.NET or SharePoint solution. The base class includes the field ‘ReportViewer1’ but its type is …

The base class includes the field ‘ReportViewer1’ but its type is not compatible Read More »

How to Encrypt Connection String in Web.config in ASP.NET

How to Encrypt Connection String in Web.config

In this post, we will explain How to decrypt and encrypt Connection String in Web.config in ASP.NET? Encrypt and Decrypt Connection String in Web.config in ASP.NET First of all, specify which framework version your web site has used. Get .NET Framework Version Open IIS > Sites. Select your site that you would like to encrypt its …

How to Encrypt Connection String in Web.config in ASP.NET Read More »

Scroll to Top