IIS Express executes another console app ok but deploy to IIS doesn't run successfully -


i have asp.net application , point have execute console application. development env iis express, executing console app fine.

but host web app in iis , executing console app not working , not error.

i have tried suggestions found stackoverflow or other places. still not luck.

could issue?

i have solved issue. because of permission. after iis apppool\poolname granted execute assess folder, working fine.


Comments

Popular posts from this blog

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -