Forum Moderators: open
Thanks
Googly
There is not really that much to learn that is specifically ASP.
For a good reference of the different objects - response, request, filesytem, servervariables etc. have a look at O'reillys ASP in a Nutshell. Its the only ASP book I ever bought, its concise and very useful.
If you use vbScript to write ASP (as most do) , all the documentation is online VBScript Language Reference [msdn.microsoft.com] , you can also download the help files [microsoft.com] - highly reccomended ( Thanks smokin:) ).
Other than that, you are probably scripting specific components e.g Jmail, CDONTS, ADO, ASPUpload etc. - The best way to learn the methods and properties is to use the vendors documentation and examples for each.
HTH
Smokin, Some of us actually get away from the computer - sometimes ;)
Couple more fine asp links:
[4guysfromrolla.com...]
[aspfaq.com...]
maybe....
and so here the journey begins.
Googly