Good day!
I uploaded my MVC application with x64 configuration to the server and got an error
System.BadImageFormatException: Could not load file or assembly
For testing i ran the Visual Studio and created standart initial MVC application with x64 configuration. I uploaded it to the server and got same error. You can see it now on the page - http://pornstarbyface.com/ (the site will not contain adult content).
Application with x86 (32bit) configuration works well, but the 64-bit application does not work.
I think the problem in the Application Pool on IIS. The problem described here:
http://stackoverflow.com/questions/...oad-file-or-assembly-when-publich-x64-applica
It looks like my site in a Application Pool with Enable 32-bit Applications property. Can you switch me to the x64 pool? is there a possibility to change Application Pool ?
I uploaded my MVC application with x64 configuration to the server and got an error
System.BadImageFormatException: Could not load file or assembly
For testing i ran the Visual Studio and created standart initial MVC application with x64 configuration. I uploaded it to the server and got same error. You can see it now on the page - http://pornstarbyface.com/ (the site will not contain adult content).
Application with x86 (32bit) configuration works well, but the 64-bit application does not work.
I think the problem in the Application Pool on IIS. The problem described here:
http://stackoverflow.com/questions/...oad-file-or-assembly-when-publich-x64-applica
It looks like my site in a Application Pool with Enable 32-bit Applications property. Can you switch me to the x64 pool? is there a possibility to change Application Pool ?