Is Solution #2 single layer, or layered, or tiered?
I see! Let me re-define the problem. In my existing tiered solution that hosts AuthServer and HttpApi.Host, I have already the *.Web LeptonX themed project that servers back-end administrative purposes. That is complete. But for the Public Facing Website, I want to use my own corporate theme instead. It is totally another solution (the second solution). It is client to the existing ABP based AuthServer and HttpApi.Host (the first solution). Please give me detailed steps on how to build the second solution with ABP Commercial.
I see! I want to convert it to an ABP application, BUT I do not like to use the LeptonX Theme. I have my own HTML5 theme. Thus, how to convert it to ABP application that uses the AuthServer and HttpApi.Host services as well as other ABP features like ICurrentUser and permission management?
I have abp.io AuthServer and HttpApi.Host services running on my domain. What abp.io NuGet packages should I install in my non-abp.io asp.net core mvc application to make use of AuthServer and HttpApi.Host services? I want to get current user information and permissions. I want to get full advantage of ABP from my third part asp.net core project.
System.Net.Sockets.Socket+AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(short token) HttpRequestException: No connection could be made because the target machine actively refused it. (localhost:44371)
System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(string host, int port, HttpRequestMessage initialRequest, bool async, CancellationToken cancellationToken) IOException: IDX20804: Unable to retrieve document from: 'https://localhost:44371/.well-known/openid-configuration'.
Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.GetDocumentAsync(string address, CancellationToken cancel)
InvalidOperationException: IDX20803: Unable to obtain configuration from: 'https://localhost:44371/.well-known/openid-configuration'. Will retry at '7/31/2025 7:50:28 AM +00:00'. Exception: 'System.IO.IOException: IDX20804: Unable to retrieve document from: 'https://localhost:44371/.well-known/openid-configuration'.
---> System.Net.Http.HttpRequestException: No connection could be made because the target machine actively refused it. (localhost:44371)
---> System.Net.Sockets.SocketException (10061): No connection could be made because the target machine actively refused it.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.InjectNewHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionWaiter1.WaitForConnectionWithTelemetryAsync(HttpRequestMessage request, HttpConnectionPool pool, Boolean async, CancellationToken requestCancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.SendAndRetryOnNetworkErrorAsync(HttpClient httpClient, Uri uri)
at Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.GetDocumentAsync(String address, CancellationToken cancel)
--- End of inner exception stack trace ---
at Microsoft.IdentityModel.Protocols.HttpDocumentRetriever.GetDocumentAsync(String address, CancellationToken cancel)
at Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfigurationRetriever.GetAsync(String address, IDocumentRetriever retriever, CancellationToken cancel)
at Microsoft.IdentityModel.Protocols.ConfigurationManager`1.GetConfigurationAsync(CancellationToken cancel)'.
Microsoft.IdentityModel.Protocols.ConfigurationManager
Thanks for the answer. It is helpful. Both of the answers from the support team are helpful. But the system accepts only one chose!
Thanks for the answer. Okay, that means I need to develop my own theme. How can I build an ABP Theme? Is there any startup project for that? Would the Basic Theme template on GitHub help? I just searched the repository after your response. https://github.com/abpframework/abp/tree/dev/modules/basic-theme/src. Some clarification is welcome. Thanks in advance!
Hello! I use ABP Suite as the primary tool to develop the application. Instead of adding the Public Website layer using ABP Suite, I want to create it (add it) myself because I want to use my own Website Theme. Please give me some guidelines. Thanks in advance!