Hello denis and khorvat,
Ty both for the responses and efforts.
I believe i have got it going now.
It seems it was an issue of two things.
The 1st issue was as khorvat suggested, increasing the Timeout to 600.
The second issue was also on the same lines in web.config as follows (edited to hide Arxie's Sub Domain, my SQLServerName, my SQLUserName & my SQLUsernamePassword):
<add name="LocalSqlServer" connectionString="Server=OneOfArvixe'sSubDomains.com;Database=SQLServerName;uid=SQLUserName;Pwd=SQLPassword;Connect Timeout=600;" providerName="System.Data.SqlClient" />
<add name="ADConnectionString" connectionString="Server=
OneOfArvixe'sSubDomains.com
;Database=SQLServerName;uid=
SQLUserName
;Pwd=
SQLPassword
;Connect Timeout=600;" />
Where it has "Server=OneOfArvixe'sSubDomains.com" is where it had a sub domain of my Host.
I changed that to my domain and along with increasing the time out it finished the install.
To clarify my process of elimination attempts lol:
I did try the install with only increasing the Timeout value to 600 and leaving the sub domain of my host as is and install failed.
I then tried with leaving the Timeout value as default (90) and changed the sub domain of my host to my domain and install failed.
I then tried with increased Timeout value to 600 and changed the sub domain of my host to my domain and install Finished. YAY!
Thank you both for your support :D
This content has not been rated yet.
20
Reputation
5
Total posts