PC Review


Reply
Thread Tools Rate Thread

Deploying a DotNet Application on a server

 
 
=?Utf-8?B?TGFycnk=?=
Guest
Posts: n/a
 
      21st Sep 2006
I know that you can xcopy a DotNet client server application to your local
hard drive and run the application with no problems. I would like to xcopy
the application to a file server and then have users point to and run the
application from the file server. This way I do not have to install/xcopy
the application to each workstation. But, I can not get this to work.

So the question is: Is this possible? If so, how do you make it work?
 
Reply With Quote
 
 
 
 
Norman Yuan
Guest
Posts: n/a
 
      22nd Sep 2006
By "client server application", do you mean a win form desktop app? If yes,
the answer to your question is yes. However, you need to configure .NET
framework's security settings to allow it. Be default, any .NET code from
outside the running computer is considered as unsafe. You need to give this
type of code appropriate trust in orfer for .NET to run it. You can use .NET
Framework Configuration applet (.NET 1.x) and/or CASPOL.exe to do that.
Search the net or MSDN for "Code Access Security" for more information.

"Larry" <(E-Mail Removed)> wrote in message
news:6C50F83B-26B0-416A-9405-(E-Mail Removed)...
>I know that you can xcopy a DotNet client server application to your local
> hard drive and run the application with no problems. I would like to
> xcopy
> the application to a file server and then have users point to and run the
> application from the file server. This way I do not have to
> install/xcopy
> the application to each workstation. But, I can not get this to work.
>
> So the question is: Is this possible? If so, how do you make it work?



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploying application with SQL server UsenetUser Microsoft Dot NET 6 4th Sep 2009 04:19 PM
Problem deploying web-application and web-service on same IIS server. Jan Obrestad Microsoft ASP .NET 0 5th Dec 2007 02:54 PM
deploying a web application/dbase on a server =?Utf-8?B?UGF1bA==?= Microsoft ASP .NET 2 7th Jan 2005 10:19 PM
Deploying .Net Web Application to a server with multiple sites joshua drew Microsoft Dot NET 1 8th Mar 2004 08:19 PM
Deploying TS Application server - Issues Bjarni Microsoft Windows 2000 Terminal Server Clients 4 18th Feb 2004 01:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:25 AM.