Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.
If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
You may also want to review the installation or upgrading documentation.
Hello ,
Just after installing mojoportal on IIS 7.5 , I found most of the home page messed up .
I followed these tutorials :
https://www.mojoportal.com/manual-installation-recipe-for-iis-7x-and-net-4.aspx https://www.mojoportal.com/mysqlsetup.aspx
Notes : Im Using MySQL Datalayer. Gave Read permissions to IIS_IUSERS on MojoRoot Folder . Gave Full Control to IIS_IUSERS on APP_Data , Data Folders .
The Site looks like in these images :
http://s4.postimg.org/f9y8o5ly5/Untitled.png http://s1.postimg.org/6tv7xz0fj/Sign_In.png http://s13.postimg.org/pxb0uf3if/Edit_Page_Wrong.png
Plz Help .
I suggest use web browser dev tools to look for any javascript errors and/or any static resources that are failing to load
Tried Simulating "Edge" Document mode in the F12 Tools , it was fixed temporarily .
Then added the <meta http-equiv="X-UA-Compatible" content="IE=edge" > in App_masterpages/layout.master .
Didn't adjust from "7" to "Edge" by itself yet .
Then added a HTTP response header in IIS and it worked :) .
http://s30.postimg.org/qemgsiuqp/Correctly.png
Thanks for your attention :D .