Questions tagged [iis7]
Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft for use with Windows NT family. IIS supports HTTP, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0
59 questions
1 vote
2 answers
622 views
Cannot write configuration file while New-SPWebApplication
When I use New-SPWebApplication I am getting error below error in SharePoint 2019 I am using SharePoint Farm Admin account. What can be the reason for it. Some time It will finsih without error
0 votes
1 answer
790 views
issue in making cross domain Ajax call to SharePoint 2016 REST service
To Fix issue in making cross domain Ajax call to SharePoint2016 REST service and I dont want to set to the current specific (protocol + domain + port dynamically), because i need to accept by domain(...
0 votes
1 answer
49 views
I want to update the Server certificates on SharePoint Web Applications. How to do it?
I want to update the Server certificates on SharePoint 2013 Web Applications. How to do it? Our Central Admin is now running on http instead of https, it is a major concern ?
2 votes
1 answer
2k views
Missing 'Strict-Transport-Security' header in sharepoint web application
we have SharePoint site deployed on the internet and when we scan some security settings we found below issue Missing 'Strict-Transport-Security' header Scanner discovered that the affected ...
2 votes
1 answer
323 views
Web Garden at SharePoint 2013 Farm
I have a SharePoint 2013 farm with 2 FrontEnd servers. Sometimes these servers consume 100% CPU and because of this, clients couldn't get response from server for a few minutes. I've set Maximum ...
0 votes
1 answer
286 views
Any impact with changing SSL certificate from new Certificate Authority?
We are using SSL certificate for our SharePoint sites. The present SSL certificate will be expired soon and getting the new SSL certificate with same fqdn match, but from different certificate ...
1 vote
1 answer
507 views
SP 2016 Install issue: Error 1921. Service 'World Wide Web Publishing Service' (W3SVC) could not be stopped
I am installing SP 2016 on a Windows Server 2012 R2 VM in Azure for demo purpose (not production). Since I have only one VM and I don't want to enable Azure AD Domain Services, I have configured AD on ...
2 votes
3 answers
1k views
How to map DNS entry to IIS web site which is not binded to 80 port [closed]
I have one sharepoint site on IIS 90 port and I want to map it to the DNS entry name TestSite. For this mapping IIS web site has to be binded to 80 port or else we have to use the url as http://...
1 vote
1 answer
232 views
Where to configure custom zone for sharepoint 2013?
How can I configure the custom zone for Sharepoint 2013? I need to update the Host header, port ,authentication provider and SSL?
1 vote
0 answers
47 views
How to add sharepoint site on another port?
When trying to deploy my sharepoint site I get: Error occurred in deployment step 'Recycle IIS Application Pool': Cannot connect to the SharePoint site:. Make sure that this is a valid URL and ...
1 vote
1 answer
3k views
executionTimeout and maxRequestLength role in sharepoint web applications web.config
i have sharepoint 2010 web application which has document center site collections and we want to upload some documents daily upto 500 MB - 700 MB what are the below configuration settings mean in web....
0 votes
2 answers
40 views
How to confine the site to open only with binding url instead of http://servername:portNo?
I have 4 servers in a farm. A SharePoint web application hosted on port 1122, can we assessed with " http://servername:1122/ ". I have added the bindings for which site can now open " http://...
1 vote
2 answers
439 views
Does IIS reset is required after disabling SharePoint Services
I would like to stop the SharePoint services ( Workflow Timer Service, Web Application service) on Application servers where central admin and search services are hosted. What are the pre steps and ...
1 vote
0 answers
229 views
Http 404 when accessing a document over SSL
I am trying to use the below code to download and read the bytes of a document using System.NET.WebClient class. The file is in a SharePoint document library and the web application is using SSL. The ...
1 vote
0 answers
508 views
SharePoint IIS/ URL errors
This issue started when we were going to reroute our main site (web app) to a new domain. It didn't on my end so I tried to pull it back - recalling and extending the header, changing bindings, ...