submit Web site in ASp
« on: July 08, 2005, 09:37:51 AM »
We have a very large tourist portal which is completely in asp. Is your software able to prepare a site map even in this case? Will Google indicize an Asp site? We have real difficulties in this case, because it seems that Google can't go over the first page. Which are the requirements in uploading the software to server? Our server is Windows 2003.
Thank you Stefania
Re: submit Web site in ASp
« Reply #1 on: July 08, 2005, 10:23:27 AM »
We have a very large tourist portal which is completely in asp. Is your software able to prepare a site map even in this case? Will Google indicize an Asp site? We have real difficulties in this case, because it seems that Google can't go over the first page. Which are the requirements in uploading the software to server? Our server is Windows 2003.
Thank you Stefania
It doesn't matter what language is your website running (asp in your case), the generator crawls any website.
It's  required that your website supports PHP language to run the Generator script (IIS can support PHP).
The main difference is that IIS-based php doesn't allow to extend script execution time, so it may be not enough time to crawl the large site. But if you have access to server configuration, you can change the execution limit manually in the server config.
Re: submit Web site in ASp
« Reply #2 on: January 16, 2009, 01:28:16 AM »
"can change the execution limit manually in the server config."

Can you give more detail on how to do this?
Re: submit Web site in ASp
« Reply #3 on: January 16, 2009, 04:20:33 PM »
You should increase max_execution_time setting in php.ini file on your server.