500 internal error

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
Hi all,

I have a vps server running Windows server and nopcommerce 4.20 with ionos, I have configured everything fine and given write permission Regards etcetera but I am getting an 500 internal server error "there is a problem with the resource that you are looking for.

Ionos says their is a problem with the web config file.

Any help much appricated.

Regards
4 years ago
Hello,

Unfortunately, you are getting the generic error page and there is not enough information about the exception on it. Could you follow this article and share with us the error details you are getting?

Regards,
Anton
4 years ago
Nop-Templates.com wrote:
Hello,

Unfortunately, you are getting the generic error page and there is not enough information about the exception on it. Could you follow this article and share with us the error details you are getting?

Regards,
Anton


Hi Anton,

Will do, Thank you for the reply.

Regards
4 years ago
Hi,

This is what I get from the internet explorer and firefox.


HTTP Error 500.19 - Internal Server Error

The requested page cannot be accessed because the related configuration data for the page is invalid.

Detailed Error Information:

Module
   IIS Web Core

Notification
   Unknown

Handler
   Not yet determined

Error Code
   0x8007000d

Config Error
    
Config File
   \\?\C:\inetpub\wwwroot\######\web.config

Requested URL
   https://somedomain.co.uk:443/

Physical Path
    
Logon Method
   Not yet determined

Logon User
   Not yet determined

Config Source:
   -1:
    0:


Web config file:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.webServer>
    <modules>
      <!-- Remove WebDAV module so that we can make DELETE requests -->
      <remove name="WebDAVModule" />
    </modules>
    <handlers>
      <!-- Remove WebDAV module so that we can make DELETE requests -->
      <remove name="WebDAV" />
      <add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModule" resourceType="Unspecified" />
    </handlers>
    <!-- When deploying on Azure, make sure that "dotnet" is installed and the path to it is registered in the PATH environment variable or specify the full path to it -->
    <aspNetCore requestTimeout="23:00:00" processPath="dotnet" arguments=".\Nop.Web.dll" forwardWindowsAuthToken="false" stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout" startupTimeLimit="3600">
      <environmentVariables />
    </aspNetCore>
    <httpProtocol>
      <customHeaders>
        <remove name="X-Powered-By" />
        <!-- Protects against XSS injections. ref.: https://www.veracode.com/blog/2014/03/guidelines-for-setting-security-headers/ -->
        <add name="X-XSS-Protection" value="1; mode=block" />
        <!-- Protects against Clickjacking attacks. ref.: http://stackoverflow.com/a/22105445/1233379 -->
        <add name="X-Frame-Options" value="SAMEORIGIN" />
        <!-- Protects against MIME-type confusion attack. ref.: https://www.veracode.com/blog/2014/03/guidelines-for-setting-security-headers/ -->
        <add name="X-Content-Type-Options" value="nosniff" />
        <!-- Protects against Clickjacking attacks. ref.: https://www.owasp.org/index.php/HTTP_Strict_Transport_Security_Cheat_Sheet -->
        <add name="Strict-Transport-Security" value="max-age=31536000; includeSubDomains" />
        <!-- CSP modern XSS directive-based defence, used since 2014. ref.: http://content-security-policy.com/ -->
        <add name="Content-Security-Policy" value="default-src 'self'; connect-src *; font-src *; frame-src *; img-src * data:; media-src *; object-src *; script-src * 'unsafe-inline' 'unsafe-eval'; style-src * 'unsafe-inline';" />
        <!-- Prevents from leaking referrer data over insecure connections. ref.: https://scotthelme.co.uk/a-new-security-header-referrer-policy/ -->
        <add name="Referrer-Policy" value="strict-origin" />
        <!--Feature-Policy is a new header that allows a site to control which features and APIs can be used in the browser. ref.: https://wicg.github.io/feature-policy/ -->
        <add name="Feature-Policy" value="accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment *; usb 'none'" />
      </customHeaders>
    </httpProtocol>
  </system.webServer>
