Hi,
While running My MVC application in IIS i got the following error,
HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
My application works fine if i enable 32-bit Application to true in IIS. This error occurs in case of 32-bit is set to false in IIS. If i remove all my reference of EO PDf from my project and run in IIS then it works fine in Both 32-bit and 64-bit.
My application is running in Integrated mode so i followed the step for Integrated mode given in
http://www.essentialobjects.com/doc/1/installationanddeployment/webconfig.aspxBut i am still getting the above error.
Do you have a solution for this?
Thanks