Reputation: 21
I have an application hosted in IIS server and it executes a batch file. The batch file contains few CMD command such as mkdir, xcopy etc. When I run the same application from Visual Studio, it copies all the files inside the new folder successfully. When I try to run the same application from IIS, it ends without throwing any error. The authentication used in the application is Windows and it is configured inside config file, not in internet manager.
So, below are the point of concerns:
Thanks in advance.
Upvotes: 2
Views: 184
Reputation: 1422
Hope it helps.
Upvotes: 1