Hello,
I have problem, with ASP classic on IIS7 - ASP don't show all data from database.
Actually I'm testing Hyper-V VPS Server with Windows Server 2008 32bit, IIS7 and MSSQL Express 2008. I tried to migrate classic ASP website from Windows Server 2003 with IIS6 and MSSQL 2005. Everything works perfect, data in database are ok, but ASP script doesn't return all collumns from table.
When i fill data to recordset and from recordset to variables, it is ok for first four columns. But from 5th column i don't get any data to variable and variable is empty. But if i move this variable to first place and read respective column, it is ok, and all other variables are ok too.
I have similar problem on other places in website, in other migrated sites too. But when i try to create brand new website and new database, it is same.
I seriously don't know, what problem it is, ASP is working, no errors, but i can't get all data from DB.
Thank you fro help.