Deployment for calling a command line exe

D

dover

Does anyone have a pointer to a good overview on deploying an ASP.NET
application that calls out to a command line exe? The application is
working fine in local test but when we deploy it we are getting:

Configuration system failed to initialize at
System.Configuration.ClientConfigurationSystem.EnsureInit

I'm assuming that there is a security setup gap that is preventing the
exe from reading its config file.

The web.config is setup with:

<identity impersonate="true" />
and
<authentication mode="Windows"/>

Thanks in advance,

Ben
 
M

Michael Nemtsev [MVP]

Hello (e-mail address removed),

how do u call command line exe?

I reckon u need to set the full trust to your assemblies to allow this call


---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top