Yes the database is already created. ( i think the database permissions were set to the computer name and not server/aspnet) - the folder for the website however was always set to aspnet.
Now,
After getting a 'connection success' message in installwizard i got these errors:
Installing DotNetNuke
Version: 04.05.05
-------------------------------
Installation Status Report
00:00:00.093 - Installing Version: 4.4.0
00:00:00.265 - Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:01.109 - Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:06.765 - Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:10.484 - Installing MemberRole Provider:
00:00:10.484 - Executing Script: InstallCommon
00:00:14.297 - Executing Script: InstallMembership
00:00:16.156 - Executing Script: InstallProfile
00:00:16.765 - Executing Script: InstallRoles
00:00:17.734 - Upgrading to Version: 4.5.5
00:00:17.828 - Executing Script: 04.04.01.SqlDataProvider Success
00:00:18.265 - Executing Script: 04.05.00.SqlDataProvider Success
00:00:20.453 - Executing Script: 04.05.01.SqlDataProvider Success
00:00:20.906 - Executing Script: 04.05.02.SqlDataProvider Success
00:00:21.578 - Executing Script: 04.05.03.SqlDataProvider Success
00:00:21.859 - Executing Script: 04.05.04.SqlDataProvider Success
00:00:22.047 - Executing Script: 04.05.05.SqlDataProvider Success
00:00:22.141 - Performing General Upgrades
00:00:23.281 - Loading Host Settings:
00:00:23.453 - Configuring SuperUser:
00:00:24.078 - Installing Modules:
00:00:24.094 - Installing Module File Adsense_01.00.01_Install: Success
00:00:25.000 - Installing Module File HTML_04.05.00_Install: Error!
00:00:25.344 - Installing Module File Links_03.03.07_Install: Success
00:00:26.031 - Executing Additional Scripts:
00:00:26.047 - Creating Portal: My Website
00:00:26.547 - Error: Error configuring Child PortalAccess to the path 'C:\Inetpub\wwwroot\DotNetNuke\website\Portals\0\' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) at DotNetNuke.Entities.Portals.PortalController.CreatePortal(String PortalName, String FirstName, String LastName, String Username, String Password, String Email, String Description, String KeyWords, String TemplatePath, String TemplateFile, String HomeDirectory, String PortalAlias, String ServerPath, String ChildPath, Boolean IsChildPortal)
00:00:26.547 - Portal failed to install:Error!
00:00:26.547 - Installing Optional Resources:
00:00:26.578 - Installing Module File Adsense_01.00.01_Install: Success
00:00:26.703 - Installing Module File HTML_04.05.00_Install: Error!
00:00:26.828 - Installing Module File Links_03.03.07_Install: Success
---------------------------------------------
Then in InstallWizard (auto) mode I get an error at line 106:
Line 104: -->
Line 105: <codeSubDirectories>
Line 106: <add directoryName="HTML" />
Line 107: </codeSubDirectories>
Line 108: </compilation>
thanks