ok for some reason if I put in (local) instrad of localhost the script runs, but if I go to the site, I am getting an error saying, have no idea why this work, am just trying anything, and that worked for rainbow installer to see the database (but then it got stuck and can't find it again)
Could not find stored procedure 'Community_Custom_RedirectGetRedirectsForCommunity'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Data.SqlClient.SqlException: Could not find stored procedure 'Community_Custom_RedirectGetRedirectsForCommunity'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SqlException: Could not find stored procedure 'Community_Custom_RedirectGetRedirectsForCommunity'.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +723
System.Data.SqlClient.SqlCommand.ExecuteReader() +41
ASPNET.StarterKit.Communities.CustomRedirectUtility.GetCustomRedirectsFromDB() +191
ASPNET.StarterKit.Communities.CustomRedirectUtility.GetCustomRedirects() +104
ASPNET.StarterKit.Communities.CustomRedirectUtility.CalculateRedirects(String requestPath) +93
ASPNET.StarterKit.Communities.CommunitiesModule.Application_BeginRequest(Object source, EventArgs e) +257
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87