Narendra Tiwari
7 posts.
- How to use multiple versions of assembly1\. Create 2 shared assemblies with different versions (1.0.0.0 and 2.0.0.0). 2\. For assembly 1 include the following reference in project file.…
- Using Http PUT method for file uploadThe PUT method not as widely used as the POST method is the more efficient way of uploading files to a server. This is because in a POST upload the files…
- Print Window On LoadSometimes we require to show the print dialog on as soon as we load the Web Page, the following piece of script can achieve the same, simply paste the…
- Remove HTML Tags from HTML stringusing System; using System.Collections.Generic;using System.Text;using System.Text.RegularExpressions;using System.IO;
- Failed to access IIS metabase problemPossible Cause:- When you install IIS AFTER.NET 2.0 framework, the rights of the ASPNET user had not been set correctly.
- MSDTC on server 'servername' is unavailableBy default, when a stand-alone instance of Microsoft SQL Server exists in a cluster environment, the SQL Server-based instance is set to start…
- SQL Server does not allow remote connections::Resolutiona
