473,394 Members | 1,752 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

run .net application from remote machine

hello,
i need to run an application from a remote machine in the same intranet. But
everytime i do something like

"\\server\app\aplication.exe" i get a clr error.

How can i do this? i can't install the application on every machine...

this was not a problem with vb6.

thanks!!!

:-)
Apr 30 '07 #1
3 2293
You have to run the .NET Framework configuration tool on each machine
(it is under administrative tools when the framework is installed) and grant
the appropriate permissions for your app based on a characteristic of that
binary (hash, strong name, location).
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"DarthSidious" <Da**********@discussions.microsoft.comwrote in message
news:0F**********************************@microsof t.com...
hello,
i need to run an application from a remote machine in the same intranet.
But
everytime i do something like

"\\server\app\aplication.exe" i get a clr error.

How can i do this? i can't install the application on every machine...

this was not a problem with vb6.

thanks!!!

:-)

Apr 30 '07 #2
PS

"DarthSidious" <Da**********@discussions.microsoft.comwrote in message
news:0F**********************************@microsof t.com...
hello,
i need to run an application from a remote machine in the same intranet.
But
everytime i do something like

"\\server\app\aplication.exe" i get a clr error.
Your application requires a trust level higher then the default granted to a
network located executable. Use caspol to elevate the trust level for the
intranet, e.g.
%windir%\Microsoft.Net\Framework\v2.0.50727\caspol -cg 1.2 FullTrust

On Vista you must run as admin. If IE7 is installed then you may need to add
server to local intranet in Tools / Options.
>
How can i do this? i can't install the application on every machine...

this was not a problem with vb6.

thanks!!!


Apr 30 '07 #3
A slightly different option; in 2.0, look into ClickOnce deployment.
This allows you to package it into a ".application", which can include
trust demands and suitable evidence via a certificate. This solves
your trust issues, while also providing effortless deployment and
upgrade options, even onto managed (locked down) desktops.

Marc

May 1 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Marina Anufreichik | last post by:
Hi, After deploymnet web application on web server I can access page on local machine and login fine but when I'm trying to access web site from remote machine I can see login page, but when I'm...
6
by: Erez Shor | last post by:
Hi, I need to build and asp page which access a remote windows server's registry and create a registry key. In order for the ASP page to be able to access the registry on the remote server I need...
9
by: Wayne Wengert | last post by:
I built an ASP application and it runs fine on my local IIS. I am trying to move the application to my web service (ISP) out on the internet. I've read several of the help articles but they all...
2
by: Just D. | last post by:
Why same version working fine on one machine has a permanent bug when I upload it to another remote machine and refuses to work at all from the third machine working on my home LAN? All latest...
0
by: matvdl | last post by:
My asp.net application depends on obtaining allot of data from a remote application. This application is a bit of a monster and it is not an option to install it on the asp.net system. Note - the...
0
by: David P. Donahue | last post by:
I have a relatively simple .NET application that I'm trying to deploy to a Citrix server. However, when I try to run it on that server (just using Remote Desktop, not even going through Citrix...
15
by: =?Utf-8?B?TVNU?= | last post by:
To demonstrate my problem, I have a very simple VB Windows application. It has a text box that is used to display a counter, a button to reset the counter, and a timer that increments the counter...
1
by: Robert Dufour | last post by:
Requirements are as follows. 1- There is a server application running named srvrApp. When an event occurs in the srvrAPP on the server, say InfoRcvd occurs, it must send information to a Winform...
4
by: Noy B | last post by:
Hi, I have developed a small application that is using a MSAccess DB. the problem is that it was developed on a machine where the application and the DB are both located. now it needs to be...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.