Running VB .NET win form straight from web click

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
 
H

Herfried K. Wagner [MVP]

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/>
 

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