升级ASP.NET 1.1 .aspx文件,以便在IE9或Chrome上正常查看。 [英] Upgrade ASP.NET 1.1 .aspx file to be viewed normally on IE9 or Chrome.

查看:63
本文介绍了升级ASP.NET 1.1 .aspx文件,以便在IE9或Chrome上正常查看。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

ASP.NET 1.1在10年前开发的Intranet(是的,Intranet)应用程序。现在,应用程序的某些控件无法在IE9中看到或无法工作。考虑只重写aspx文件(.cs文件无法重新编码)或Javascript,以便页面可以在IE9或Chrome中正常工作。

我想就以下问题得到你的建议:

1,因为它是公司内部的Intranet,我们可以选择IE或Chrome。因此,当我们决定修改.aspx或Javascript文件以适应新浏览器时,哪种浏览器更容易(或更好);

2,我们能否成功使用HTML5和CSS3或Javascript / jQuery重写.aspx文件,以便页面可以在IE9或Chrome上正常工作?

3,我们需要升级IIS吗?



还有其他建议吗?



提前谢谢。

An Intranet(yes, Intranet) application developed 10 years ago by ASP.NET 1.1. Now, the application's some controls cannot be seen or fail to work in IE9. Considering to just rewrite the aspx file (.cs file cannot be recode) or Javascript so the page can work normally in IE9 or Chrome.
I wanna to get your suggestions on the following questions:
1, Because it's an Intranet within a company, we can choose IE or Chrome. So, which browser is easier(or better) when we decide to modify the .aspx or Javascript file to suit the new browser;
2, Can we successfully rewrite .aspx file with HTML5 and CSS3 or Javascript/jQuery so the page can work normally on IE9 or Chrome?
3, Do we need to upgrade the IIS?

Any other suggestions?

Thanks in advance.

推荐答案

如果您认为IIS可能需要升级,那么您显然不知道自己在做什么:-)



您需要修复页面中的HTML,这可能意味着您编写的代码,而不是框架生成的代码。你最好的选择可能是Chrome,因为调试工具更好,所以你可以更好地解决它为什么不起作用然后修改。正如其他人所说,如果有第三方库,他们可能需要更新。您可以尝试将目标更改为更新版本的.NET,并查看发生的情况。如果你没有源页面,你也可以反编译dll,但如果你没有,对于一个内联网应用程序,那么你正在为之工作的人显然是蠢货,所以我预计会有更多的问题在路上(谁支付要写的东西并且不确定他们有源代码?)
If you think IIS might need upgrading, then you clearly have no idea what you're doing :-)

You need to fix the HTML in the pages, which probably means code you wrote, more than code generated by the framework. Your best bet is probably Chrome, because the debug tools are better, so you can better work out why it's not working and then impliment fixes. As someone else said, if there are third party libraries, they may need updating. You could try changing the target to a newer version of .NET and seeing what happens, too. You can also decompile the dll if you don't have the source pages, but if you don't, for an intranet app, then the people you're working for are clearly morons, so I'd expect more problems down the road ( who pays for something to be written and doesn't make sure they have the source code ? )


这篇关于升级ASP.NET 1.1 .aspx文件,以便在IE9或Chrome上正常查看。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