Hi. I have created a web application. When using authentication mode="Windows", writing to the events log (which I created in a console application that was run as administrator.) works ok. However, when I use forms authentication, it doesn't write to the
I'm creating a common .net dll for use by multiple projects (applications). I want to ensure that only my applications (my code) can use the above dlls. Is it possible to sign the dll or place some attribute/code such that only my dlls (developed/signed by me) can use the dll?
am writing a windows application. Here is a logon windows - using WindowsPrincipal to perform authentication to AD server. The logon part is running okay under Visual Studio debug mode. However, if I start the application by clicking on the EXE file (has .SNK signed), the ...