Base solution for your next web application

Activities of "registosglintt"

Hi,

Did you create a issue? I didn't find it :(

How did you solve this problem?

Thanks in advice,

Answer

Hi alper,

Thanks you for your reply :)

To exceed this problem, i needed to install Oracle.ManagedDataAccess.dll to my GAC (Global Assembly Cache). And How?

Oracle.ManagedDataAccess.dll can be found in your nuget package lib directory (mine was .\packages\Oracle.ManagedDataAccess.12.1.2400\lib\net40)

C:\DOTNET\Modules\Html\GlinttAccessManagement\src\packages\Oracle.ManagedDataAccess.12.2.1100\lib\net40>"C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools/gacutil.exe" /i .\Oracle.ManagedDataAccess.dll
Microsoft (R) .NET Global Assembly Cache Utility.  Version 4.0.30319.0
Copyright (c) Microsoft Corporation.  All rights reserved.

Assembly successfully added to the cache
Question

Hi,

I'm using the template: ASP.NET MVC

If i'm correct, we are using Microsoft.Owin.Security namespace that contains types related to authentication. It's possible to use JWT in this template? How can I implement that?

Thanks in advice,

Question

hi,

I want to migrate my database from mysql to oracle. I followed the next steps:

1- I install the Oracle.ManagedDataAccess and Oracle.ManagedDataAccess.EntityFramework nuget packages into your .EntityFramework and .Web projects.

2- I change myconnection string in the web.config file in order to work with my Oracle database:

<connectionStrings> <add name="Abp.Redis.Cache" connectionString="localhost" /> <add name="Default" providerName="Oracle.ManagedDataAccess.Client" connectionString="Data Source=SERVER:PORT/DB;User ID=;Password=;" /> </connectionStrings>

Note: I didn't change the constructor in the (Configuration.cs) file : public Configuration() > {

       AutomaticMigrationsEnabled = false;
       ContextKey = "GlinttAccessManagement";

       //SetSqlGenerator("MySql.Data.MySqlClient", new MySQLGenerator());
   }

When I run the following command to add a migration for Oracle "Add-Migration "AbpZero_Initial", I have the following error:

System.Runtime.Serialization.SerializationException: Type is not resolved for member 'Oracle.ManagedDataAccess.Client.OracleException,Oracle.ManagedDataAccess, Version=4.122.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342'.

Thanks in advice

Question

Hi,

LDAP Server Information (read-only access): Server: ldap.forumsys.com
Port: 389 Bind DN: cn=read-only-admin,dc=example,dc=com Bind Password: password

ou=mathematicians,dc=example,dc=com

username: gauss , password: password

It's possible to test this ldap server in aspnetboilerplate? I'm trying to use the following information:

Abp.Zero.Ldap.Domain: ldap.forumsys.com:389 Abp.Zero.Ldap.UserName: cn=read-only-admin,dc=example,dc=com Abp.Zero.Ldap.Password: password

How can I do the login?

UserName: ou=gauss ,dc=example,dc=com | <a href="mailto:[email protected]">[email protected]</a> | gauss.example.com | gauss Password: password

I cann't login in the application. Can you help me ?

Thanks in advice.

Hi there,

Is there any way to create new logs in auditlogs table through the webapi.

Question

Hi there,

Is the LDAP implementation compatible with LDAP V3?

Best Regards,

Francisco Correia

Answer

Hi ismcagdas, thank you for your reply,

Because I need to implement others password encryption/decryption algorithms .

Question

Hi,

I'm using "ASP.NET MVC 5.x, ASP.NET Web API and jQuery".

Which encryption/decryption algorithm is used? It's Cipher Block Chaining (CBC)?

I have another question, can I change the encryption/decryption algorithm?

Thanks in advice.

Showing 1 to 9 of 9 entries