Web.config is the main settings and configuration file for an ASP.NET web application (which SharePoint is dependent on). The file is an XML document that defines configuration information regarding the web application.This file stores the information about how the web application will act. The ...
0
votes
2answers
1k views
[UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported
When the upgrade of 2007 to 2010 took place i started to get errors for my webparts on my website as mentioned below:
Error[1]
Web Part Error: A Web Part or Web Form Control on this Page cannot be ...
1
vote
1answer
88 views
web.config Entries not Being Removed During Feature Deactivation
I'm writing a web application scoped feature receiver to make changes to web.config using SPWebConfigModification. Adding entries is working well. My problem is removing the entries. When stepping ...
0
votes
1answer
71 views
Register dotless css Sharepoint 2010
I am trying to get http://www.dotlesscss.org/ installed on sharepoint 2010 server for use for the whole site instead of just an application.
I have installed the dll into the GAC and the bin of the ...
0
votes
1answer
592 views
SPSecurityTokenService.Issue() failed: System.ArgumentException: Cannot get Membership Provider with name xxxxx
Really need help with this issue. I've been struggling for about 4 hours today with this issue and no luck.. Tried everything and every article out there but obviously missed something.
Here's the ...
0
votes
1answer
364 views
Verify whether some node exists in SP web.config
Is any way how to find you whether some node exists in web config? SPWebConfigModification? or some other class? I belive there must be way how to find it out.
Thanks.
0
votes
1answer
131 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 ...
0
votes
1answer
149 views
Registering of controls in web.config
Is it possible to register controls, aside from:
<%@ Register Tagprefix="CustomSearch" Namespace="SomeAssembly.WebControls"
Assembly="SomeAssembly.WebControls, Version=11.0.0.0, ...
1
vote
0answers
11 views
Workflow consumes WCF Service: Exception is invalid or unrecognized
I have got issue. It's an update from a question that I have asked a week ago:
I have a State Machine Workflow that is deployed in my local SP machine. It is attached to a list, and will consume a ...
1
vote
0answers
313 views
MS11-100, MaxHttpCollectionKeys not working
Our application is giving the following error in a large form:
System.InvalidOperationException: Operation is not valid due to the
current state of the object. at
...
0
votes
0answers
22 views
Restrict access to a hive page
The purpose is to block the Incoming e-mail settings internal page (/_layouts/EmailSettings.aspx) to non-admin users or, simply, to all with an exception account.
Via authorization element in web ...
0
votes
0answers
29 views
SharePoint extended web application's web.config
I had an SharePoint Web application at (http ://intranet) and extended it to (http ://internet). Technically it created a new IIS web site for me with a web.config file completely different from the ...
0
votes
0answers
56 views
How can Solve problems while debugging sharepoint web application?
Everytime I try to run my sharepoint application in debug mode, I get the error bellow:
0
votes
0answers
179 views
Manage Content and Structure Custom Errors After Upgrade
I upgraded to SharePoint 2010 and now I can not get access to the content and structure section located under "Site Actions". The runtime error appears telling me that an Application error occurred on ...
0
votes
0answers
204 views
tagPrefix declared in web.config is not recognised in markup files in a SharePoint Visual Studio 2010 solution
This used to work fine, and I'm guessing it's because we had a web project with the web.config in the project itself.
With a sharepoint solution in visual studio, we had a tag declared in the (iis ...