不可能在IE中本地运行.NET代码???? [英] NOT possible running .NET code locally in IE????

查看:65
本文介绍了不可能在IE中本地运行.NET代码????的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我和下面的人有几乎完全相同的问题。

是否不能在Internet Explorer中本地运行.NET代码而没有
webserver ????

/ Tobias


---------


我的公司过去曾创建过具有前端的本地浏览器应用程序

的HTML / JavaScript和后端以Java applet的形式。小程序代码

包含业务代码和计算。这种方法的好处是

,我们可以将整个应用程序分发到CDROM上。


正如您可能猜到的,我正在寻找.NET的方式这种情况。我已经阅读了有关IE中用户控件和几种部署方法的内容。

但是,由于CDROM的部署,从Web部署是不可取的。

限制。


任何人都可以了解如何使用.NET代码完成纯粹的本地浏览器应用程序




祝你好运,

Neeva

解决方案




尝试webmatrix是一个社区支持,易于使用的WYSIWYG应用程序开发工具,用于ASP.NET。
http://www.asp.net/webmatrix/default...dex=4&tabId=46

您可以开发和测试ASP.NET应用程序,而无需IIS。 Web Matrix包含一个轻量级的个人Web服务器,可以为大多数Web内容提供服务,包括ASP.NET页面和XML Web服务,用于本地请求


HTH

Ravikanth [ MVP]


Hi


尝试webmatrix是一个社区支持,易于使用的面向ASP的WYSIWYG应用程序开发工具。 NET。
http:// www.asp.net/webmatrix/default...dex=4&tabId=46

您可以开发和测试ASP.NET应用程序,而无需IIS。 Web Matrix包含一个轻量级的个人Web服务器,可以为大多数Web内容提供服务,包括ASP.NET页面和XML Web服务,用于本地请求


HTH

Ravikanth [ MVP]


不可能。它归结为服务器端与客户端代码执行。由于安装了JVM(Java虚拟机),HTML和Java都在webbrowser中本地执行。 .NET以及很多J2EE都是服务器端执行,这实际上为大型企业应用程序提供了更安全的应用程序和更好的处理时间。此外,要求应用程序的所有客户端在其企业中分发.NET框架时,如果将其仅驻留在一个位置(即企业Web服务器)更简单,则会自行失败。


有很多关于这个主题的期刊和书籍。 Microsoft和Sun都在其视角网站上免费和在线提供大量有关其技术的免费信息。


希望这会有所帮助。


-Evan

" Tobias Nilsson" < PU **** @ turismo.se>在消息新闻中写道:eP ************** @ TK2MSFTNGP10.phx.gbl ...

我和下面的人几乎完全一样。<是不是可以在没有网络服务器的情况下在Internet Explorer中本地运行.NET代码????
/ Tobias

---------

我的公司过去曾用HTML / JavaScript和后端以Java applet的形式创建了具有前端的本地浏览器应用程序。小程序代码
包含业务代码和计算。这种方法的好处是我们可以将整个应用程序分发到CDROM上。

正如您可能猜到的,我正在寻找这种情况的.NET方式。我已经阅读了IE中的用户控件以及几种部署方法。
然而,由于CDROM部署限制,从Web部署是没有选择的。

可以有人了解如何使用.NET代码完成纯本地浏览器应用程序吗?

最好的问候,
Neeva



I have almost exactly the same problem as the guy below.
Is it NOT possible running .NET code locally in Internet Explorer WITHOUT a
webserver????
/ Tobias

---------

My company has in the past created local browser applications with front end
in HTML/JavaScript and backend in the form of a Java applet. The applet code
contained the business code and calculations. Benefit of this approach is
that we could distribute the entire app on a CDROM.

As you might guess, I am looking for the .NET way of this scenario. I have
read about User Controls in IE and about several deployment methods.
However, deployment from the web is no option because of CDROM deployment
restriction.

Can anybody shed some light on how to accomplish a pure local browser app
using .NET code?

Best regards,
Neeva

解决方案

Hi

Try webmatrix is a community-supported, easy-to-use WYSIWYG application development tool for ASP.NET.
http://www.asp.net/webmatrix/default...dex=4&tabId=46

You can develop and test your ASP.NET applications, without requiring IIS. Web Matrix includes a lightweight personal web server that serves most web content, including ASP.NET pages and XML Web Services, for local requests

HTH
Ravikanth[MVP]


Hi

Try webmatrix is a community-supported, easy-to-use WYSIWYG application development tool for ASP.NET.
http://www.asp.net/webmatrix/default...dex=4&tabId=46

You can develop and test your ASP.NET applications, without requiring IIS. Web Matrix includes a lightweight personal web server that serves most web content, including ASP.NET pages and XML Web Services, for local requests

HTH
Ravikanth[MVP]


Nope not possible. It comes down to server side versus client side code execution. HTML and Java both execute locally within the webbrowser, due to the existence of a JVM( Java Virtual Machine ) being installed. .NET as well as alot of J2EE are server side execution, this actually makes for more secure applications and better processing times for large Enterprise applications. Also, it is self defeating to require all clients of your application to distribute the .NET framework across their enterprise when it is simpler to have it reside in only one place, which would be the enteprise web server.

There are many periodicals and books published on the subject. Both Microsoft and Sun have a large amount of free information on their technologies free and online at their perspective sites.

Hope this helps.

-Evan
"Tobias Nilsson" <pu****@turismo.se> wrote in message news:eP**************@TK2MSFTNGP10.phx.gbl...

I have almost exactly the same problem as the guy below.
Is it NOT possible running .NET code locally in Internet Explorer WITHOUT a
webserver????
/ Tobias

---------

My company has in the past created local browser applications with front end
in HTML/JavaScript and backend in the form of a Java applet. The applet code
contained the business code and calculations. Benefit of this approach is
that we could distribute the entire app on a CDROM.

As you might guess, I am looking for the .NET way of this scenario. I have
read about User Controls in IE and about several deployment methods.
However, deployment from the web is no option because of CDROM deployment
restriction.

Can anybody shed some light on how to accomplish a pure local browser app
using .NET code?

Best regards,
Neeva



这篇关于不可能在IE中本地运行.NET代码????的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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