vbscript Compatibility Issues with windows 8
My company is currently hosting a legacy application that contains a great deal of vbscript (client side browser and task automation ), classic asp and some vb 6. (I know pretty old) While we are in the works of rewriting a lot of it piecemeal. We will eventually need to support windows-8. Is there a list of issues or compatibility tips to look at in supporting windows 8?
Update
VB6 Running on Windows 8? partially answers mine as far as VB 6. But still concerned 开发者_如何学JAVAabout vbscript.
vbscript support in windows 8 covers a good deal more
Everything that runs on Windows 7 should run on Windows 8 in desktop mode. None of the technologies you list will work in the new Metro style applications.
AS long as you have the VB6 runtime DLL it should be backwards compatible.
IIS7 and 7.5 both support Classic ASP pages, so you shouldn't have any problems. In the near future, you want to get those migrated to .NET.
精彩评论