Re: Deploying Problem
From: Steven Grayson [MSFT] (sgrayson_at_online.microsoft.com)
Date: 06/11/03
- Next message: Michel Gallant: "Re: Deploying Problem"
- Previous message: Michel Gallant: "Re: Suggested additional constructor for RSACryptoServiceProvider"
- In reply to: Murali: "Deploying Problem"
- Next in thread: Michel Gallant: "Re: Deploying Problem"
- Reply: Michel Gallant: "Re: Deploying Problem"
- Reply: Michel Gallant: "Re: Deploying Problem"
- Reply: Michel Gallant: "Re: Deploying Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 10 Jun 2003 19:05:52 -0700
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: Michel Gallant: "Re: Suggested additional constructor for RSACryptoServiceProvider"
- In reply to: Murali: "Deploying Problem"
- Next in thread: Michel Gallant: "Re: Deploying Problem"
- Reply: Michel Gallant: "Re: Deploying Problem"
- Reply: Michel Gallant: "Re: Deploying Problem"
- Reply: Michel Gallant: "Re: Deploying Problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|