Error while installing

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.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

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.

This thread is closed to new posts. You must sign in to post in the forums.
8/18/2012 1:36:11 AM
Gravatar
Total Posts 7

Error while installing

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 SP3
Database: SQL Server 2008 R2
Version of mojoportal: mojoportal-2-3-9-0-mssql-net35
.Net Framework: 3.5
IIS 5.1

Looking forward for your help.

Thank you,

Rahul Aggarwal

 

8/20/2012 11:51:55 AM
Gravatar
Total Posts 18439

Re: Error while installing

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

8/21/2012 2:33:46 AM
Gravatar
Total Posts 7

Re: Error while installing

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

You must sign in to post in the forums. This thread is closed to new posts.