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,
I followed the steps as mention on the website.
I am getting the following error while running the site from IIS5.1
The XML page cannot be displayed
Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
A name was started with an invalid character. Error processing resource 'http://localhost/Mojo/Default.aspx'. Line 1, Posi..
.<%@ Page language="c#" Codebehind="Default.aspx.cs" MasterPageFile="~/App_MasterPages/layout.Master" StylesheetTheme="" A...
My Operating System is: Windows XP SP3Database: SQL Server 2008 R2Version of mojoportal: mojoportal-2-3-9-0-mssql-net35.Net Framework: 3.5IIS 5.1
Looking forward for your help.
Thank you,
Rahul Aggarwal
It does not sound like your IIS web site is configured correctly for .NET, you may need to google and research about aspnetregiis to correctly configure ASP.NET
Hope that helps,
Joe
Hi Joe,
Thanks for your reply. My previous issue has been resolved. But now it is showing error in connection string.
The error is as follows:-
The system cannot connect to the MSSQL database. Please check your connection string.
System.Data.SqlClient.SqlException: Login failed for user 'SYSTEMNAME\ASPNET'. at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at mojoPortal.Data.DBPortal.DatabaseHelperGetConnectionError(String overrideConnectionInfo).
I am not giving any user name in my connection string since it is Windows Authentication mode. It is taking user 'SYSTEMNAME\ASPNET' by default it doesn't exist in my system. Username that I want to use is 'SYSTEMNAME\Rahul'.Can you please help how can I resolve it.
Thanks,Rahul