Click here to Skip to main content
15,896,474 members
Articles / Web Development / XHTML

Exact Phrase Website Live Search Script .NET 3.5

Rate me:
Please Sign up or sign in to vote.
4.00/5 (5 votes)
18 Aug 2010CPOL5 min read 31.7K   429   22  
This script can be used in an ASP.NET 3.5 website. It can search out exact phrases and keywords live from all HTML pages and text files on the website.
<?xml version="1.0" encoding="UTF-8" ?>
<XML_DIZ_INFO>
	<MASTER_PAD_VERSION_INFO>
		<MASTER_PAD_VERSION>2.011</MASTER_PAD_VERSION>
		<MASTER_PAD_EDITOR>Online PAD Generator 1.33 - http://www.padbuilder.com</MASTER_PAD_EDITOR>
		<MASTER_PAD_INFO>Portable Application Description, or PAD for short, is a data set that is used by shareware authors to disseminate information to anyone interested in their software products. To find out more go to http://www.asp-shareware.org/pad</MASTER_PAD_INFO>
	</MASTER_PAD_VERSION_INFO>
	<Company_Info>
		<Company_Name>Student</Company_Name>
		<Address_1>-</Address_1>
		<Address_2 />
		<City_Town>-</City_Town>
		<State_Province>-</State_Province>
		<Zip_Postal_Code>-</Zip_Postal_Code>
		<Country>India</Country>
		<Company_WebSite_URL>http://www.lawsofbrahman.com</Company_WebSite_URL>
		<Contact_Info>
			<Author_First_Name>Tushar</Author_First_Name>
			<Author_Last_Name>Arora</Author_Last_Name>
			<Author_Email>aroratushar@gmail.com</Author_Email>
			<Contact_First_Name>Tushar</Contact_First_Name>
			<Contact_Last_Name>Arora</Contact_Last_Name>
			<Contact_Email>aroratushar@gmail.com</Contact_Email>
		</Contact_Info>
		<Support_Info>
			<Sales_Email />
			<Support_Email />
			<General_Email />
			<Sales_Phone />
			<Support_Phone />
			<General_Phone />
			<Fax_Phone />
		</Support_Info>
	</Company_Info>
	<Program_Info>
		<Program_Name>Simple Exact Phrase Live Search Engine</Program_Name>
		<Program_Version>1.0</Program_Version>
		<Program_Release_Month>26</Program_Release_Month>
		<Program_Release_Day>08</Program_Release_Day>
		<Program_Release_Year>2009</Program_Release_Year>
		<Program_Cost_Dollars />
		<Program_Cost_Other_Code />
		<Program_Cost_Other />
		<Program_Type>Freeware</Program_Type>
		<Program_Release_Status>New Release</Program_Release_Status>
		<Program_Install_Support>No Install Support</Program_Install_Support>
		<Program_OS_Support>WinXP,Windows2003</Program_OS_Support>
		<Program_Language>English</Program_Language>
		<Program_Change_Info />
		<Program_Specific_Category />
		<Program_Category_Class>Web Development::ASP &amp; PHP</Program_Category_Class>
		<Program_Categories>Scripts</Program_Categories>
		<Program_System_Requirements>Windows, IIS, .NET 3.5, website domain</Program_System_Requirements>
		<Includes_JAVA_VM>N</Includes_JAVA_VM>
		<Includes_VB_Runtime>N</Includes_VB_Runtime>
		<Includes_DirectX>N</Includes_DirectX>
		<File_Info>
			<Filename_Versioned>1.0</Filename_Versioned>
			<Filename_Previous />
			<Filename_Generic />
			<Filename_Long />
			<File_Size_Bytes>138618</File_Size_Bytes>
			<File_Size_K>135.37</File_Size_K>
			<File_Size_MB>0.13</File_Size_MB>
		</File_Info>
		<Expire_Info>
			<Has_Expire_Info>N</Has_Expire_Info>
			<Expire_Count />
			<Expire_Based_On />
			<Expire_Other_Info />
			<Expire_Month />
			<Expire_Day />
			<Expire_Year />
		</Expire_Info>
	</Program_Info>
	<Program_Descriptions>
		<English>
			<Keywords>asp,asp.net,.net,windows,script,.net 3.5,site search,search,indexing,search engine,live search,live search engine, website search, site search</Keywords>
			<Char_Desc_45>ASP .NET 3.5 Site Live Search Script</Char_Desc_45>
			<Char_Desc_80>Exact phrase ASP .NET 3.5 Site Live Search Script</Char_Desc_80>
			<Char_Desc_250>Put this ASP .NET 3.5 script into yourdomain.com/search and search the entire website for exact word or a phrase. Free, educational, put it in universities, schools, and public libraries to search standard html/text files on the website.</Char_Desc_250>
			<Char_Desc_450 />
			<Char_Desc_2000>Put this ASP 3.5 script into yourdomain.com/search and search the entire website for exact word or a phrase. This script is based on ASP .NET 3.5 so if you an installed .NET 3.5 on your server and it is a website, there will not be any problem. Configure manually three-four variables in "phrasesearch.aspx.cs" code file before use. This script is free for educational purpose. You can implement this script in universities, schools, and public libraries to search standard html/text files on the website. This script is only compatible with Windows IIS and is a freeware.</Char_Desc_2000>
		</English>
	</Program_Descriptions>
	<Web_Info>
		<Application_URLs>
			<Application_Info_URL>http://www.lawsofbrahman.com/search/readme.txt</Application_Info_URL>
			<Application_Order_URL>-</Application_Order_URL>
			<Application_Screenshot_URL>-</Application_Screenshot_URL>
			<Application_Icon_URL>-</Application_Icon_URL>
			<Application_XML_File_URL>http://www.lawsofbrahman.com/downloads/exactphraselivesearchpad.xml</Application_XML_File_URL>
		</Application_URLs>
		<Download_URLs>
			<Primary_Download_URL>http://www.lawsofbrahman.com/downloads/exactphraselivesearch.zip</Primary_Download_URL>
			<Secondary_Download_URL />
			<Additional_Download_URL_1 />
			<Additional_Download_URL_2 />
		</Download_URLs>
	</Web_Info>
	<Permissions>
		<Distribution_Permissions>Freeware, for personal and educational purpose.</Distribution_Permissions>
		<EULA>Freeware.</EULA>
	</Permissions>
</XML_DIZ_INFO>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions