How do you do like f.WriteLine(" "strConnString = "driver={MySQL ODBC 3.1..... I need the quote before strConnString how do I do that in simple ASp VbScript
It works for me (although I didn't create the directory structure you have)
The only thing I can see that might cause a problem is the paths not being correct. Can you enable server side script debugging and see if it throws up anything?
I can access the setup page.... here look goto http://69.243.62.26 and goto register fill out the stuff and goto snitz.. then when it's all done goto http://www.jottswebhosting.com:81/**USERNAME** it is not pretty yet and the name is incorrect so it's just demo.. What i do with the FSO is I copy the snitz folder to a folder named B for board_S for snitz_UERNAME and create a file called DB_connect.. I have Remote Desktop if you are puzzled... Thanks for all and any help
It created a file db_connect.asp with delimiters and connection string. Your error must be elsewhere if the paths are correct.
To enable server side debugging open Internet Services Manager (IIS) Navigate to your website Right click it and select properties Click "configuration" Click "Debugging tab" Enable one of the "debugging flags" at the top.
When an error occurs you should be notified. If you're not, try including "on error goto 0" before any suspect code.