Monday, March 26, 2012

Shell not working in web form but working with windows forms.

Hi!
I want to run some exe files (Exa: Internet explorer) using shell command in asp.net. Its not working if its a web form. But working fine with a windows form.

Pls. extend ur help.

Thanx.What are you expecting to happen? How are you trying to run the exe files? Where do you expect it to run?

Anything run through server side code will run on theserver, and in an invisible window, at that. The program will run under the security context of the ASPNET user by default, and so likely will not have the proper authority to do much of what you want, unless you midify its rights.

0 comments:

Post a Comment