Contents tagged with registration
-
Create a secure ASP.NET Web Forms app with user registration, email confirmation and password reset
https://docs.microsoft.com/en-us/aspnet/web-forms/overview/security/create-a-secure-aspnet-web-forms-app-with-user-registration-email-confirmation-and-password-reset more
-
SQL Server Reporting Services Error: The 'ORAOLEDB.Oracle' provider is not registered on the local machine.
Open a command prompt in administrator mode
cd \oracle\product\11.2.0\client_64\BIN
c:\Windows\system32\regsvr32.exe OraOLEDB11.dll
source: https://stackoverflow.com/questions/12903366/ … more