I have deployed a .Net Core (MVC) Application on IIS server which is throwing 502 error exactly at 10 PM on daily basis, otherwise the application works fine the whole time. I have reviewed my code several time and removed every extra things from the code, but still getting this error at that specific time. Please help.
Getting 502 error at specific time (i.e 10 PM) once in 24 hours
210 Views Asked by Hasnain Latif At
1
There are 1 best solutions below
Related Questions in IIS
- Create an IIS web request activity light
- Why web API return 404 when deploy to IIS
- Adding site Binding programmatically IIS 7.5
- .net Web Api 2 Owin authentication token expires suddenly and often on IIS 8.5
- Redirecting subdomain to directory on Azure
- Saving Image To a Temp Folder is Loosing Session
- The page cannot be displayed because an internal server error has occurred on server
- Approach for performing long running tasks in .NET
- Why does IIS Anonymous Authentication turn on by itself after I publish my project to server?
- IIS 7 ERR_CONNECTION_TIMED_OUT only with public IP
- Maximum value for IIS .NET Compilation Batch Time-out
- ASP.Net 1.1 app on IIS 7 waiting threads
- File upload web api 2.0 error after deployment on IIS 8.5
- nginx and IIS - dealing with invalid hostname and SSL
- Allow console application to access Windows Authenticated web app
Related Questions in ASP.NET-CORE-MVC
- Asp.Net 5 correct way to access logging config file from Startup.cs
- How and Where to tell if a ViewComponent has been invoked x times in a view?
- Unable to utilize UrlHelper
- IdentityManager with VNext
- How to output css to kestrel in OS X using Visual Studio Code
- How to configure email settings in ASP.NET 5?
- Override site binding using VS2015 and IIS Express
- Setting IIS Settings in Web.config using ASP.NET MVC 6
- HTTP Error 403.14 in ASP.NET5 MVC6
- What is first class mechanism in EF?
- Multiple Posted Types asp.net 5 MVC 6 API
- How do you configure SQL Session State in ASP.NET 5.0 (vNext) MVC 6?
- Differentiate between MVC and WebAPI in ASP.NET 5 / MVC 6
- VS2013 Is Not Compatible With VS2015 Project Type (ASP.NET Projects)
- CORS for static HTML in vNext
Related Questions in HTTP-STATUS-CODE-502
- Enabling CORS on Google App Engine for a Django Application
- How best to manage Cloudfront/Nginx 502 Bad Gateway errors in AWS
- Will Increasing AWS Elastic Beanstalk Instance Size or Increasing Load Balancers Help Reduce Random 502 Nginx Errors?
- 502 Bad Gateway Error on Google Cloud with PostgreSQL and Node Managed Database
- Unable to figure out 502 error - AWS/CF/Custom Origin
- httpclient 502 error xamarin app trasnfering photo via json
- nginx 502 bad gateway in ubuntu
- Why do I get 502 Bad Gateway error instead 403 Forbidden error?
- "failed_to_connect_to_backend" - 502 website temportatily down
- Getting 502 error at specific time (i.e 10 PM) once in 24 hours
- Managing "HTTP/1.1 502 Bad gateway error"
- Making XMLHttpRequest in Vercel
- NuGet private server returns 502 (Bad Gateway) when pushing new package
- CORS error with API Gateway and Lambda **only** when using Proxy Integration
- Why am I receiving a 502: Bad Gateway from AWS Lambda/Api Gateway when I include an Authorization header to the call?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Have you gone through server logs to understand what is going on at 10 PM? To find logs, search for the Event Viewer. Alternatively, from the Control Panel, choose Administrative Tools and then Event Viewer. System: Expand Windows Logs; System will be listed underneath. Filter the log for networking entries Diagnostics-Networking: Expand Applications and Services Logs, then Microsoft, then Windows.