Tagged Questions
0
votes
1answer
59 views
Moving my custom farm solutions from sharepoint 2010 to sharepoint 2013 error
So I followed the following guide.
http://zimmergren.net/technical/upgrading-your-sharepoint-2010-visual-studio-projects-and-solutions-to-sharepoint-2013
Once I tried to deploy the solution from ...
0
votes
1answer
474 views
Changing the user account of the SharePoint applicaton pool returns the error “Cannot connect to the configuration database”
I am trying to debug an issue regarding the proxy setting in web.config. Currentley it is set to:
<system.net>
<defaultProxy enabled="true" useDefaultCredentials="true">
...
1
vote
1answer
1k views
Difference between Application Pool and WebSites in IIS
While learning SharePoint, I noticed that, an IIS manager consist of Application Pool tab and Websites tab. Both includes the names of web application created.
I could not understand the difference ...