Got FTP access to my .asp site but need to know what I need to use to go ahead and edit my title tags and descriptions from that?
You can download the file you want modify. Edit it on local computer and re-upload it. You can use Notepad or Notepad++ for editing. Notepad++ is the best choice. Hope this help !
Like any other scripting language, the files are just plain text and therefore you just download and edit as required using your preferred text editing application. Of cause depending on how the site has been built these could be either stored in an "include" file or are programmatically pulled from another source (eg a database) but if the later was the case I´d expect the creator the site to have given you an on site methodology of updating them.
i use FTP Commander freeware version til both download , editing and upload again, this is a perfect tool
If it's an asp file that you can download it and edit the title. If the file happens to be an aspx then you may be able to download the .aspx file and edit it but if the title is set in the code then you have to make code changes that you will need the source code for that.
hmm you can just download your page then then easily you can put title ,description .then re-upload by FTP.
You can use notepad++ or download Visual Studio Express from Microsoft, it's the free version of Visual Studio 2010 Pro.