Deploying .NET apps from the internet

T

Tim Greenfield

Hello,

Maybe this is old news to some of you but I discovered a really cool
feature... if you put a .NET exe on your web site you can load it from a
client machine by just running the URL. For example:
http://www.myserver.com/something/test.exe
No Open or Save As dialogs... it just runs like a web page would.
It will even grab dependency assemblies as long as they're in the same
folder as the exe on your server. Plus, updates are recognized the next time
you run the app.

There are some security warnings that pop up depending on where you run the
exe from and what your exe does but these can be easily corrected by adding
the website to your intranet zone in IE and specifying a low level of
security for that internet zone in the .NET config wizard.

Why write internal apps in ASP.NET when you can do this!? Windows apps are
so much easier to write and debug and are so much more user-friendly. Good
bye HTML based intranets. :)

-- Tim
 
T

Tom Spink

Provided, of course, the client trusts the website and he/she has the .NET
framework installed.

The Security in Windows Server 2003 will automatically deny access to an
executable, like this, unless explicitally changed.

--
Happy to help,
-- Tom Spink
([email protected])

"Go down with your server"

http://dotnetx.betasafe.com >> On The Mend

Please respond to the newsgroup,
so all can benefit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top