How to enable a windows 2008 R2 server to support for TLS 1.2? - windows-server-2008-r2

How to enable a windows 2008 R2 server to support for TLS 1.2? I am getting required output on my machine but not after deploying on server
I have already changed the .net framework to 4.6.1 and made the following changes in regedit:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001

Related

Asp.net core web api slow in IIS

projects: .net core 2.0
server: windows server 2012 r2, IIS 8.5
.net core web API is slow on each request, Similar issue :
https://github.com/aspnet/AspNetCoreModule/issues/87
But it is fast when running visual studio debug mode.
Update:
it looks like a bug on IIS 8.5 with .net core, but there is no production version of IIS 10.
So I deploy my .net core to Ubuntu 16.04, and it run well.

VBC.exe compilation error in IIS 7

We have got below error when we are accessing our ASP.NEt WebForms applications which is hosted in IIS 7 but the MVC Application is working though:
c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe
we already tried restarting our server and changing app pool current user but still no good result.
Ok what we did is below from Microsoft:
Known issue for security updates 3098779 and 3097997 for the .NET Framework 4.5.1 and 4.5.2 after you install the .NET Framework 4.6 on Windows 8.1, Windows RT 8.1, and Windows Server 2012 R2
What we did is the solution 2 which is to remove KB3098779 and KB3097997 in the windows update in our windows 2012 server and everything's back to normal.

IIS windows server 2012 r2 - error app framework 2.0

I have an application using framework 2.0 normalmento is running on a windows server 2003 server after migrating to windows server 2012 r2 I am not able to open. generating this error:
Error Message: Unrecognized attribute 'controlRenderingCompatibilityVersion'. Note que attribute names are case-sensitive.
In the application settings within iis is already configured for Framework 2.0 pool.
Someone has gone through something like this?
print:
http://uploaddeimagens.com.br/imagens/iis_error-jpg

windows azure os family

Migrated an apps to Windows Azure - previous platform was windows server 2008 R2. When I try to configure os it gives me two options with Windows Server 2008 SP2 being default. Are there any known issues of selecting Windows Server 2008 R2? Any performance implications. I was assuming that since R2 was released later and had some enhancements related to virtualization etc it should be better.
Yes, I'd go for Windows Server 2008 R2, which is based on the Windows 7 kernel rather than the Vista kernel used by Windows Server 2008 SP2.
I'd expect that Microsoft make the 2008 SP2 option available for Azure customers that have not yet tested their applications under the newer platform.

Sink on IIS SMTP Windows Server 2008 / 2008R2

I need help. I wrote simple sink by sample in http://msdn.microsoft.com/en-us/library/ms998610.aspx. On IIS Smtp Windows server 2003 it work fine. But on IIS Smtp Windows Server 2008 or 2008R2 it don't work. I try other sample from Internet. None of them don't work on IIS Smtp Windows Server 2008 / 2008R2. Any idea?
Windows Server 2008 has a newer version of IIS that has full integration with ASP.NET. This is the default mode. You can switch back to the older (ASAPI ASP.NET) by changing the application pool in IIS from "default" to "classic". That should make your app run like it does in Server 2003.
Without seeing more code and details, that's the only thing I can suggest.

Resources