Questions tagged [virtual-directory]
The virtual-directory tag has no summary.
12 questions
1 vote
1 answer
477 views
Create virtual directory in SharePoint IIS
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 ...
3 votes
4 answers
2k views
HTTP 403 Forbidden accessing custom virtual directory under layouts
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 ...
0 votes
1 answer
141 views
ASP.NET application under SharePoint website
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 ...
0 votes
1 answer
3k views
How can I secure _vti_pvt folders?
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 ...
0 votes
0 answers
284 views
An Unexpected Error has occured -> after adding custom resource file in APP_GlobalResources
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 ...
2 votes
0 answers
952 views
Config error: The requested service could not be activated
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, '[...
0 votes
2 answers
214 views
Why does an ASHX in a virtual directory load instantly when a proper page takes a while to load?
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 ...
0 votes
2 answers
2k views
Automatic path exclusion does not seem to be working
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 ...
0 votes
2 answers
833 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
1 answer
4k views
Claims-based auth with ADFS 2.0 is missing _trust virtual directory
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 ...
1 vote
1 answer
221 views
What are _formsweb.config files? SP2010 Claims [Access Denied]
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 (...
0 votes
1 answer
418 views
Download file from virtual directory (SharePoint 2010)
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"...