The virtual-directory tag has no wiki summary.
0
votes
1answer
45 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
1answer
285 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
1answer
113 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
1answer
176 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";
...