Issue:
I am trying to automate the build and installation of DNN
modules on a build server. We are currently using DNN 5.5
and TFS
for source control and build automation. The TFS
build works as expected (getting, compiling, building/copying DNN packages) but when executing the Install.aspx?mode=InstallResources
URL we get the "Site is under construction". The event log for DNN
does not reveal any information. If I log in to the build server using my Id or the build server id and run the this script, everything works as expected. It’s when the script is started from the scheduler that the DNN InstallResouces
URL has issues. The build id used is an administrator on the build server. I have search the web for others doing the same but only found one that stated they wrote an exe utility that submits a HTTP request and parses the response for the success or fail of the resources. Is this the only option? Any other ideas?