Re: zero touch deployment problem
From: Daryl (Daryl_at_somewhere.net)
Date: 06/25/04
- Next message: Sylvain: "Listview, last selected item by the mouse and key "CTRL"."
- Previous message: DancnDude: "MouseWheel in derived TextBox"
- In reply to: Rajiv: "zero touch deployment problem"
- Next in thread: Rajiv: "Re: zero touch deployment problem"
- Reply: Rajiv: "Re: zero touch deployment problem"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 26 Jun 2004 10:11:16 +1200
Hi Rajiv,
If you use the data access components in a application then full trust is
required.
This is more than the full trust you can grant in a code group.
You need to extract the data access stuff into a web service and call the
web service from the application.
Hope this helps
Daryl
"Rajiv" <Rajiv@discussions.microsoft.com> wrote in message
news:5B5DA65B-9BFA-4EA4-8F37-B78999EF60D7@microsoft.com...
> I tried to deploy an .exe file on a web server by copying the .exe file to
a web directory in the web server. The web server is the intranet server in
my company. I changed the level of trust for intranet in IE options to Full
Trust.
> Yet it is giving me a SecurityException. It works fine when I run it off
my local disk.
> It is a very simple application written in VB.net which has only one form
which populates a datagrid with values from a database.
> Please let me know if I need to something else to make this zero touch
deployment work. Thanks in advance.
> --
> Rajiv
- Next message: Sylvain: "Listview, last selected item by the mouse and key "CTRL"."
- Previous message: DancnDude: "MouseWheel in derived TextBox"
- In reply to: Rajiv: "zero touch deployment problem"
- Next in thread: Rajiv: "Re: zero touch deployment problem"
- Reply: Rajiv: "Re: zero touch deployment problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|