deploying .net app on server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a vb.net app that I would like to run from netware server. I get security errors when I try to run the app from netware volume. Does anyone know the steps for deploying a vb.net app on netware server?
 
Try to define your program as "trusted assembly" through the .Net framework
management tools. Untrusted assemblies may have problems accessing certain
areas of the OS, like registry, event log and so on.

--
--itai
appdev said:
I have a vb.net app that I would like to run from netware server. I get
security errors when I try to run the app from netware volume. Does anyone
know the steps for deploying a vb.net app on netware server?
 

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

Back
Top