Hello BugNET users/staff,
I have just downloaded latest BugNET version and Im trying to install it on a remote server.
I would like to install using default configuration, and uncompressed everything from the BugNET install package - except for BugNET.SubversionHooks folder- into a new Virtual Directory on my Web Server.
Then, I went to http://myserver.com/bugnet/Install/Install.aspx and I've got the famous Network-related error, asking me to allow remote connections.
I would like to know how can I allow remote connections on a Database.mdf file. as I couldnt find answer for this, I created a blank Database in my WebServer (I dont like this approach, because I have limited database instances). I created a new user and put the following connection string into my Web.Config file:
<add name="BugNET" connectionstring="server=MyServer;database=BugNet;uid=BugNet;pwd=BugNet" providername="" />
Then, I went to the install url and I've got the following errors:
Installing BugNET
Version: 0.8.304.0
Installation Status Report
00:00:00 - Installing Version: 0.8.304.0
00:00:00 - Installing Membership Provider:
00:00:00 - Executing Script: InstallCommon.sql Error!
Error Details
| File |
InstallCommon.sql |
| Error |
String or binary data would be truncated. |
00:00:00.2496016 - Executing Script: InstallMembership.sql Error!
Error Details
| File |
InstallMembership.sql |
| Error |
The table 'aspnet_Applications' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The table 'aspnet_Users' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The stored procedure 'aspnet_Applications_CreateApplication' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The stored procedure 'aspnet_Users_CreateUser' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The stored procedure 'aspnet_Users_DeleteUser' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. Foreign key 'FK__aspnet_Me__Appli__2F10007B' references invalid table 'dbo.aspnet_Applications'. Could not create constraint. See previous errors. Creating the aspnet_Membership table... |
00:00:00.2808018 - Executing Script: InstallProfile.sql Error!
Error Details
| File |
InstallProfile.sql |
| Error |
The table 'aspnet_Applications' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The table 'aspnet_Users' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The stored procedure 'aspnet_Applications_CreateApplication' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The stored procedure 'aspnet_Users_CreateUser' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The stored procedure 'aspnet_Users_DeleteUser' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. Foreign key 'FK__aspnet_Pr__UserI__31EC6D26' references invalid table 'dbo.aspnet_Users'. Could not create constraint. See previous errors. Creating the aspnet_Profile table... |
00:00:00.3120020 - Executing Script: InstallRoles.sql Error!
Error Details
| File |
InstallRoles.sql |
| Error |
The table 'aspnet_Applications' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The table 'aspnet_Users' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The stored procedure 'aspnet_Applications_CreateApplication' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The stored procedure 'aspnet_Users_CreateUser' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. The stored procedure 'aspnet_Users_DeleteUser' cannot be found. Please use aspnet_regsql.exe for installing ASP.NET application services. Foreign key 'FK__aspnet_Ro__Appli__34C8D9D1' references invalid table 'dbo.aspnet_Applications'. Could not create constraint. See previous errors. Creating the aspnet_Roles table... |
00:00:00.3432022 - Installing BugNET Database:
00:00:00.3432022 - Executing Script: BugNET.Schema.SqlDataProvider.sql Error!
Error Details
| File |
BugNET.Schema.SqlDataProvider.sql |
| Error |
Invalid object name 'dbo.aspnet_Users'. |
00:00:00.4056026 - Installing BugNET Default Data:
00:00:00.4056026 - Executing Script: BugNET.Data.SqlDataProvider.sql Error!
Error Details
| File |
BugNET.Data.SqlDataProvider.sql |
| Error |
Invalid object name 'BugNet_Permissions'. |
00:00:00.4056026 - Creating Administrator Account
Error: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion'.
Installation Failed!
Please, help me solving this problem. Im not sure, but have a clue that the first error is causing the other ones. Is it right? If yes, how can I fix it?
Thanks in advance,
Mauricio