2
Hello, an Asp.Net MVC application uses Scripting.Filesystemobject to create text files. On the development machine works normally, this application was published on an IIS server and also worked normally, but when I went to publish itwas on another IIS server it no longer generates the text files and when I put IE in debug mode to see why it shows error right in the javascript line wants to generate the file with the permission message denied.
The first IIS server I published and ran is one that already had other applications. net and the one that is not working is an IIS that was installed a little while ago, so if the other one was made some configuration this has no.
So my question is: do you need to make some configuration in IIS so that it is possible to generate text files by Javascript or to use Activex as Scripting.Filesystemobject?
Development machine is one thing, you have control over everything. You have to develop to work on machine that you can’t have everything wide open. And you can put whatever you want on the pages, it’s just a text, there’s no restriction. Whether it will work is another problem. It depends on what you did.
– Maniero