M
Mark MacRae
I've been trying to implement an online payment component into a web
application. Instructions are to put the DLL into the web application's bin
folder and everything is supposed to work.
Well I had been running into some problems with a weird exception being
thrown. I checked on the permissions of the bin folder (using IIS's control
panel), and found that they were set to "None". This seemed really wrong to
me, so I set it to "Scripts and Executables". I refreshed the page that was
giving me the exception and *poof* the execption was gone.
"Great!", I thought. Did some work to fix other errors on the page and then
re-ran the project. Same execption was back. Looked at the permissions and
they were set back to: "None" What gives? How am I supposed to use this
3rd party DLL if I cannot execute in the bin folder. And why would the
permissions keep getting reset (I assume that Visual Studio is doing
this...)
Help...
mark
application. Instructions are to put the DLL into the web application's bin
folder and everything is supposed to work.
Well I had been running into some problems with a weird exception being
thrown. I checked on the permissions of the bin folder (using IIS's control
panel), and found that they were set to "None". This seemed really wrong to
me, so I set it to "Scripts and Executables". I refreshed the page that was
giving me the exception and *poof* the execption was gone.
"Great!", I thought. Did some work to fix other errors on the page and then
re-ran the project. Same execption was back. Looked at the permissions and
they were set back to: "None" What gives? How am I supposed to use this
3rd party DLL if I cannot execute in the bin folder. And why would the
permissions keep getting reset (I assume that Visual Studio is doing
this...)
Help...
mark