Hi, I pushed the application today to a hosting online account. I could login but then I get no where, internal server error.
Here is the log I could find remotely:
DEBUG 2017-04-24 14:19:55,735 [10 ] Abp.Auditing.WebClientInfoProvider - System.Net.Sockets.SocketException (0x80004005): No such host is known
at System.Net.Dns.GetAddrInfo(String name)
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at Abp.Auditing.WebClientInfoProvider.GetClientIpAddress()
DEBUG 2017-04-24 14:20:21,266 [10 ] Abp.Modules.AbpModuleManager - Shutting down has been started
DEBUG 2017-04-24 14:20:21,266 [10 ] Abp.BackgroundJobs.BackgroundJobManager - Stop background worker: Abp.BackgroundJobs.BackgroundJobManager
DEBUG 2017-04-24 14:20:21,266 [10 ] Abp.BackgroundJobs.BackgroundJobManager - WaitToStop background worker: Abp.BackgroundJobs.BackgroundJobManager
DEBUG 2017-04-24 14:20:21,266 [10 ] Abp.Modules.AbpModuleManager - Shutting down completed.
I made sure I put the root address of the website in the web.config. Also, I enabled WebSockets on the application.
Thanks Bilal
5 Answer(s)
-
0
The hosting is telling me the following:
It seems that your MVC application is reaching the 300 MB memory threshold that comes with the Single Site Plan.
Is it normal to reach that memory threshold?
Thanks
-
0
Any idea what could be done please?
-
0
Hi,
I'm not sure if this is normal or not. Our hosted version demo.aspnetzero.com is working over 670MB but it is used by so many users and it is used very actively.
I think 300MB is not a high number for memory usage. You can think of a new provider or you can upgrade your plan if you can.
Thanks.
-
0
Hi, The problem was the plan I have limits the App Pool memory to 300 MB only.
Can you tell me how you monitor the demo memory usage?
What's basically this number? Memory used by app?
Thanks
-
0
Hi,
Actually we didn't test it, you can create a new project from aspnetzero.com and try it locally to see memory usage.
Thanks.