I have a response.write statement on my page that writes out a license code string which looks like this
[RTAuth]
XXXXXXX=RTVoiceLines=0120-XXXXXXXXXX
Here is the code
<%response.Write"[RTAuth]"+"<BR>"+((Recordset1.Fields.Item("LicenseCode").Value)+"=RTVoiceLines="+(Recordset1.Fields.Item("Ports").Value)+"-"+(Recordset1.Fields.Item("actcode").Value))%>
I would like to know if their is way to export this license string to a file where the user can click a link and download the license file the name of the file would be vblicense.ini "it is nothing but a text file with the license string in it" Thanks for any help
If knowledge were power I would be a AAA battery!
[RTAuth]
XXXXXXX=RTVoiceLines=0120-XXXXXXXXXX
Here is the code
<%response.Write"[RTAuth]"+"<BR>"+((Recordset1.Fields.Item("LicenseCode").Value)+"=RTVoiceLines="+(Recordset1.Fields.Item("Ports").Value)+"-"+(Recordset1.Fields.Item("actcode").Value))%>
I would like to know if their is way to export this license string to a file where the user can click a link and download the license file the name of the file would be vblicense.ini "it is nothing but a text file with the license string in it" Thanks for any help
If knowledge were power I would be a AAA battery!