D
djamila
Hi,
I wrote a program in ASP.net with IIS 5.1 using VB programming
language. When I transferred a site in a server which uses IIS 6, I had
some mistakes. One mistake is in that instruction:
v_xml = v_xml + "<id>" + CStr(reader1.GetSql32(0)) +"</id>"
This instruction works well in IIS 5.1 but In IIS 6 gives an error of
cast.
I tried a lot of other functions than CStr but I had every time the
same problem.
Thanks for your answers,
Regards,
Djamila.
I wrote a program in ASP.net with IIS 5.1 using VB programming
language. When I transferred a site in a server which uses IIS 6, I had
some mistakes. One mistake is in that instruction:
v_xml = v_xml + "<id>" + CStr(reader1.GetSql32(0)) +"</id>"
This instruction works well in IIS 5.1 but In IIS 6 gives an error of
cast.
I tried a lot of other functions than CStr but I had every time the
same problem.
Thanks for your answers,
Regards,
Djamila.