SOLVED: Trusted Platform Module Has Malfunctioned - Error Code 80090016

Problem Summary: Your computer's Trusted Platform Module has malfunctioned. If this error persists, contact your system administrator with the error code 80090016. Solutions: For Teams: Generally Trusted Platform Module (TPM) technology.
Tuesday, 2 March 2021
Posted by Jebastin
Tag :

How to generate pkcs12 certificate on windows?

Open a command prompt and go to the bin directory under the installation directory.   To create the private certificate type: “openssl genrsa –out private-key.pem 1024” and press [Enter]. For the public certificate type: “openssl req.
Thursday, 13 November 2014
Posted by Jebastin

Razor Code and Configuration for Umbraco Examine Search

Examine allows you to index and search data easily and wraps the Lucene.Net indexing/searching engine. Lucene is super fast and allows for very fast searching even on very large amounts of data. Examine is provider based so is very extensible and.
Posted by Jebastin

Send Email in Umbraco

Instead using the ASP.Net email sending code, we can use the following code to send email in Umbraco web applications. Web.Config Configuration: Gmail SMTP Settings: <system.net>    <mailSettings>      .
Thursday, 25 September 2014
Posted by Jebastin

Solved: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list

It turns out that this is because ASP.Net was not completely installed with IIS even though I checked that box in the "Add Feature" dialog. To fix this, I simply ran the following command at the command prompt %windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe.
Wednesday, 10 September 2014
Posted by Jebastin
Tag : ,

How to set/change the SQL Server 2008 R2 sa’s password after installation?

In this article we will take a look at how to change SA Password in SQL Server using TSQL code and by using SQL Server Management Studio. The steps mentioned in this article are applicable to change any SQL Server Login Password works on SQL Server.
Monday, 8 September 2014
Posted by Jebastin

Generic Handler to Unpublish Past Events in Umbraco

The following Generic Handler (C#) is used to unpublish the past/old Events automatically after it's expiration date in Umbraco. Source Code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Configuration; using.
Thursday, 7 August 2014
Posted by Jebastin

Link To This Post/Page

Spread The Word

Add this button to your blog:
JJ Technology Solutions

Blog Archive

Trackers

eXTReMe Tracker
facebook

- Copyright © 2025 JJ Technology Solutions - Powered by Source Code Solutions -