Run Visual Studio Web Application with x64 version
By Default Visual Studio's Development Server runs on x86 version, In order to use x64 version we have to use Custom Web Server to run web application/web service on x64. The following URL explains how to setup Custom Web Server for x64 version.
http://patricklamber.blogspot.com/2010/10/file-not-found-exception-when-accessing.html
http://patricklamber.blogspot.com/2010/10/file-not-found-exception-when-accessing.html
Comments