I have moved the site to a new server. Moving from Godaddy to a Rackspace cloud server.
I will post the steps I took on my sysadminnightmare.com blog site
I have moved the site to a new server. Moving from Godaddy to a Rackspace cloud server.
I will post the steps I took on my sysadminnightmare.com blog site
Had a solution we were deploying and kept getting an error. Being that I was doing 5 other things at the same time I didn’t think much of it an chalked it up to some security setting being wrong and moved over to my “To Do Later List”. Today I revisited this and attempted to run again and got the same error:
“Access denied! Could not add solution to the SharePoint farm. Make sure you are logged in as SharePoint Administrator or Domain Administrator on the server. Also, make sure to turn off Windows User Account Control. “
Then silly me actually read the ENTIRE error message and zeroed in on the last part: “Also, make sure to turn off Windows User Account Control. “
Well Crap….
Lesson learned .. read ALL of the error messages first!!
A bit of a cleanup on the page, but did have a request to remove the Title at the top of the Announcement Webpart. This is how I did that.
Created the Script in my Site Assets –> Scripts, Called HideTitle.js
Entered following text in it
[code]
<script type=”text/javascript”>
document.write(‘<style>TR.ms-viewheadertr { DISPLAY: none }</style>’);
</script>
[/code]
Added a content Editor Webpart which called above script by name