</configuration>
<!--ProjectGuid: 4f1f649c-1020-45be-a487-f416d9297ff3-->


Haven't got any logs in the stdout folder yet

Regards
4 years ago
Hello,

Please make sure your server has the required software on it in order to run nopCommerce. You can read what you need based on your version of nopCommerce here.

Regards,
Anton
4 years ago
Nop-Templates.com wrote:
Hello,

Please make sure your server has the required software on it in order to run nopCommerce. You can read what you need based on your version of nopCommerce here.

Regards,
Anton


Hi Anton,

Here is my setup:

Operating system: Windows Server 2019

IIS 2019

SQL Server 2017

.Net frameworks 2 and 4


Configuration:
Type:
Cloud Server M
CPU:
2 vCore
RAM:
2 GB
SSD:
80 GB

Hope that helps
4 years ago
You did not mention that you have .Net Core 2.2. Installed

From https://docs.nopcommerce.com/user-guide/installing/technology-system-requirements.html

For nopCommerce 4.20. Install .NET Core 2.2 runtime (download).
4 years ago
Yidna wrote:
You did not mention that you have .Net Core 2.2. Installed

From https://docs.nopcommerce.com/user-guide/installing/technology-system-requirements.html

For nopCommerce 4.20. Install .NET Core 2.2 runtime (download).


Hi,

Yes all installed but still no joy.

Regards
4 years ago
Check the IIS Logs usually in C:\inetpub\logs\LogFiles

Also you can you check the Server System and Webserver (IIS) event logs in windows event viewer
4 years ago
Yidna wrote:
Check the IIS Logs usually in C:\inetpub\logs\LogFiles

Also you can you check the Server System and Webserver (IIS) event logs in windows event viewer


From the log folders w3svc1:

