Main menu:

Site search

April 2026
M D M D F S S
 12345
6789101112
13141516171819
20212223242526
27282930  

Categories

Tags

Archive for '.Net C#'

Run IIS under custom port 443 (default is 44300 – 44399 )

1. Get registered certificates of IIS Express: netsh http show sslcert > registered.certificates 2. Import certificate for port 443, change certhash to your hash and also appid: netsh http add sslcert ipport=0.0.0.0:443 certhash=aa659f0a9e8cd5614c8b1eb03be8151f05594977 appid={214124cd-d05b-4309-9af9-9caa44b2b74a} certstorename=MY 3. Verfify settings with: netsh http show sslcert > registered.certificates.new 4. Reboot machine

Fix error Multiple Item of VisualStudio Extensions Configuration Transform

For error message: Multiple items cannot be passed into a parameter of type „Microsoft.Build.Framework.ITaskItem“. Change <AppConfigWithTargetPath Remove=“app.config“ /> to <AppConfigWithTargetPath Remove=“@(AppConfigWithTargetPath)“/>

Svn Global-Ignore Settings

1. Default .Net Settings *.suo *.user TestResults [Bb]in [Oo]bj _ReSharper.* Debug Release *[Nn][Cc]runch*