Execute a dll function in ASP.Net Bin not working, II7.

Posted by Wayne Lo on Stack Overflow See other posts from Stack Overflow or by Wayne Lo
Published on 2010-04-24T21:10:54Z Indexed on 2010/04/24 21:13 UTC
Read the original article Hit count: 204

Filed under:
|
|

I am developing a remote control application where a client (aspx page in a browser) can request a server to "launch a notepad" (for testing purpose, for real life, turning off a light bulb, etc). So I created a dll with a simple function for launching the notepad (on the server side) and dropped this dll in the root bin folder.

It worked fine when the aspx page is running under ASP.NET development server (launched from Visual Studio). But when I tested the same aspx page under a FireFox browser, it did not work (launch the notepad) even though it did call for the same function (I stepped through in debugger).

Is this a permission issue? How do I set this up in IIS manager, or even better in web.config?

Please help.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about binary