将本目录下的所有文件与目录传上您的服务器IIS虚拟目录下.并配置好ASP.NET的运行环境.更改好数据库连接地址即可.-to catalog all the documents on your list-server IIS virtual directory. Good ASP.NET configuration and the environment. Changes good database connectivity address. 下载
|
安装步骤: 1. 系统开发语言:asp.net+access/sql server,安装时需保证您的服务器对asp.net和access/sql server数据库的 支持。windows 2000,xp 用户需要安装.NET Framework 1.1 版可再发行组件包 ,.NET Framework 1.1 Service Pack 1,.NET Framework SDK 1.1 版。 请按上面的顺序依次安装,您的服务器即可支持asp.net。也可以省略上述过程直接安装visual stdio.net。 2. 将webshot文件夹复制的硬盘上某目录下,在IIS中建立虚拟目录指向该文件夹。 3.修改Web.config配置文件中,将“F:/web/dinghuidanhomecom/db/eshop.mdb”替换为正确的数据库文件绝对路径。 请注意斜杠/的方向。 数据库绝对路径:在IIS中建立虚拟目录指向webshot根目录文件夹后访问 http://localhost/aspcheck.aspx,其中的APPL_PHYSICAL_PATH变量可以给出webshot文件夹的绝对路径,在加上数据库相对 路径即可。注:必须用数据库绝对路径 4. 数据库位置在db/文件夹下,默认名称eshop.mdb,修改时请同时修改web.config中的数据库绝对路径-installation steps : 1. System Development Language : + Asp. Net access / sql server installation and the need to ensure your server right Asp. Net and access / sql server database support. Windows 2000 and XP users need to install.NET Framework Version 1.1 Redistributable package.NET Framework 1.1 Service Pack 1.NET Framework SDK version 1.1. By the above sequence followed by the installation, your server can support Asp. Net. You can also omit the process of direct visual stdio.net installation. 2. Will webshot folder on the hard copy of a directory, established in IIS virtual directory pointing to the folder. 3. Change Web.config configuration file, "F : / web / dinghuidanhomecom / db / eshop.mdb" replacement for the correct database files absolute path. To slash / directio 下载
|
此帮助系统基于visual studio 2005 + Sql 2000制作。 运行环境:.net framework 2.0,IIS 5.0+,IE5.5+ 使用说明:先将此文件下面的HELP还原到数据库中。 更改WEB.config里面的数据库联接参数。 配置IIS。即可使用。 初始帐号:admin 初始密码:admin888 后台登录地址/admin/login.aspx 前台浏览地址/help.html 制作人:DengXi QQ:6458450,Email:qwsf01115@163.com- 下载
|
使用asp.net开发的一个系通。请重新编译生成安装文件。 将源代码中的MemberMgr文件夹拷入到C:\Inetpub\wwwroot路径下。在IIS里的默认网站中将该文件创建成应用程序。 然后打开文件\Member\Member.sln即可以看到整个程序的所有程序文件。 修改连接字符串 <!--数据库连接字符串 --> <appSettings> <add key="Conn" value="server=LIUFPAD uid=sa pwd= database=Member" /> </appSettings> 将数据库连接字符串改成现有数据库的配置即可- 下载
|