I am trying to use the following .net assembly to integrate windows authentication in my cold fusion application. The app connects to a network drive that
validates the userid/password on the network and uploads files to local drive. I do not want to display the userid/password box to the user. I am trying to integrate windows authentication by calling .net assembly. When I run the code below, it is just hanging or is frozen. It does not give any errors. I am wondering if anyone has worked with this assembly. Any help would be greatly appreciated. Thanks in advance
<cfobject type=".NET" class= "System.Web.Configuration" name="objWeb" >
<cfset objWeb.authenticationSection.Mode = AuthenticationMode.Windows>