Developer forum

Forum » Development » Google sitemap's

Google sitemap's


Reply

 


1) I've add'd the SEO module to my customSolution


2) went into Language/Area and add'd the "V" in Link to Google Sitemap.


3) i try to write http://myappilcation/sitemap.xml - and i get 404 error  :(

 


 


Am i missing something? (i'm running Dynamicweb version: 240 according to update.xml)


 


Replies

 
Reply

Please check to ensure that your site is set up to use /Admin/Public/404.aspx for 404 errors in Custom Errors.

 
Reply

ASP.NET Configuration Settings / Custom Error's


404: /Admin/Public/404.aspx

500: /Admin/Public/500.aspx


 


Also i edited it under the normal Custom Error's


Message Type: URL

URL: /Admin/Public/404.aspx


 


I still get the error :(

 
Reply

Any other idea's?

 
Nicolai Høeg Pedersen
Reply
jed@dkis.dk wrote:


Any other idea's?





 


First we need to know if the 404 handler is working. Install http://www.fiddlertool.com/fiddler/ and see what it says when accessing things that does not exist, like http://myapp/asdfadsfasdf - what is the return code.


 


Also remember that 404 in .net is handled like some kind of error - so make sure that your web.config looks something like this:




   

   

  


 


Running IIS 7 on vista?


Make sure "custom error pages" is checked on the "Edit Error Pages Settings" in error pages administration is set.


 

 
Reply

That's a pretty nice little tool there btw :)

Anyway, my web.config:

customErrors mode="Off">
  
  
 


 

Also if i try to check on a URL that doesent exsist i get the 404 page i setup in Dynamicweb & fiddler says error code 404 so it should hit the error handler in Dynamicweb:
http://blog.creativeedge.dk/thisurldoesnotexsistbutletsseewhatitreturns

 

Also my webserver is running on a Windows 2003 Server.

 

 
Nicolai Høeg Pedersen
Reply

Hi Jais

 

Out of ideas - i'll need access to find out what is wrong... Or pop a coke and debug till you sweat :)

 

You must be logged in to post in the forum