Running VB .NET win form straight from web click

  • Thread starter Thread starter BobAchgill
  • Start date Start date
B

BobAchgill

When I run my sample application straight from a button
off the web... it loads OK but displays a interesting
message...


"Microsoft .NET Security Information

This application is running in a partially trusted
context. Some functionality in the application may be
disabled do to security restrictions. "


If I instead "Save" the exe to disk and run it... I don't
get the message.

What functionality "may" be disabled?

Here is my sample. Try it.

http://www.godanddeaf.org/RunFromWebTest/


Bob
 
BobAchgill said:
When I run my sample application straight from a button
off the web... it loads OK but displays a interesting
message...


"Microsoft .NET Security Information

This application is running in a partially trusted
context. Some functionality in the application may be
disabled do to security restrictions. "


If I instead "Save" the exe to disk and run it... I don't
get the message.

What functionality "may" be disabled?

Keyword: No-Touch Deployment.

No-Touch Deployment in the .NET Framework
<URL:http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vbtchNo-TouchDeploymentInNETFramework.asp>

Security and Versioning Models in the Windows Forms Engine Help You Create
and Deploy Smart Clients
<URL:http://msdn.microsoft.com/msdnmag/issues/02/07/NetSmartClients/>
 
Back
Top