Solution for this issue.. |
|
Answered By
Shanu_Sudha
on
2/17/2010 10:38:54 PM |
|
|
|
|
Finally I found the solution for this... I like to share my solution with u all.
Actually, The following solution is very useful to run an .exe file with asp.net application...
Sometimes, the asp.net application will not open the .exe file easily. Its running in our "Process" task Manager. But, It is not shown in our desktop.. So we must follow these steps...
Step 1:
In secpol.msc, (Security Policies)
Local Policies---> User Rights Assignment ---> Log on Locally --> ASPNET (REMOVE option, remove this ASPNET )
Step 2:
In services.msc,
IIS Admin ---> Properties ---> LogOn (Tab) ---> Check “Allow Service to interact with Desktop”
Stop the Service of IIS Admin.
Restart it . . .
And give ASPNET rights to all folders (Root Directory folder, Execution file also)
Thanks a lot...
Happy Coding... |
|
|
|