Related Items

Monday, May 25, 2020

Encryption Password for custom user login in ASP.NET Core 3.1 MVC


For Login form, sometimes we want just to create by ourself, eventhough there are a lot options built-in login form available. Today I want to share how to create a hashed password in login form IDataProtectionProvider.


Thursday, May 7, 2020

How to display image ads rotating in ASP.NET C#

Here, I want to share how to display image ads rotating in ASP.NET C#.

If you are using master page, you can add a new web form with master page and then add Timer & Panel, and then Click Tools Box and search for AdRotator.  Put the AdRotator inside the panel.
 

Wednesday, April 22, 2020

Login failed for user 'IIS APPPOOL\

Sometimes, when we run an ASP.NET on IIS Server, it generated an error :


Login failed for user 'IIS APPPOOL\



like this in th picture. 


The solution for this error, you need to open SQL Server Management Studio, run this script below.

Wednesday, April 15, 2020

Software General Ledger yang sederhana

Kali ini saya akan membahas mengenai software general ledger yang sangat simple yang saya buat sendiri dengan menggunakan ASP.Net C# Visual Studio 2019 R16.5.3 dengan menggunakan dot Net Framework 4.8 (yang terbaru saat ini di release April 2020), Crystal Report VS2019 & SQL Server Database. Dengan database SQL Server, bisa menampung banyak data sampai ukuran Gb.  Dalam membuat software general ledger, pertama - tama kita harus menentukan :

1. System software yang baik tentu harus ada login-nya. Contoh login form.