Delphi_net_programming_code_developed_asp_classic_

所属分类:Pascal/Delphi编程
开发工具:ASP
文件大小:281KB
下载次数:2
上传日期:2010-08-21 05:33:08
上 传 者no_user
说明:  Delphi.net编程开发的asp经典网站代码.Delphi.net programming code developed by asp classic website.
(Delphi.net programming code developed by asp classic website.)

文件列表:
BDSWebExamp333333333333333\OWEBackup.bak (1395200, 2003-12-17)
BDSWebExamp333333333333333\相关说明.txt (436, 2005-05-08)
BDSWebExamp333333333333333\BDSWebExample\about.aspx (5879, 2004-04-02)
BDSWebExamp333333333333333\BDSWebExample\about.pas (1410, 2004-04-02)
BDSWebExamp333333333333333\BDSWebExample\about.resx (4947, 2004-04-02)
BDSWebExamp333333333333333\BDSWebExample\about.Tabout.resources (389, 2004-09-06)
BDSWebExamp333333333333333\BDSWebExample\AddReview.aspx (7873, 2004-03-31)
BDSWebExamp333333333333333\BDSWebExample\AddReview.pas (3027, 2004-03-31)
BDSWebExamp333333333333333\BDSWebExample\AddReview.resx (4947, 2004-03-31)
BDSWebExamp333333333333333\BDSWebExample\AddReview.TAddReview.resources (389, 2004-09-06)
BDSWebExamp333333333333333\BDSWebExample\BDSWebExample.bdsproj (19397, 2004-04-01)
BDSWebExamp333333333333333\BDSWebExample\BDSWebExample.cfg (833, 2004-04-02)
BDSWebExamp333333333333333\BDSWebExample\BDSWebExample.dpr (6501, 2004-04-01)
BDSWebExamp333333333333333\BDSWebExample\BDSWebExample.identcache (1888, 2004-09-06)
BDSWebExamp333333333333333\BDSWebExample\BDSWebExample.rsp (1278, 2004-09-06)
BDSWebExamp333333333333333\BDSWebExample\browse.aspx (3109, 2004-04-02)
BDSWebExamp333333333333333\BDSWebExample\browse.pas (2638, 2004-04-02)
BDSWebExamp333333333333333\BDSWebExample\browse.resx (4947, 2004-04-02)
BDSWebExamp333333333333333\BDSWebExample\browse.Tbrowse.resources (389, 2004-09-06)
BDSWebExamp333333333333333\BDSWebExample\CODE\apptypes.pas (6217, 2004-03-31)
BDSWebExamp333333333333333\BDSWebExample\CODE\AppTypesDB.pas (2132, 2003-12-17)
BDSWebExamp333333333333333\BDSWebExample\CODE\catgrid.pas (6878, 2004-03-31)
BDSWebExamp333333333333333\BDSWebExample\CODE\developersDB.pas (10051, 2003-12-17)
BDSWebExamp333333333333333\BDSWebExample\CODE\HitCounter.pas (4779, 2004-04-01)
BDSWebExamp333333333333333\BDSWebExample\CODE\htmlinputfile.pas (1830, 2004-09-06)
BDSWebExamp333333333333333\BDSWebExample\CODE\products.pas (3915, 2004-03-31)
BDSWebExamp333333333333333\BDSWebExample\CODE\productsDB.pas (17742, 2004-04-01)
BDSWebExamp333333333333333\BDSWebExample\CODE\productsgrid.pas (19806, 2004-04-02)
BDSWebExamp333333333333333\BDSWebExample\CODE\reviews.pas (3075, 2004-04-01)
BDSWebExamp333333333333333\BDSWebExample\CODE\thtmlinputfile.pas (1825, 2003-12-17)
BDSWebExamp333333333333333\BDSWebExample\CODE\top.pas (4552, 2004-03-31)
BDSWebExamp333333333333333\BDSWebExample\CODE (0, 2005-05-08)
BDSWebExamp333333333333333\BDSWebExample\CSBAN\ADDS.XML (587, 2003-12-17)
BDSWebExamp333333333333333\BDSWebExample\CSBAN\aspxdelphilogobig.gif (3913, 2003-12-17)
BDSWebExamp333333333333333\BDSWebExample\CSBAN\delphi-alert.gif (6435, 2003-12-17)
BDSWebExamp333333333333333\BDSWebExample\CSBAN\delphi-tab.gif (5856, 2003-12-17)
BDSWebExamp333333333333333\BDSWebExample\CSBAN (0, 2005-05-08)
BDSWebExamp333333333333333\BDSWebExample\Default.aspx (3989, 2004-04-10)
BDSWebExamp333333333333333\BDSWebExample\default.pas (1249, 2004-04-10)
... ...

About the "BDSWebExample": The purpose (idea of this application) is to show how to build a "CodeCentral"-like web site using asp.net. This web application supports users login, product submission, searching, page view statistics, etc. BDSWebExample online: http://www.aspxdelphi.net/bdswebexample "INSTALL": Prior to running the Product purchased, please first unzip the package in a folder on your hard drive. Prerequisites: MS SQL Server 2000 or MSDE (Update 3) Before running the Product, you will need to create a virtual directory in IIS. 1. Choose Start | Control Panel. 2. Select Administrative Tools. 3. Double-click the Internet Information Services icon. 4. Expand the treeview, until you see Default Web Site. 5. Right-click the Default Web Site node, then choose New | Virtual Directory... 6. Click the Next button. 7. Enter the Alias for the program. This MUST be the same as the Project name. For example, the "BDSWebExample" archive contains a Project called BDSWebExample.bdsproj. You must call the alias BDSWebExample. If you call it DelphiPortal, you will get a 404 message when you try to run the application. 8. Click the Next button. 9. Click the Browse... button to navigate to the root directory of the demo. For example, the directory for the "BDSWebExample" might be: C:\My Web Apps\aspxDelphi.net\BDSWebExample 10. Click the Next button. 11. Select the Write option. 12. Click the Next button. 13. Click the Finish button. 14. Make sure you specify the "default document" for virtual folder: in IIS, right-click the newly created virtual folder, pick "Properties", select "Documents", check "Enable default document", add Default.aspx. Make sure this entry is first in the list (visit: http://delphi.about.com/library/weekly/aa081704a.htm) Restoring the database from the backup 1. The OWEBackup.zip contains the backup of the Portal database, general steps to restoring the DB from the backup are explained in this article: http://delphi.about.com/library/weekly/aa031604a.htm 2. Make sure you add "MachineName\ASPNET" user to the list of database users. Specifying the database location: 1. Before running the project for the first time, make sure the "ConnectionString" key in web.config file points to the correct database. ---------------------------- Be sure NOT to miss: A Beginner's Guide to ASP.NET Programming for Delphi developers http://delphi.about.com/library/weekly/aa040404a.htm That's all! _________________________ Zarko Gajic http://delphi.about.com http://aspxdelphi.net

近期下载者

相关文件


收藏者