I have uploaded the latest BugNet release (1.5) to a website hosted at GoDaddy.
When I execute the "/Install/Install.aspx" page I get the following logging:
Installing BugNET
Version: 1.5.258.0
Installation Status Report
00:00:00.0156002 - Installing Version: 1.5.258.0
00:00:00.0156002 - Installing BugNET Database:
00:00:00.0156002 - Executing Script: BugNET.Schema.SqlDataProvider.sql Success
00:00:07.5504968 - Installing BugNET Default Data:
00:00:07.5504968 - Executing Script: BugNET.Data.SqlDataProvider.sql Success
00:00:08.4865088 - Creating Administrator Account
Error: CREATE DATABASE permission denied in database 'master'.
Installation Failed!
Comments: This error points to entity framework trying to create the membership tables, although they should already exist at that point. Is this a straight install to a new database? It looks like this is a similar issue and may need a code change to resolve it. [http://stackoverflow.com/questions/9598715/entity-framework-is-trying-to-create-a-database-but-its-not-what-i-want](http://stackoverflow.com/questions/9598715/entity-framework-is-trying-to-create-a-database-but-its-not-what-i-want)
When I execute the "/Install/Install.aspx" page I get the following logging:
Installing BugNET
Version: 1.5.258.0
Installation Status Report
00:00:00.0156002 - Installing Version: 1.5.258.0
00:00:00.0156002 - Installing BugNET Database:
00:00:00.0156002 - Executing Script: BugNET.Schema.SqlDataProvider.sql Success
00:00:07.5504968 - Installing BugNET Default Data:
00:00:07.5504968 - Executing Script: BugNET.Data.SqlDataProvider.sql Success
00:00:08.4865088 - Creating Administrator Account
Error: CREATE DATABASE permission denied in database 'master'.
Installation Failed!
Comments: This error points to entity framework trying to create the membership tables, although they should already exist at that point. Is this a straight install to a new database? It looks like this is a similar issue and may need a code change to resolve it. [http://stackoverflow.com/questions/9598715/entity-framework-is-trying-to-create-a-database-but-its-not-what-i-want](http://stackoverflow.com/questions/9598715/entity-framework-is-trying-to-create-a-database-but-its-not-what-i-want)