Home Database Mysql Tutorial 烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

Jun 07, 2016 pm 03:14 PM
a iis sqlserver use build

本文首发于 烂泥 行天下 ,由 秀依林枫 提供友情赞助。 看到文章的标题,你就有可能发笑了。现在建一个网站或者博客还需要使用IIS吗? 说了不怕各位笑话,我到目前为止对IIS还真的不怎么了解呢。今天刚刚好,趁着这个机会搭建一个以SQLServer为数据库、IIS为

本文首发于烂泥行天下,由秀依林枫提供友情赞助。

看到文章的标题,你就有可能发笑了。现在建一个网站或者博客还需要使用IIS吗?

说了不怕各位笑话,我到目前为止对IIS还真的不怎么了解呢。今天刚刚好,趁着这个机会搭建一个以SQLServer为数据库、IIS为web容器的ASP博客。该博客使用的Zblog的程序代码。

要建立此博客,我们需要做三部分工作。

1、相关环境的配置

2、SQLServer数据库的安装及配置

3、IIS的配置

4、Zblog的安装及配置

第一部分、相关环境的配置

对相关的环境的配置,我们所需要做的不多。此次实验我们是在虚拟机中进行的,所以我们搭建成功后,通过域名访问时会提示出错。

在此我们使用的ilanni.com这个域名进行访问的,所以我们需要在虚拟机的hosts文件中添加相迎的记录即可。如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

除此之外,我还需要交代几点。我们博客的根目录的D盘,如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

而ilanni.com这个博客的源码是存在的ilanni这个文件夹下的,如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

好了,以上就是我们对于环境所需要做的工作。接下来,我们要对数据库进行操作了。

第二部分、SQLServer数据库的安装及配置

由于ZBlog博客程序即可使用ACCESS作为数据库,也可以使用SQLServer作为数据库,所以我们再次选用的SQLServer作为数据库。而对于SQLServer数据库,我选用的是SQLServer2000免安装版。如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

SQLServer数据库启动成功后。我们就要建立相应的博客数据库,如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

数据库建好后,我们可以通过数据库客户端进行连接看看是不是能正常使用。我在此使用的是Navicat for SQLServer这个软件践行测试的,如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

其中需要注意的是,在主机名出填写时。如果现在的数据库的端口号没有修改的话,直接填写IP地址即可,如果修改过的话,那就要填写:“IP,端口号”的形式。而我们现在使用的绿色版的数据库使用的是7788这个端口号。所以我的填写如上图所示。

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

正确连接数据库的截图。

第三部分、IIS的配置

有关IIS的安装,我就不做多演示了。如果是Server 2003那你就需要安装IIS组件了。如果你是Server 2008那么安装就更简单了。我此次的演示是在Server 2003上进行的。安装完毕后的截图如下:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

下面开始进行配置,因为ZBlog使用的ASP语言,所以我们要在Web服务扩展中启用一些选项,如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

配置完成IIS后,我们就需要ZBlog的安装。

第四部分、Zblog的安装及配置

在安装Zblog之前,我们要建立相应的网站。启动IIS,“网站”右键,新建-网站,如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

在描述中,我们可以随意填写。

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

在这个界面里面,有点需要我们注意的。“网站IP地址”建议选择全部为分配,而网站端口号建议还是使用默认的80端口,要不然你访问网站时,还要在域名后面加端口号。

而主机头这个可以填写,也可以不填写。如果这台服务器只是建立一个网站的话,就不需要填写了。但是如果有多个网站在这台服务器上,而且使用的都是80端口的,那建议填写的。有关主机头的问题,我还会单独写一篇博客的。

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

在此选择网站所在的路径。

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

网站的访问权限。

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

网站建立完毕后,我们点击浏览的话。会出现如下的错误截图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

我们现在需要做的是,就右键“网站”-“属性”,如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

然后点击“主目录”―“配置”-“选项”,把“启用父路径”勾选上即可,如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

此时,我们再次点击,浏览时,就正常了。如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

浏览正常了,我们也就可以进行ZBlog的安装了。但是正式安装Zblog之前,我们还有件事情,要做,那就是权限的分配。右键网站―“权限”,如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

