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.
Howdy Y'all:
I'm getting a blank screen during mojoportal installation and don't know what to do next.
I svn-ed the source; virtual directoried iis7 to Web; enabled access to Web, and Data; created mssql db and set web.config connection; APPCMD.EXE migrate-d and now I get a Blank Screen. Since I'll be port forwarding on 8080 I set iis7 to respond to 80 and 8081.
http://localhost:8081/mojoportal/Setup/Default.aspx http://localhost/mojoportal/
And all other variations I can think of end up with blank screen. View Source gives me no source - empty.
No tables were made by the Setup.
Any suggestions are very much appreciated, Dale E. Moore
XML Parsing Error: no element found Location: http://localhost:8081/mojoportal/Setup/Default.aspx Line Number 1, Column 1: ^
Go into IIS and set your application pool to "Classic .NET"
Hope it helps,
Joe
Perfect, thanks!