Showing posts with label Umbraco. Show all posts
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.
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.
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>
.