2
Answers

How to add a content editor web part to a specific page.

Murali Kris

Murali Kris

7y
264
1
Hi ,
 
My client requirement is add a content editor webpart to home page SP2010, from local mechine(windows mechine.) 
we have couple of if sites those sites we need to add a banner for that simple text we need to add a content editor webpart.
  we can add manually, but using any utility can we add webpart for multiplie sites?
Note:
1. We dont have access Central admin severs.
2. i can also use visual studio.
3. Using VS can we connect SP2010 and 2007 sites from Windows desktop?
4. we have some servers Win servers, but we dont have access central admin access.
 
please help me here 
 
Thanks in Advance. 
 
Answers (2)
1
Joe Wilson

Joe Wilson

NA 6.6k 236.8k 8y
Hi, Thank you very much for your answer, but you have written cross site scripting for XST but I think it is not correct, What do you think?
 
-1
Manas Mohapatra

Manas Mohapatra

NA 29.3k 3.3m 8y
XST: Cross Site Scripting

A network security vulnerability exploiting the HTTP TRACE method.

TRACE allows the client to see what is being received at the other end of the request chain and use that data for testing or diagnostic information.", the TRACK method works in the same way but is specific to Microsoft's IIS web server. XST could be used as a method to steal user's cookies via Cross-site Scripting (XSS) even if the cookie has the
"HttpOnly" flag set and/or exposes the user's Authorization header.

https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)

XSS: Cross Site Scripting

It is a type of security vulnerability whick works in Web applications. XSS attacks the web applications by injecting scripts.

https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)

You can prevent XSS with following links:

http://www.codeguru.com/csharp/.net/net_asp/preventing-cross-site-scripting-attacks-in-asp.net-mvc-4.htm

http://www.dotnet-programming.com/post/2015/04/12/How-to-Handle-Cross-Site-Scripting-in-ASPNET-MVC-Application.aspx