我们要给USERS这个用户组所有的权限,要不然等会我们在安装Zblog时,会一直提示安装Zblog。

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

权限分配完毕后,我们就可以Zblog的安装了。如下图:

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

这个是检查Zblog的安装环境及相关的权限。

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

这个地方需要注意了。数据库的类型我们选择“MSSQL”,也就是Sqlserver。数据库主机填写本地的地址即可。因为我使用的数据是经过修改端口号的,所以填写就上就加了端口号。而其他的就需要自己填写了。

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

安装完毕。

烂泥:利用IIS、Zblog、SQLServer搭建ASP博客

已经可以正式访问了。

本次实验所使用的软件下载地址如下:

SQLServer 2000绿色免安装版:

http://pan.baidu.com/share/link?shareid=2751295335&uk=3104283265

Navicat for SQLServer绿色安装版:

http://pan.baidu.com/share/link?shareid=2748637692&uk=3104283265

烂泥行天下

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to solve the problem that the object named already exists in the sqlserver database How to solve the problem that the object named already exists in the sqlserver database Apr 05, 2024 pm 09:42 PM

For objects with the same name that already exist in the SQL Server database, the following steps need to be taken: Confirm the object type (table, view, stored procedure). IF NOT EXISTS can be used to skip creation if the object is empty. If the object has data, use a different name or modify the structure. Use DROP to delete existing objects (use caution, backup recommended). Check for schema changes to make sure there are no references to deleted or renamed objects.

How to import mdf file into sqlserver How to import mdf file into sqlserver Apr 08, 2024 am 11:41 AM

The import steps are as follows: Copy the MDF file to SQL Server's data directory (usually C:\Program Files\Microsoft SQL Server\MSSQL\DATA). In SQL Server Management Studio (SSMS), open the database and select Attach. Click the Add button and select the MDF file. Confirm the database name and click the OK button.

What to do if the sqlserver service cannot be started What to do if the sqlserver service cannot be started Apr 05, 2024 pm 10:00 PM

When the SQL Server service fails to start, here are some steps to resolve: Check the error log to determine the root cause. Make sure the service account has permission to start the service. Check whether dependency services are running. Disable antivirus software. Repair SQL Server installation. If the repair does not work, reinstall SQL Server.

How to check sqlserver port number How to check sqlserver port number Apr 05, 2024 pm 09:57 PM

To view the SQL Server port number: Open SSMS and connect to the server. Find the server name in Object Explorer, right-click it and select Properties. In the Connection tab, view the TCP Port field.

How to recover accidentally deleted database in sqlserver How to recover accidentally deleted database in sqlserver Apr 05, 2024 pm 10:39 PM

If you accidentally delete a SQL Server database, you can take the following steps to recover: stop database activity; back up log files; check database logs; recovery options: restore from backup; restore from transaction log; use DBCC CHECKDB; use third-party tools. Please back up your database regularly and enable transaction logging to prevent data loss.

How to delete sqlserver if the installation fails? How to delete sqlserver if the installation fails? Apr 05, 2024 pm 11:27 PM

If the SQL Server installation fails, you can clean it up by following these steps: Uninstall SQL Server Delete registry keys Delete files and folders Restart the computer

How to change sqlserver English installation to Chinese How to change sqlserver English installation to Chinese Apr 05, 2024 pm 10:21 PM

SQL Server English installation can be changed to Chinese by following the following steps: download the corresponding language pack; stop the SQL Server service; install the language pack; change the instance language; change the user interface language; restart the application.

What is the difference between mysql and sqlserver syntax What is the difference between mysql and sqlserver syntax Apr 22, 2024 pm 06:33 PM

The syntax differences between MySQL and SQL Server are mainly reflected in database objects, data types, SQL statements and other aspects. Database object differences include the storage engine and how filegroups are specified, and the creation of indexes and constraints. Data type differences involve differences in numeric types, character types, and date and time types. SQL statement differences are reflected in result set limitations, data insertion, update and delete operations, etc. Other differences include how identity columns, views, and stored procedures are created. Understanding these differences is important to avoid errors when using different database systems.

See all articles