Re: Deploying Problem
From: Michel Gallant (neutron_at_istar.ca)
Date: 06/11/03
- Next message: Michel Gallant: "Re: Deploying Problem"
- Previous message: Steven Grayson [MSFT]: "Re: Deploying Problem"
- In reply to: Steven Grayson [MSFT]: "Re: Deploying Problem"
- Next in thread: Michel Gallant: "Re: Deploying Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 10 Jun 2003 22:32:00 -0400
Here is an example for strong-name signing an assembly for network-share
deployment and custom code-group:
http://www3.sympatico.ca/mitchg/dotnet/networkshare.html
I'll be adding some comments on key security issues shortly.
- Michel Gallant
MVP Security
"Steven Grayson [MSFT]" <sgrayson@online.microsoft.com> wrote in message
news:uV9q937LDHA.2180@TK2MSFTNGP11.phx.gbl...
> When the code is not on the local machine, it probably needs additional
> trust to execute. One good way to do this is to strong name the application
> assembly, then set up a custom code group to grant additional permissions
> needed to that strongly named assembly. This is preferable to granting
> additional permissions to an entire share or directory.
> You're now deploying the application to a server. You should read up on
> deploying a .NET Framework application. A great spot to go to is
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/DALGRoadmap.asp.
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> "Murali" <cutekutty@hotmail.com> wrote in message
> news:u7p3Pw2LDHA.2276@TK2MSFTNGP10.phx.gbl...
> > HI
> > I have a VB.NET application and i installed it on a server.
> > When i create a link from client machine to this and access this
> applition
> > creates error as unhandled exception.
> > But when i install this on locally it works fine.
> > Can any one help in this?
> > Thanks
> >
> > -Murali
> >
> >
>
>
- Next message: Michel Gallant: "Re: Deploying Problem"
- Previous message: Steven Grayson [MSFT]: "Re: Deploying Problem"
- In reply to: Steven Grayson [MSFT]: "Re: Deploying Problem"
- Next in thread: Michel Gallant: "Re: Deploying Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|