【正文】
he exchange and the munication withthe user, with partner establishment relation, as well as developmentelectronic merce and so on. News management system managementsystem is constitutes the enterprise website an important constituent,it is shouldering the doubledecked function, on the one hand may usefor the dynamic issue related new product or the new developmentproject, on the other hand may promptly to the customer announce theenterprise manages the achievement, the technology and the researchand development progresses, specially remends or the preferentialbenefit engineering project, the product and the service, thus theattraction customer, expands the customer group. The traditional website news management way has two kinds, one is thestatic HTML page, renews when the information needs reto manufacturethe page then on to pass on the page and the revision correspondinglink, this way because the efficiency too is low not not multipurposealready. Two, based on ASP and the script language, the dynamichomepage and the database union, processes through the applicationprocedure the news, this is a present more popular procedure. Butbecause the ASP itself limitation enables the system to have someinsurmountable flaws, but adopted in the technology systemperformance to have the very big improvement, it mainly displayed infollowing several aspects: After 1. because the ASP page each time opens the process which allmust pass through first translates explained, therefore the pagerepeatedly is opening time speed not any promotion, after but page only needs a time of translation not to need retotranslate, is revised until this page or the Web application procedurerestarts. This enabled when visited many times the speed to have theenormous promotion. 2. because ASP has not provided any output data for the content part,therefore when uses ASP poses the database page only can drawsupport from ADO the RecordSet object to readby the pen takes therecord, but database part and so on DataGrid which providesthrough may directly with the database relation. 3. support application procedure realtime renewal. Themanager does not need to switch off the work server or not to evenneed to stop the application procedure the movement being allowed torenew the application document. The application procedure documentnever can lock, therefore even in procedure movement time the documentmay cover. After the file updating, the system can temperatelytransform to the new edition. 4. adopts Codebehind The way pilation codecauses the code to be easier to pile, the structure was clearer,reduced the system development and maintenance plex and theexpense. 1 system development principle