1
vote
0answers
67 views

Steps to deny anonymous access to _vti_pvt directory iis7

The service.cnf file found in the _vti_pvt directory has the default permission settings which may lead to an unauthorized access to the file What are the steps to deny anonymous access to _vti_pvt ...
2
votes
0answers
79 views

Users Getting IIS Home Screen Instead of Home page

I have one user which is getting the IIS home landing page instead of our SharePoint home page. When I log onto her from a different machine everything seems to be working fine. If she types in ...
1
vote
0answers
30 views

Sluggish Sharepoint Application

I have Sharepoint 2010 application that runs smoothly during certain times of day however, whenever it feels like: the CPU usage hits 100%; the ASP Request Execution Time indicator flashes a warning; ...
0
votes
0answers
249 views

How Sharepoint pages life cycle works?

I built a HttpModule for sharepoint. But when I begin to debug the page request, I notice that the debugging has an strange cycle: 1 - context_PreRequestHandlerExecute() 2- page_PreInit() 3 - ...
1
vote
3answers
96 views

How can I debug sharepoint app attaching to IIS?

I built a HTTP Module, insert the DLL into the GAC, changed the webConfig Now , if on visual studio , I Attach to process W3WP , Open the web page where the module must work, I notice that ...
1
vote
2answers
334 views

How to register a new http module n the web config

I built a http module. I copied into the GAC . Then, I put into the WebConfig file lke this : <httpModules> .... <add name="MyAssembly" type="MyAssembly.Global"/> ...
0
votes
1answer
222 views

Error installing SharePoint 2010

I try to install SharePoint 2010 on Windows 8. There is a problem on step 7 of Configuration Wizard: 11/04/2012 19:12:28 8 ERR Failed to provision the SharePoint Central Administration Web ...
1
vote
1answer
395 views

Change SQL Server Port for existing SharePoint 2010 environment - Howto

I have a SharePoint 2010 environment configured with SQL Server 2008R2. Currently SQL Server is running on 1433. I am willing to change the existing SQL server port from 1433 to some non standard ...
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
528 views

Central Admin and SSP URLs Not Redirecting to Default.aspx

SP SO ladies & gents, I have an issue that came up on our production server where when you navigate to Central Administration myhost.gov:8080/ or a Shared Service Provider it will not show ...
2
votes
1answer
430 views

Assembly binding failure for all old Microsoft.SharePoint (version 12.0.0.0) dlls

My SharePoint 2010 dev box seems to have gone crazy today. I started to get an error when using U2U's CAML builder and trying to connect to a site using the Object Model. The error message is as ...