#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 00:51:03
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 00:51:03 109.228.59.57 GET /region/ruislip-ha4/tag/baby-gifts/ - 443 - 207.46.13.181 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 223
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 01:49:25
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 01:49:25 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/apple-ipad-4/ - 443 - 157.55.39.101 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 219
2019-09-20 01:54:23 109.228.59.57 GET /dynamic-unisex-hair-studio-ha2-8je/34/ - 443 - 207.46.13.130 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 143
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 02:38:31
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 02:38:31 109.228.59.57 GET /events/date/2019/03/13/ - 443 - 40.77.167.218 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 163
2019-09-20 02:51:08 109.228.59.57 GET /region/ruislip-ha4/ruislip/tag/crepesc/ - 443 - 157.55.39.22 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 142
2019-09-20 02:55:09 109.228.59.57 GET /events/young-artist-competition-calling-all-budding-artists-aged-16-25-10092018/568/ - 443 - 157.55.39.147 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 141
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 03:24:31
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 03:24:31 109.228.59.57 GET /events/goto/events/636/0/DetailPage/ - 443 - 157.55.39.147 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 231
2019-09-20 03:37:03 109.228.59.57 GET / - 443 - 74.82.47.5 - - 403 14 0 135
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 04:00:25
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 04:00:25 109.228.59.57 GET /region/harrow-ha/tag/phone-cases/ - 443 - 40.77.167.218 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 164
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 04:34:33
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 04:34:33 109.228.59.57 GET / - 443 - 157.55.39.147 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 403 14 0 218
2019-09-20 04:37:28 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/new-mobile-phones/ - 443 - 157.55.39.147 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 143
2019-09-20 04:49:46 109.228.59.57 GET /whats-hot/personalised-solid-chrome-cat-id-tag/199/ - 443 - 5.188.84.6 Mozilla/5.0+(Windows+NT+6.2;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/68.0.3440.106+Safari/537.36 https://www.time2browse.co.uk/whats-hot/personalised-solid-chrome-cat-id-tag/199/ 404 0 2 50
2019-09-20 04:49:46 109.228.59.57 GET / - 443 - 5.188.84.6 Mozilla/5.0+(Windows+NT+6.2;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/68.0.3440.106+Safari/537.36 https://www.time2browse.co.uk/ 403 14 0 50
2019-09-20 04:49:46 109.228.59.57 GET / - 443 - 5.188.84.6 Mozilla/5.0+(Windows+NT+6.2;+Win64;+x64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/68.0.3440.106+Safari/537.36 https://www.time2browse.co.uk/ 403 14 0 49
2019-09-20 04:53:57 109.228.59.57 GET / - 443 - 209.17.96.170 Mozilla/5.0+(compatible;+Nimbostratus-Bot/v1.3.2;+http://cloudsystemnetworks.com) - 403 14 0 95
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 05:12:39
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 05:12:39 109.228.59.57 GET /events/the-real-inspector-hound-a-satiric-play-within-a-play-21062018/504/ - 443 - 157.55.39.22 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 144
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 05:47:37
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 05:47:37 109.228.59.57 GET / - 443 - 213.32.122.82 Mozilla/5.0+(Windows+NT+6.1)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/41.0.2228.0+Safari/537.36 - 403 14 0 158
2019-09-20 06:00:42 109.228.59.57 GET /region/harrow-ha/tag/root-touch-up/ - 443 - 157.55.39.147 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 142
2019-09-20 06:13:55 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/styling-pik/ - 443 - 207.46.13.212 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 144
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 06:32:07
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 06:32:06 109.228.59.57 GET /events/date/2018/05/31/ - 443 - 157.55.39.55 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 200
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 07:04:51
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 07:04:51 109.228.59.57 GET /the-tan-beauty-salon-ha4-7au/23/ - 443 - 157.55.39.213 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 224
2019-09-20 07:09:23 109.228.59.57 GET /events/meditation-breathing-exercises-classes-any-body-or-age-group-24092018/595/ - 443 - 157.55.39.55 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 141
2019-09-20 07:17:03 109.228.59.57 GET / - 443 - 42.236.101.214 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/50.0.2661.102+Safari/537.36;+360Spider https://www.time2browse.co.uk/ 403 14 0 166
2019-09-20 07:26:31 109.228.59.57 GET /videos-worth-watching - 443 - 157.55.39.213 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 144
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 07:50:05
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 07:50:05 109.228.59.57 GET /events/date/2018/10/16/ - 443 - 157.55.39.213 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 219
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 08:07:56
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 08:07:56 109.228.59.57 GET /vtigercrm/vtigerservice.php - 443 - 77.247.110.215 python-requests/2.22.0 - 404 0 2 37
2019-09-20 08:10:24 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/mobile-phone-screen-protectors/ - 443 - 40.77.167.30 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 87
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 08:45:40
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 08:45:40 109.228.59.57 GET /region/london-nw/colindale/tag/thung-thong/ - 443 - 157.55.39.55 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 232
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 09:20:45
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 09:20:45 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/chicken-biriyani/ - 443 - 157.55.39.55 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 224
2019-09-20 09:31:10 109.228.59.57 GET /region/ruislip-ha4/ruislip/tag/lollies/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 145
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 09:48:11
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 09:48:11 109.228.59.57 GET /events/date/2018/07/27/ - 443 - 207.46.13.114 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 142
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 10:08:49
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 10:08:49 109.228.59.57 GET /robots.txt - 443 - 66.249.66.34 Mozilla/5.0+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html) - 404 0 2 185
2019-09-20 10:08:49 109.228.59.57 GET /offers-4-you/tag/pots-pan-sets/ - 443 - 66.249.66.34 Mozilla/5.0+(Linux;+Android+6.0.1;+Nexus+5X+Build/MMB29P)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/41.0.2272.96+Mobile+Safari/537.36+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html) - 404 0 2 94
2019-09-20 10:13:50 109.228.59.57 GET /offers-4-you/tag/pressure-cookers/ - 443 - 66.249.66.63 Mozilla/5.0+(Linux;+Android+6.0.1;+Nexus+5X+Build/MMB29P)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/41.0.2272.96+Mobile+Safari/537.36+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html) - 404 0 2 91
2019-09-20 10:20:55 109.228.59.57 GET /events/date/2018/06/29/ - 443 - 157.55.39.213 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 153
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 10:38:02
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 10:38:02 109.228.59.57 GET /synergy-hair-and-beauty-ha4-8jy/22/ - 443 - 66.249.66.61 Mozilla/5.0+(Linux;+Android+6.0.1;+Nexus+5X+Build/MMB29P)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/41.0.2272.96+Mobile+Safari/537.36+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html) - 404 0 2 89
2019-09-20 10:38:15 109.228.59.57 GET /region/ruislip-ha4/tag/espa-skin-hydrator-body-wrap/ - 443 - 66.249.66.63 Mozilla/5.0+(Linux;+Android+6.0.1;+Nexus+5X+Build/MMB29P)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/41.0.2272.96+Mobile+Safari/537.36+(compatible;+Googlebot/2.1;++http://www.google.com/bot.html) - 404 0 2 91
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 11:36:52
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 11:36:52 109.228.59.57 GET /region/london-nw/colindale/tag/dendeng/ - 443 - 157.55.39.213 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 479
2019-09-20 11:42:30 109.228.59.57 GET /events/pre-film-workshop-recycled-rubbish-robots/465/ - 443 - 157.55.39.213 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 145
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 12:37:20
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 12:37:20 109.228.59.57 GET /region/ruislip-ha4/tag/eyeline-treatment/ - 443 - 157.55.39.213 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 241
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 12:54:49
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 12:54:49 109.228.59.57 GET /events/chi-kri-yoga-17102018/618/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 94
2019-09-20 13:05:27 109.228.59.57 GET /events/dont-dribble-on-the-dragon/361/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 97
2019-09-20 13:10:39 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/apple-iphone-3gs/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 143
2019-09-20 13:24:42 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/blonde-bob-wig/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 95
2019-09-20 13:28:27 109.228.59.57 GET /offers-4-you/testo-mx-extreme-testosterone-support-for-men/688/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 152
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 14:08:49
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 14:08:49 109.228.59.57 GET /events/date/2018/05/15/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 163
2019-09-20 14:13:13 109.228.59.57 GET /region/ruislip-ha4/ruislip/tag/lip-treatment/ - 443 - 157.55.39.142 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 151
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 14:53:12
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 14:53:12 109.228.59.57 GET /robots.txt - 443 - 157.55.39.28 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 289
2019-09-20 14:53:12 109.228.59.57 GET /robots.txt - 443 - 157.55.39.28 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 145
2019-09-20 14:53:20 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/blackberry-9000/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 153
2019-09-20 14:54:39 109.228.59.57 GET /events/date/2019/03/29/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 102
2019-09-20 15:04:56 109.228.59.57 GET /kool-cakes-bakery-ltd-ha2-6eq/51/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 145
2019-09-20 15:09:01 109.228.59.57 GET /region/london-nw/colindale/tag/ikan-tomato/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 145
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 15:39:17
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 15:39:17 109.228.59.57 GET / - 443 - 92.118.160.61 NetSystemsResearch+studies+the+availability+of+various+services+across+the+internet.+Our+website+is+netsystemsresearch.com - 403 14 0 235
#Software: Microsoft Internet Information Services 10.0
#Version: 1.0
#Date: 2019-09-20 15:59:31
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) cs(Referer) sc-status sc-substatus sc-win32-status time-taken
2019-09-20 15:59:31 109.228.59.57 GET /events/goto/events/501/0/DetailPage/ - 443 - 157.55.39.198 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 145
2019-09-20 16:07:59 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/halal-meat/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 201
2019-09-20 16:07:59 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/flyers/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 151
2019-09-20 16:07:59 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/property-search/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 163
2019-09-20 16:07:59 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/banners/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 160
2019-09-20 16:07:59 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/caribbean-grocery/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 152
2019-09-20 16:07:59 109.228.59.57 GET /events/sandras-bootcamp-personal-training-02062018/478/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 148
2019-09-20 16:07:59 109.228.59.57 GET /events/sacred-monks-activities/353/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 146
2019-09-20 16:08:00 109.228.59.57 GET /events/desi-central-comedy-a-night-of-nothing-but-laughter-14092018/572/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 144
2019-09-20 16:08:00 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/cabbage/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 143
2019-09-20 16:08:00 109.228.59.57 GET /events/life-drawing-classes-drawing-the-nude-figure-29062018/511/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 151
2019-09-20 16:08:00 109.228.59.57 GET /region/harrow-ha/tag/reflexology/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 144
2019-09-20 16:08:00 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/tenant-fees/ - 443 - 157.55.39.71 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 146
2019-09-20 16:08:11 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/stamps/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 148
2019-09-20 16:08:11 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/special-mince/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 147
2019-09-20 16:08:11 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/business-cards/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 144
2019-09-20 16:08:11 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/find-a-property-to-buy/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 145
2019-09-20 16:08:11 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/oriental-grocery/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 145
2019-09-20 16:08:11 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/mutton/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 143
2019-09-20 16:08:11 109.228.59.57 GET /offers-4-you/gopro-hero6-camera-black/420/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 147
2019-09-20 16:08:12 109.228.59.57 GET /offers-4-you/bosch-tat3a0175g-village-collection-toaster-two-slice-cream/612/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 150
2019-09-20 16:08:12 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/cereal/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 150
2019-09-20 16:08:12 109.228.59.57 GET /events/date/2018/05/29/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 147
2019-09-20 16:08:12 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/wall-mounts/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 144
2019-09-20 16:08:12 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/van-graphics/ - 443 - 207.46.13.222 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 145
2019-09-20 16:08:22 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/chicken-drumsticks/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 94
2019-09-20 16:08:22 109.228.59.57 GET /events/pre-film-workshop-recycled-rubbish-robots/465/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 82
2019-09-20 16:08:22 109.228.59.57 GET /events/chi-kri-yoga-meditation/382/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 87
2019-09-20 16:08:22 109.228.59.57 GET /events/arts-and-crafts-club-creative-art-and-sewing-classes-for-children-16062018/501/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 87
2019-09-20 16:08:22 109.228.59.57 GET /events/date/2018/05/15/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 83
2019-09-20 16:08:22 109.228.59.57 GET /events/date/2018/05/09/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 81
2019-09-20 16:08:22 109.228.59.57 GET /region/harrow-ha/tag/chocolate/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 81
2019-09-20 16:08:22 109.228.59.57 GET /region/harrow-ha/tag/body-waxing/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 81
2019-09-20 16:08:22 109.228.59.57 GET /region/london-nw/category/eating-drinking/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 84
2019-09-20 16:08:22 109.228.59.57 GET /region/london-nw/colindale/tag/ikan-masak-belado/ - 443 - 40.77.167.65 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 83
2019-09-20 16:08:33 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/chicken-wings/ - 443 - 157.55.39.198 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 147
2019-09-20 16:08:33 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/brochure/ - 443 - 157.55.39.198 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 149
2019-09-20 16:08:33 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/printed-t-shirts/ - 443 - 157.55.39.198 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 147
2019-09-20 16:08:33 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/marketing-your-property/ - 443 - 157.55.39.198 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 149
2019-09-20 16:08:33 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/leaflets/ - 443 - 157.55.39.198 Mozilla/5.0+(compatible;+bingbot/2.0;++http://www.bing.com/bingbot.htm) - 404 0 2 146
2019-09-20 16:08:33 109.228.59.57 GET /region/harrow-ha/south-harrow/tag/landlord-fees/ - 443 - 157.55.39
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.