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.
Hi Im new to MojoPortal and just starting learning ASP.net, i have tried lots of ASP script ang seeing some demo/videos, I know MojoPortal fits my interest, how ever i was having difficulty installing to script into my server, i have follow the Installation Guides at: www.mojoportal.com/installation-quick-start.aspx , I have uploaded the files in my web server (Windows), created database, db user name, but still i get this error.
______________________________________________________________________________
Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration>
___________________________________________________________________________________
you can see this at: simang.co.cc/Setup/Default.aspx
I Know there is something wrong i did with web.config, can anyone help me on this problem? I badly need to work on this project :(
btw, I'm using MySQL as my database located in my webserver.
Best Regards,
Inyi
Hi,
Please try the steps in the basic trouble shooting page to identify the error.
http://www.mojoportal.com/basic-troubleshooting.aspx
Hope it helps,
Joe
The version of your web server may not set to 2. Check it.
Hope helps
Asad
Thanks for the fast reply :)
@Mr. Joe: i had already set <customErrors mode="Off" , however i still get the same error.
@Mr.Asad: "The version of your web server may not set to 2"., what do you mean sir, sorry im not familliar with it :(
Make sure you have installed .NET 3.5 SP1 and if the machine also has the old 1.1 .NET installed you may need to specify 2.0 .NET in IIS and also you must use a different application pool in IIS for 1.1 app and 2.0 apps (this only matters if you have other apps on the machine running in 1.1 in the default app pool).
Also if you have direct access on this machine you may find error details in the Event Log on the machine.
thanks,
yes, i have .net installed with my pc, versions v1.0.3705, v1.1.4322, v2.0.50727, v3.0, and v3.5, ive got this different version by trying to install other asp scripts.and now i dunno how to handle this things :(
Is using ISS in my PC still necessary even though I'm using a web server installation process?.
Hi, please help me...
Give more details about what you are doing.
Installing at a web host?
Installing on your local machine?
Installing on a machine where you have desktop access?
I'm using a web server installation process?
What does that mean be specific?
Sorry for that..
What i did is just follow the instruction.
I downloaded the Mojo Script
Unzip the folder
Then, in my web server, I created a new MySQL Database with DB username and password.
Then I edited the web.config file, I enter my webserver name, database ...
the i uploaded all the files under wwwroot to my web server inside the folder simang.co.cc
Thanks, Inyi
Hi, Mr. Joe, would you mind checking on my web.config file? yruma-i.net/inyifile/webconfiginyi.doc to see if i did it right?the text in bold are those i edited.
Again, Thanks in advance :)