Migration from VS2003 to VS2005
Previously a web appliction is build with VS2003.
Now i just migrated to VS2005. The problem is it doesnt support UTF-8 or SHIFT_JIS . For example the Response and Request object doesnt support japanese.
Before migrating to VS2005 , i saved all ASP Pages to UTF-8 formats. then i processed to migration.
I tested in another way by creating a new project in VS2005.
In the newly created project support UTF-8 or SHIFT_JIS . But migrated project doesnt supported.
Anyone can help me....

