Hello, an application in Asp.Net MVC uses Scripting.FileSystemObject to create text files. On the development machine it works normally, this application was published on a server with IIS and also worked normally, but when I was publishing it on another IIS server it no longer generates the text files and when I put IE in debug mode to see the because it shows error well in the javascript line either it generates the file with the permission message denied.
The first IIS server I posted and ran is one that already had other .net applications and this one that is not working is an IIS that was installed shortly, so if the other was made some configuration this does not have
So my question is: do you need to do some configuration in IIS so that it is possible to generate text files by JavaScript or to use ActiveX as Scripting.FileSystemObject?