English 中文(简体)
3. 对遗产基础设施的银根应用? IIS 6 IE 6 NET 2.0
原标题:Silverlight application on legacy infrastructure? IIS 6 IE 6 .NET 2.0

目前,我正在研究利用银灯作为大公司门户申请的可能性。

该应用程序是内部的,70%的用户正在使用国际电子数据6,而一个用户(即公司名册的方式)根本没有更新机会。

我知道,六氯苯在六氯乙烯中会受到罚款,但从这个角度来看,似乎你需要。 NET 4.0,用于利用内部审计处的服务和实体框架,将数据从客户的银灯转至服务器。

这一应用需要设在一个私营(有些遗产)服务器上,该服务器正在运行,目前运行第6版。 NET 2.0。

我走的最好途径是什么?

是否有可能将NET 4.0 和RIA 运行在IIS 6后面?

如果不更新服务器上的任何内容,是否还有另一种方式这样做?

i 最好从2.0网申请中释放XML或JSON?

非常感谢

Daniel

最佳回答

是的,你可以操作第4网和第6版的RIA。 你们还可以在2.Net、3.0、3.5不发生冲突的情况下安装4.Net。

你们可以打电话给银灯的面包车或轮椅,但世界家庭联合会世界自然协会使生活更加容易。

问题回答

暂无回答




相关问题
Manually implementing high performance algorithms in .NET

As a learning experience I recently tried implementing Quicksort with 3 way partitioning in C#. Apart from needing to add an extra range check on the left/right variables before the recursive call, ...

Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How do I compare two decimals to 10 decimal places?

I m using decimal type (.net), and I want to see if two numbers are equal. But I only want to be accurate to 10 decimal places. For example take these three numbers. I want them all to be equal. 0....

Exception practices when creating a SynchronizationContext?

I m creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I m wondering what to do about exceptions when Post-ing callbacks. The SynchronizationContext can be used ...

Show running instance in single instance application

I am building an application with C#. I managed to turn this into a single instance application by checking if the same process is already running. Process[] pname = Process.GetProcessesByName("...

How to combine DataTrigger and EventTrigger?

NOTE I have asked the related question (with an accepted answer): How to combine DataTrigger and Trigger? I think I need to combine an EventTrigger and a DataTrigger to achieve what I m after: when ...

热门标签