|
Search engines seem to have no problem indexing my site, and it is almost completely ASP.
ASP is very easy to learn and easy to test if you have Windows 98... unfortunately if you want to test your ASP on an XP machine it has to be the Pro version, as PWS is no longer supported by Microsoft (or so I believe). XP Pro comes with a cut down version of IIS 5 (ASP 3, finally!), which is suitable for testing that you ASP code works.
The main limitation that comes to mind is the "natural" choice of databases... most examples use Access, which is not the best choice for a busy site, or MSQL, which is expensive. I've seen sites that say it is possible to use MySQL with ASP, but I've never tried it and ASP, MySQL hosting is not as easy to find compared with PHP/MySQL combo.
Best of luck with it!
|