The iis7 tag has no wiki summary.
0
votes
0answers
19 views
Migration from sharepoint 2007 to sharepoint 2010 (special case)
The website in asp.net and the deployment of site in sharepoint 2007 by
using the aspx pages not a publish or package.
Now the problem is i already restore content database from 2007 to 2010.
After ...
1
vote
2answers
1k views
Sharepoint 2010 http to https redirection iis 7.5
When i try to access my site using customsite.com it points to port 80 default site. when i put url as https://customsite.com it points to proper port and i could log in to the site.
When a user ...
0
votes
2answers
71 views
Recycling the Application Pool creates 401 errors
I am using the Rewrite Module on IIS 7.
When I restart the Application Pool I get a Authentication Required window that doesn't except any credentials that it is given and when you click cancel it ...
0
votes
3answers
475 views
How to find SharePoint site in IIS?
I have created multiple SharePoint sites in local Sharepoint Server (farm).
When I Open the IIS, I am not able to see any WebSite which is created in my sharepoint server.
So How can I find the ...
1
vote
1answer
359 views
creating web application in sharepoint 2013
I have created a web application in sharepoint 2013 using central admin, that is successfully created. its successfully created app pool in IIS as well. In host file I have also added entry like this: ...
1
vote
3answers
214 views
Web Site does not show in IIS7 manager
I installed Sharepoint 2010 in farm mode on two instances. The installation was successful.
I then tried to create a new web application , the web application was also created successfully. I could ...
0
votes
2answers
154 views
IIS Anonymous Authentication vs. Sharepoint Farm
I'm developing a little installer for some SharePoint features that contain some web parts and a custom Web Service that's used to communicate with a 3rd party application that reads information from ...
0
votes
1answer
91 views
How to remap username links to different locations based on page address?
On this page I found out how to remap username links to custom pages.
However, I on certain pages I need to remap to an administrator's user info page. How can I modify the url rewrite rule to ...
1
vote
0answers
187 views
Share Point 2013 url resolve after web app extend
I have deployed SP 2013 WA in intranet with http://abc.de.fg that is working fine,
after that I have extended that WA to https://kl.mn.op all are working fine but pictures and some html links are ...
0
votes
2answers
132 views
WSS 3.0 site accessible only locally and when using IP address
We recently upgraded from Windows Server 2003 to 2008 R2. During our upgrade we accidentally removed IIS and reinstalled it again and now the site can only be accessed locally and if we try to access ...
1
vote
2answers
129 views
IIS 7 Shared Configuration and SharePoint
Can someone guide me as to how can IIS Shared Configuration be utilized in a farm scenario for SharePoint. Is it advisable to replicate IIS configuration between different web servers that are hosting ...
3
votes
1answer
270 views
How to convert the SharePoint requests to Lowercase in the IIS processing pipe line
Wants to convert the SharePoint requests to Lowercase in the IIS processing pipe line, it should not invoke additional request to change/convert the requested URL into lowercase but the same request ...
2
votes
1answer
133 views
why does SP use unmanaged code?
Or more specifically, where is that code coming from? I guess it's not from the components built on top of web forms? Is it the IIS integration? Anyone have a (link) meaningful - (not marketecture) ...
0
votes
1answer
140 views
different Virtual directories for same Web application
When I go to IIS and check SharePoint web applications. another virutal directory has been created for the Web application. for example if the web application is mydomain1 80 there is two virtual ...
1
vote
3answers
2k views
How to Add Reference for Microsoft.Sharepoint to a Web-Application
Salve! Having created a web-application under the Sharepoint (2010) Site's directory in iis7, I now need to use the assemble microsoft.sharepoint in my web-application. How can I reference that?
I ...