First, thank you leupold for replying and helping me out. I don't know exactly what you mean by checking if the db structure has been created properly. What does that consist of? However, some good news is that I was able to get the installation process to succeed. I guess I had to log off from the remote desktop connection to the server before browsing to the portal because logging off first then browsing to the website allowed the installation to succeed. However, NOW the problem is that many of the desktop modules do not get installed during the installation process. But the installation is said to be successful because I am allowed to "Click Here to Access Your Portal." When I click to go to my portal, the home page that is loaded is missing much of the information that was on the home page when I installed DNN4 on another machine. The only module on the page is the Links module in the LeftPane. In the URL, the string says something like "?Def=ErrorMessage" when the home/default page is loaded. Don't know if that tidbit is worth anything. Looking in the application log in the event viewer, there is a warning at the same time as the installation. The exception was a SqlException and the stored procedure "dbo.GetPortals" could not be found. I'm assuming it is something with SQL server and accessing it, but other then that, that's about it for me. Here is what it says in the event viewer:
Exception type: SqlException
Exception message: Could not find stored procedure 'dbo.GetPortals'.
Request information:
Request URL: http://addressIsetInIIS/Install/Install.aspx?mode=Install
Request path: /Install/Install.aspx
User host address: erased on purpose for this post
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(SqlConnection connection, SqlTransaction transaction, CommandType commandType, String commandText, SqlParameter[] commandParameters, SqlConnectionOwnership connectionOwnership)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText)
at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues)
at DotNetNuke.Data.SqlDataProvider.GetPortals()
at DotNetNuke.Entities.Portals.PortalController.GetPortals()
at DotNetNuke.Common.Global.CacheMappedDirectory()
at DotNetNuke.Common.Global.Application_Start(Object Sender, EventArgs E)