Submitting Sitemap-URL timeout: HTTP request timeout

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 yıl önce
I am trying to submit a sitemap on webmaster tools and I keep getting a URL timeout: HTTP request timeout.  

I added this in the webconfig

<httpRuntime targetFramework="4.5" executionTimeout = "900" />

Still no luck.  Using one of the newest changesets currently.
10 yıl önce
thrifty34 wrote:
I am trying to submit a sitemap on webmaster tools and I keep getting a URL timeout: HTTP request timeout.  

I added this in the webconfig

<httpRuntime targetFramework="4.5" executionTimeout = "900" />

Still no luck.  Using one of the newest changesets currently.


If you directly visit the file from your browser? :D
10 yıl önce
I an get it from the browser, but it takes a very long time.
10 yıl önce
thrifty34 wrote:
I am trying to submit a sitemap on webmaster tools and I keep getting a URL timeout: HTTP request timeout.  

I added this in the webconfig

<httpRuntime targetFramework="4.5" executionTimeout = "900" />

Still no luck.  Using one of the newest changesets currently.



Where is the server?
Which version are you using?
What is your website link?
10 yıl önce
RESOLVED:

Hi,
Where do you find the sitemap-url? is that the sitemap also visible to user? I am looking for a sitemap for webmaster tools of Google.
J.

Found: http://domainname.com/sitemapseo
10 yıl önce
We are having the same issue. I cannot find a way to resolve this issue. Any feedback or if anyone can point me in the right direction would be helpful.

You can see how long it takes the site to generate the sitemap by visiting here: http://fasadeideas.com/sitemapSEO

Google webmaster tools does not like this and obviously times out.

Thanks,

Greggory
10 yıl önce
tealmad wrote:
Google webmaster tools does not like this and obviously times out.


Here is what I did and worked.
After you let your domainname.com/SitemapSeo run in your browser,
save the file in your browser (File, Save As...) and name it : sitemapSEO.xml

Then upload that that file to your root on your server.
In Webmaster tools, enter : sitemapSEO.xml
It will load in like a minute.

If your browser is timing out, let me know and I'll show you some setting that will stop that.
10 yıl önce
MikeMCSD wrote:
Google webmaster tools does not like this and obviously times out.

Here is what I did and worked.
After you let your domainname.com/SitemapSeo run in your browser,
save the file in your browser (File, Save As...) and name it : sitemapSEO.xml

Then upload that that file to your root on your server.
In Webmaster tools, enter : sitemapSEO.xml
It will load in like a minute.

If your browser is timing out, let me know and I'll show you some setting that will stop that.


Good suggestion.

ENHANCHEMENT (to avoid duplicate post): Nop Could add a scheduled task for it. I programmed one for froogle so that one is up to date every night....and maybe have it split over multiple files...
9 yıl önce
I have the same problem...
on my website i have over 50.000 products.
If I use a Sitemapseo without products, it's work fine.
When I set true commonsettings.sitemapincludeproducts, I receive a TIMEOUT Error.
I have set also this parameter:
<httpRuntime executionTimeout="900"
3 yıl önce
Just as a note in version 4.30:  I was facing the same problem, I was getting a SQL Timeout error  after manually inserting 39,000 rows into the product table.

To fix this I increased the command timeout in code in nopC
I also rebuilt all indexes in the product table in SQL server - This improved response times
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.