Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

What is Best Tool to Modify default.aspx and copy to SPS site def folder

  Asked By: Marissa Black         Date: Oct 16, 2006      Category: Sharepoint      Views: 286
 

Notepad - save to other location and copy to SPS site def folder?
Frontpage - save to other location and copy to SPS site def folder? Save as text file?
VS 2005 - save to to SPS site def folder?

What is your favorite technique?

Tagged:                            

 

3 Answers Found

 
Answer #1       Answered By: Nina Banks          Answered On: Oct 16, 2006       

I use VS.NET to edit direct-mode pages; however I use notepad  too. Using
FrontPage can cause the webbots that represent the linkbars to save  in a
way that results in render issues.

Be sure to open the file from the "60 hive" on the c: drive rather than
the http: location  of an instance page.

 
Answer #2       Answered By: Sharonda Mcfarland          Answered On: Oct 16, 2006       

Backup, backup, backup, then edit usually in Notepad (since the servers don’t have fancy apps installed).

 
Answer #3       Answered By: Kalyan Pujari          Answered On: Oct 16, 2006       

Check out Notepad++ on www.SourceForge.net. It’s free, offers tabbed notes, slick zoom in/out, and syntax colorization for many file types (including HTML/ASPX).

Being said that make sure you open the files through the file system and not through HTTP.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].