Thursday, October 21, 2010

How to invoke VB.Net application via Internet without framework?

We developed an application in VB .Net with third party tools like Infragistics. We are planning to invoke this application via internet. Is there any possible to invoke VB .Net application throw Internet?How to invoke VB.Net application via Internet without framework?
.NET apps can be downloaded from the internet, but the end user will need to install .NET. No way around that, they aren't stand alone .exe's.



If you want a Web app, you could do Silverlight. But the end user still needs to install the Silverlight framework (but at least it's smaller). But SL is a very small subset of .NET, so unless you designed your app for it from the start, that's probably not a viable choice.How to invoke VB.Net application via Internet without framework?
You mean to say WebAccess? you might try to use asp.net either if you want to use it thru internet. or if you like that your Desktop application access data via internet consider to use asmx (WebControl in asp.net).

No comments:

Post a Comment