Skip to main content

Questions tagged [virtual-directory]

1 vote
1 answer
477 views

I have a SharePoint 2013 on premise. I created a new virtual directory under the SharePoint web in IIS. I published a webservice into the new virtual directory. When accessing the .asmx it says The ...
balagangadhar T's user avatar
3 votes
4 answers
2k views

I need to serve videos from a SharePoint site. I know SharePoint is not for storing videos so I need to look for other options. I don't want to deploy another web server but to use the existing ...
Jesús López's user avatar
0 votes
1 answer
141 views

The Default Web Site on my Windows Server 2008 with IIS 7 is running MOSS 2007 (SharePoint). Since I want users to feel like they are still on the portal, I created a similarly branded ASP.NET web ...
Web User's user avatar
  • 229
0 votes
1 answer
3k views

I am dealing with a security report from an external contractor, in which there is a finding labeled as a medium risk. It is titled IIS .cnf file leakage. This is somewhat confusing to me, since ...
Marco's user avatar
  • 501
0 votes
0 answers
284 views

We have shifted MOSS 2007 solution from one physical server machine to another machine. After hard work, every thing works perfect except one error as below: An error occurred during the processing ...
SPBeginer's user avatar
  • 2,557
2 votes
0 answers
952 views

I am trying to deploy and use a web part developed in SP2010 that requires connecting from a SP2010 server to a SQL server. I get the following error (greatly abbreviated): The requested service, '[...
Chris's user avatar
  • 127
0 votes
2 answers
214 views

Why does an ASHX in a virtual directory load instantly when a proper SP page takes a while to load after a restart? The ASHX is using the SP Object Model to get and display SP data. By proper SP ...
iambriansreed's user avatar
0 votes
2 answers
2k views

I have a SharePoint 2013 environment running on Windows Server 2012 with two web applications, each on a separate web site. As far I as know, it's current with updates. The server shares the sites ...
MikeBaz - MSFT's user avatar
0 votes
2 answers
833 views

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 ...
iambriansreed's user avatar
0 votes
1 answer
4k views

I am setting up claims-based authentication for SharePoint 2010 with AD FS 2.0 (following instructions Configuring Claims Based Authentication for SharePoint with AD FS 2.0 I've a claims-aware web ...
Colin's user avatar
  • 13
1 vote
1 answer
221 views

I'm hoping someone will have experience with this. I'm stumped! I have two SharePoint 2010 (Enterprise) farms: development and production. Each farm has 3 servers: SPSQL-Dev, SPSQL-Prod (...
SalarianEngineer's user avatar
0 votes
1 answer
418 views

I need to download a file from a virtual directory when clicking on a button in sharepoint. I've tried this: page.Response.ContentType = "text/vcard"; page.Response.AppendHeader("Content-Disposition"...
Ruben Herman's user avatar
  • 2,744