Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Adding a 'ghosted' page after the site si created

  Asked By: Eliezer Preston         Date: May 11, 2005      Category: Sharepoint      Views: 251
 

I create an ASP.Net web page which I want to incorporate in my Site
definition (in this case the SPS) site definition.

You can see pages like search.aspx and others but I want to make my
own search.aspx (MySearch.aspx)

If I add the page on this place and create a new site, it
automatically creates a record in the database to the new page (an
entry in the Docs table).

But the problem I have is that the page is not available for existing
sites.

I was thinking to call the stored procedure to add the "ghosted" page
to my existing sites: proc_AddDocument.

Before calling this stored procedure, and cause a huge problem on my
sites, I want to know if somebody wants to share the experience
resolving a similar issue like this....


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:                

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Adding a 'ghosted' page after the site si created Or get search suggestion and latest updates.


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