安装IIS 7.0
IIS7简介与基本配置

使用默认Web站点发布网站
(3)在“Internet信息服务(IIS)管理器”控制台树中,展开服务器节点, 右键单击“网站”,在弹出的菜单中选择“添加网站”,在该对话框中 可以指定网站名称、应用程序池、端口号、主机名。在此设置网站名称 为WEB,物理路径为C:\web,类型为http,IP地址为“10.21.11.203”端 口默认为80,如图所示,单击“确定”按钮,完成网站的创建。
add backup "My Backup Name“
2.还原
appcmd.exe restore backup "My Backup Name“
3.删除备份 appcmd.exe delete backup "My Backup Name“ 4.查看备份 appcmd.exe list backup
创建虚拟目录
(5)在客户机端访问虚拟目录 • 以域管理员帐户登录到WEB客户端计算机上,在IE浏览器的“地址”文 本框中输入虚拟目录路径为http://10.21.11.203/store可访问WEB网站 的虚拟目录,如图所示。
创建多个网站
• 在一台宿主机上创建多个网站也即虚拟网站(服务 器),可以理解为使用一台服务器充当若干台服务 器来使用,并且每个虚拟服务器都可拥有自己的域 名、IP地址或端口号。
IIS7的应用程序池
• 在IIS 7中,添加一个应用程序或者单独的网站, 默认会自动新建一个对应的“应用程序池”,这 也是IIS 7的一大特色。 • 集成模式:服务器将使用IIS 和 的集成 请求处理管道来处理请求。 • 经典模式:服务器会继续通过Aspnet_isapi.dll 路由托管代码请求,其处理请求的方式就像应用 程序在IIS 6.0 中运行一样。
windows 7安装IIS,三种方法图文教程-推荐下载

win7如何安装IIS,三种方法任你选(图文教程)安装方法1:通过用户界面安装1.单击“开始”/“控制面板”/“程序”,选择“打开或关闭Windows功能”。
2.在Windows 功能对话框中,选中“Internet信息服务”3.单击“确定”,这时Windows Vista就会启动IIS的安装过程;注意,如果你用上述步骤安装,得到的是默认的安装,也就是最少的功能。
如果你需要额外的IIS功能,如应用程序开发功能或者Web管理工具,就要在Windows功能对话框中,保证选中这些功能的相关复选框。
安装方法2:通过脚本安装在脚本中输入如下的命令:start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-HttpRedirect;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ASP;IIS-CGI;IIS-ISAPIExtensions;IIS-ISAPIFilter;IIS-ServerSideIncludes;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-ODBCLogging;IIS-Security;IIS-BasicAuthentication;IIS-WindowsAuthentication;IIS-DigestAuthentication;IIS-ClientCertificateMappingAuthentication;IIS-IISCertificateMappingAuthentication;IIS-URLAuthorization;IIS-RequestFiltering;IIS-IPSecurity;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-ManagementConsole;IIS-ManagementScriptingTools;IIS-ManagementService;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;IIS-LegacyScripts;IIS-LegacySnapIn;IIS-FTPPublishingService;IIS-FTPServer;IIS-FTPManagement;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI如果你用这个脚本安装,就会完全安装IIS,即安装全部的IIS功能。
iiS7.0配置ASP+ACCESS 环境

iiS7.0配置ASP+ACCESS 环境一、安装IIS7.0步骤:开始→控制面板→程序→打开或关闭windows功能。
设置如图所示:点击“确定”后重启win7系统。
二、配置IIS7步骤1:身份验证设置控制面板→管理工具→internet信息服务(IIS)管理器→Default web site→身份验证。
设置如图:启用:windows身份验证,基本身份验证,匿名身份验证。
步骤2:应用程序池设置Default web site→基本设置→选择应用程序池→ AppPol→确定。
设置如图:步骤3:ASP设置Default web site→ASP→启用父路径→Ture。
设置如图:步骤4:设置Temp文件夹权限“系统盘:\Windows\ServiceProfiles\NetworkService\AppData\Local\Temp” →右击Temp文件夹,选择“属性”→选择“安全”选项卡→单击“编辑”→出来“Temp 的权限”对话框→单击“添加”→在下面的“输入对象名称来选择”中输入Authenticated Users→确定→返回到“Temp 的权限” →将Authenticated Users的权限中的完全控制给勾上→确定→确定。
注意:其中AppData目录是隐藏的,在进入的时候可以直接在地址栏输入路径,或者在文件夹选项里显示隐藏文件。
设置如图:附:如果装的是64位操作系统还需一步设置步骤:应用程序池→设置应用程序池默认设置→启用32位应用程序→确定设置如图:到此处你已经全部完成IIS7.0设置,你的IIS7.0可以运行ASP+ACCESS!如另需帮助请联系:作者:张科 QQ:634363103。
在IIS7中安装和配置WebDAV

Installing and Configuring WebDAV on IIS 7•Published on February 14, 2008 by robmcm•Updated on March 18, 2010 by robmcm•Tags: WebDAV•Print•Email•Save to FavoritesAbout the AuthorRobert McMurray•View Profile•View BlogForum Posts: 274IntroductionMicrosoft released a new WebDAV extension module that was completely rewritten for Internet Information Services (IIS) 7 on Windows Server® 2008. This new WebDAV extension module incorporated many new features that enable Web authors to publish content better than before, and offers Web administrators more security and configuration options. Microsoft has released an update to the WebDAV extension module for Windows Server® 2008 that provides shared and exclusive locks support to prevent lost updates due to overwrites.This document walks you through adding WebDAV publishing to an existing Web site by using the new WebDAV user interface and by directly editing the IIS configuration files.Note: This walkthrough contains a series of steps in which you log on to your Web site using the local loopback address and the local administrator account. When using an administrator account, these steps should only be followed on the server itself using the loopback address or over SSL from a remote server. If you prefer to use a separate user account instead of the administrator account,you must create the appropriate folders and set the correct permissions for that user account when necessary.In This Walkthrough•Installing WebDAV on IIS 7.0•Installing WebDAV on IIS 7.5•Enabling WebDAV Publishing by using IIS Manager•Enabling WebDAV Publishing by editing the IIS configuration filesNote: This topic discusses using the WebDAV Redirector to connect to your web site. Please see the Using the WebDAV Redirector topic for more information; specifically the Troubleshooting the WebDAV Redirector section if you have trouble using the WebDAV redirector.PrerequisitesThe following items are required to complete the procedures in this article:•IIS 7.0 must be installed on your server, and the following must be configured: •The Default Web Site that is created by the IIS 7.0 installation must still exist.•The Internet Information Services Manager must be installed.•At least one authentication method must be installed.Note: If you choose to use Basic Authentication with the WebDAV redirector, you must connect to your server using HTTPS.•The WebDAV Redirector must be installed:•You must use Server Manager to install the Desktop Experience feature before you can use the WebDAV redirector.Downloading the Right Version for Your ServerThere are two separate downloadable packages for the new WebDAV extension module; you need to download the appropriate package for your version of Windows Server 2008:•32-bit Installation Package:•WebDAV 7.5 for IIS 7.0 (x86)•64-bit Installation Package:•WebDAV 7.5 for IIS 7.0 (x64)Launching the Installation PackageYou must run the installation package as an administrator. This can be accomplished by one of the following methods:•Logging in to your server using the actual account named "Administrator", then browsing to the download pages listed above or double-clicking the download package if you havesaved it to your server.•Logging on using an account with administrator privileges and opening a command-prompt by right-clicking the Command Prompt menu item that is located in the Accessories menu for Windows programs and selecting "Run as administrator", then typing the appropriatecommand listed below for your version of Windows to run the installation:•32-bit Windows Versions:•msiexec /i webdav_x86_75.msi•64-bit Windows Versions:•msiexec /i webdav_x64_75.msiWalking Through the Installation Process1.When the installation package opens, you see the following screen. If you agree to thelicense terms, check the "I accept" box, then click Install.2.The progress indicator will reflect the status of the installation as it proceeds.3.After the installation has completed, click Finish.4.The WebDAV extension module is now installed.Installing WebDAV on IIS 7.5IIS 7.5 for Windows Server 2008 R21.On the taskbar, click Start, point to Administrative Tools, and then click ServerManager.2.In the Server Manager hierarchy pane, expand Roles, and then click Web Server (IIS).3.In the Web Server (IIS) pane, scroll to the Role Services section, and then click AddRole Services.4.On the Select Role Services page of the Add Role Services Wizard, expand CommonHTTP Features, select WebDAV Publishing, and then click Next.5.On the Confirm Installation Selections page, click Install.6.On the Results page, click Close.IIS 7.5 for Windows 71.On the taskbar, click Start, and then click Control Panel.2.In Control Panel, click Programs and Features, and then click Turn WindowsFeatures on or off.3.Expand Internet Information Services, then World Wide Web Services, thenCommon HTTP Features.4.Select WebDAV Publishing, and then click OK.Enabling WebDAV Publishing by Using IIS ManagerThe new WebDAV extension module makes it easy to add WebDAV publishing to existing sites by providing you with a wizard that walks you through all of the required steps.Step 1: Enabling WebDAV and Adding an Authoring RuleIn this first step, we add WebDAV publishing to the Default Web site, and add the required settings to allow the local administrator account to edit the content.1.In IIS Manager, in the Connections pane, expand the Sites node in the tree, then clickthe Default Web Site.2.As shown in the image below, double-click the WebDAV Authoring Rules feature.3.When the WebDAV Authoring Rules page is displayed, click the Enable WebDAV taskin the Actions page.4.Once WebDAV has been enabled, click the Add Authoring Rule task in the Actions pane.5.When the Add Authoring Rule dialog appears:1.Click All content to specify that the rule applies to all content types.2.Choose "Specified users" and type "administrator" for the user name.3.Select Read, Source, and Write for the permissions.4.When you have completed these items, click OK.SummaryTask completed. You have enabled WebDAV authoring on an existing Web site.To recap the items that you completed in this step, we added WebDAV publishing to the "Default Web Site" by:•Enabling WebDAV for the Web site.•Adding an Authoring Rule for the local administrator account for Read, Source, and Write access.Note: As mentioned earlier, your default request filtering settings may block several file types from WebDAV authoring. If you do not modify your request filtering settings, you may see various errors when you try to publish files that are blocked. For example, if you attempt to upload or download a web.config file you will see errors in your WebDAV client. For more information about configuringyour request filtering settings, see the How to Configure WebDAV with Request Filtering walkthrough.Step 2: Logging in to Your WebDAV SiteIn Step 1 above, you enabled WebDAV publishing for your Default Web Site and added an Authoring Rule for the local administrator account for Read, Source, and Write access to your Web site's content. In this step, you log in using your administrator account.Ensuring that you have Authorization and Authentication configured1.In IIS Manager, in the Connections pane, expand the Sites node in the tree, then clickthe Default Web Site.2.Double-click the Authentication feature.3.When the Authentication feature opens, make sure that Windows Authentication isenabled. (Note: You can use Basic Authentication with WebDAV, but the WebDAV redirector will only use Basic authentication with SSL connections.)4.In IIS Manager, click the Default Web Site under the Sites node in the tree.5.Double-click the Authorization feature.6.When the Authorization feature opens, make sure that an Allow rule is defined thatincludes the administrator account. (For example, the default rule for IIS allowing access to All Users will include the administrator account.)Logging in to your WebDAV site using your administrator account1.On your WebDAV server, open a command prompt session.2.Type the following command to connect to your WebDAV server:net use * http://localhost/You now have a drive mapped to your WebDAV-enabled web site using the local administrator account, and based on the authorization rule that we added in Step 1, you have Read, Write, and Source access to the content folder.SummaryTo recap the items that you completed in this step:•You verified that your Web site had sufficient Authentication and Authorization settings.•You logged in to your WebDAV site as the local administrator.Enabling WebDAV Publishing by Editing the IISYou can also add WebDAV publishing to an existing Web site by editing the IIS configuration files.Note: Editing your applicationHost.config file requires full administrative permissions. This is best accomplished using one of two methods:•Log in to your computer using the local "administrator" account.•If you are logged in using an account with administrative permissions that is not the local "administrator" account, open Notepad using the "Run as Administrator" option.Note: The above steps are required because the User Account Control (UAC) security component in Windows Server 2008 will prevent access to your applicationHost.config file. For more information about UAC, please see the following documentation:•/fwlink/?LinkId=113664The following steps will walk you through all of the required settings to add WebDAV publishing for the Default Web Site.ing a text editor such as Windows Notepad, open your applicationHost.config file, whichis located in your %SystemRoot%\System32\inetsrv\config folder by default.2.Scroll to the bottom of your applicationHost.config file and locate the <location> section foryour Default Web Site that contains your authentication settings. If this section does notexist, you must add it. This should resemble the following example:<location path="Default Web Site"><system.webServer><security><authentication><anonymousAuthentication enabled="true" /><basicAuthentication enabled="false" /><digestAuthentication enabled="false" /><windowsAuthentication enabled="true" /></authentication></security></system.webServer></location>3.Make sure that you have Windows authentication method enabled.4.Add a <webdav> section beneath the closing </authentication> tag that will contain yourWebDAV settings.5.Add an <authoring enabled="true" /> element to the <webdav> element6.And add and <authoringRules> collection with a single entry for <addusers="administrator" path="*" access="Read, Write, Source" />.7.Your Default Web Site's settings should now resemble the following example:<location path="Default Web Site"><system.webServer><security><authentication><windowsAuthentication enabled="true" /><anonymousAuthentication enabled="false" /><digestAuthentication enabled="false" /><basicAuthentication enabled="false" /></authentication></security><webdav><authoring enabled="true" /><authoringRules><add users="administrator" path="*"access="Read, Write, Source" /></authoringRules></webdav></system.webServer></location>8.Save your applicationHost.config file.You should now be able to log in to your WebDAV-enabled site using a WebDAV client using the administrator account, but no other users should be able to access the content using WebDAV.SummaryIn this task you added WebDAV publishing to your Default Web Site by editing the IIS configuration files. To recap the items that you completed in this task:1.You enabled Windows Authentication for the Default Web Site.2.You enabled WebDAV for the Default Web Site.3.You added a WebDAV authoring rule for the administrator account with Read, Write, andSource access the Default Web Site.•Articles•WebDAV Extension - Video Walkthrough•WebDAV for IIS 7.0•How to Use WebDAV Locks•What's New for WebDAV and IIS 7.0。
Windows2022安装动易IIS配置-图文

Windows2022安装动易IIS配置-图文IIS、目录环境配置篇一、安装环境1、IIS7.02、安装.NETFramework2.03、安装SQLSERVER2005/2022二、IIS设置1、打开IIS,控制面板-管理工具-Internet信息服务(IIS)管理器,双击打开。
如下图:2、选中“网站”,右键“添加站点”。
如下图:(1)填写您的网站名称;(2)选择您的程序路径;(3)选择合适的应用程序池,选择“AppPool”;(4)填写您网站的域名。
3、设置“默认文档”(1)选中站点,然后选择“默认文档”,单击“打开功能”。
4、删除所有默认文档,然后添加“default.ap某”和“inde某.ap 某”。
5、把IIS中网站所使用的应用程序池“托管管道模式”选择为经典三、网站目录权限设置1、打开程序目录,选中程序目录右键“属性”,弹出对话框。
如下图:2、打开“属性”对话框后,选择“安全”,点击“编辑”,弹出对话框后,“添加”。
如下图:3、打开“选择用户或组”对话框后,单击“高级”,弹出对话框,继续单击“立即查找”,在搜索结果中按住CTRL键,多选中“NETWORKSERVICE”和“IUSR”,然后单击“确认”,再“确认”后即可。
如下图:4、鼠标分别选中“NETWORKSERVICE”和“Uer”,分别给予不同权限,权限如下:“NETWORKSERVICE”给予“修改、读取和执行、列出文件夹目录、读取、写入”权限;“Uer”给予“读取和执行、列出文件夹目录、读取”权限。
如下图:设置好后,确认保存即可。
IIS、目录环境配置完毕,进入下一步操作。
Win7下配置IIS+php+mysql操作环境(综合教程)

关于Win7的安装过程请查看小炉子网站的《Win7 IIS7.0 ASP+Access配置》:lulijuan#com(此处把#换成点.)一、安装IIS7.0 ,安装方法在此处不做重复,参见小炉子个人网站的《Win7 IIS7.0 ASP+Access 配置》二、测试IIS7.0是否成功安装。
在浏览器输入:http://localhost/ 如出现下图,则表示安装成功在Internet信息管理(IIS)管理器中,新建网站命名为PHP,端口设置为8080,访问网站如:http://localhost:8080/ (此处是为了能和ASP网站区分开来,asp默认安装端口是80)如下图设置三、配置PHP环境采用php v5.2.5(单击下载)下载后解压到D:\php5 . 在IIS中如下操作:添加ISAPI筛选器:添加脚本映射:添加应用程序池:修改D:/PHP5/php.ini-list 文件名为php.ini,复制到C:/windows/,修改php.ini:使之支持GD,mysql等修改extension_dir目录:复制libmcrypt.dll,libmysql.dll,php5ts.dll三个文件到C:/windows/System32下在默认目录wwwroot新建一个index.php在浏览器输入http://localhost:8080/index.php 校验是否成功安装php :四添加Mysql数据库[单击此处下载mysql server] 安装mysql等待安装完后,设置mysql安装设置完毕后,用phpmyadmin测试数据库的链接【下载phpMyadmin】五Zend Optimizer 【单击此处下载Zend Optimizer】如下图,一直安装下去,注意选对路径最后,所有的关于IIS7 mysql php已经安装完毕,亲自测试过,在win7 32bit系统上完全没有任何问题。
WIN7下配置 IIS7.0+PHP+MySQL+Zend+Phpmyadmin
WIN7的用户越来越多,很多朋友都更新上来了,呵呵,当然我的也是WIN7系统,但是很多时候我们做网站需要本地测试,只装IIS7.0只能支持ASP,只装Apache+PHP...又只能支持php,但是我们平时接触的所用到网站程序不只一种,同时安装IIS和Apache那当然是可以的但是80端口只能选一,感觉很麻烦,如何在WIN7下配置IIS7.0+PHP+MySQL+Zend+Phpmyadmin?那下面我分享我的经验。
1)、需要准备的程序:声明下我的系统win7 旗舰版X86(32位)1.IIS 7.0-----------------------------------系统自带的就行2.php-5.2.10-Win32-x86.ZIP-----------测试了很多版本,这个为我测试成功且最高版本的3.MySQL 5---------------------------------这个自己选择对版本没多大要求4.ZendOptimizer-3.3.3---------------------zend3.3.3就好了.5.Phpmyadmin----------------------------这个用的人很多,我不用这个,后面推荐一个我用的MySQL管理工具(说明:这里出来IIS系统自带的,其他的我都是用的解压版的)2)、依次安装配置上述程序:2-1)、安装IIS:安装iis我就不多少了,实在不懂的网上大把资料,自己去搜下!要注意的是:你后面配置PHP运行方式的时候是用“ISAPI筛选”还是“Cgi-fcgi”,如图选择:如何配置下面会讲到,这里支持ASP就可以了.(请根据自己的需要选择,都选上也行.)2-2)、安装/解压php压缩包(这里我所讲到的是压缩包,安装版的实际也叫傻瓜版)把php的压缩包解压,例如我的:D:\HostServer\PHP (或其它目录)2-2-1)、配置PHP:打开D:\HostServer\PHP (或其它目录) php.ini-dist,重命名为php.ini,用记事本打开查找:extension_dir = "./"将其路径知道你的PHP目录下的扩展功能目录中,这里PHP5对应修改为extension_dir = "D:/PHP/php5/ext"。
安装IIS7.0
安装IIS 7.0本章重点本章将学习Internet Information Service(IIS)的基本功能和IIS 7.0的安装。
在学习完本章后,应该能:•描述IIS的功能•安装IIS1.1 IIS服务概述IIS是Internet信息服务(Internet Information Service,IIS)的简称。
它是Microsoft主推的Web服务器。
目前广泛使用的IIS 6.0是Windows Server 2003 家族中可选择安装的部分。
Internet信息服务可以在Intranet、Internet或Extranet上提供集成、可靠、可伸缩、安全、可管理的Web服务器功能。
IIS是用于为动态网络应用程序创建强大的通信平台的工具。
IIS 6.0中提供了万维网发布服务(WWW服务)、文件传输协议服务(FTP服务)、简单邮件传输协议服务(SMTP服务)、网络新闻传输协议服务(NNTP服务)和IIS管理服务。
在Windows Server 2008和Windows Vista中使用的Web服务器是IIS 7.0,它整合了IIS、、Windows Communication Foundation Service和Windows SharePoint Services。
使用IIS 7.0,用户可以使用.NET语言运行服务器端的应用程序。
同时,IIS 7.0是一个完全模块化的Web服务器,以前的IIS版本的功能均是默认内置的,而IIS 7.0将这些划分成独立的模块,用户可以通过添加和删除模块来自定义服务器,这样减少了代码在系统中的运行次数,将遭受黑客脚本攻击的可能性降至最低。
IIS 7.0的安装与管理也与IIS 6.0略有不同,在Windows Server 2008中,使用IIS服务器管理器工具来完成服务器的安装与管理。
下面介绍一下IIS 7.0的安装。
1.2 安装IIS 7.0安装IIS 7.0必须具备管理员权限,这是Windows Server 2008的LUA新的安全功能。
IIS部署常见问题一、IIS70...
IIS部署常见问题一、IIS7.0部署1、打开服务器管理器运行‘开始/程序/管理工具/服务器管理器’菜单,打开如下窗体:2、选择服务器角色在上图的左窗体中,选择‘角色’,右键菜单选择‘添加角色’(或右窗体中点添加角色图标),添加角色窗体如下:3、选择角色服务在上图的服务器角色列表中选择‘Web服务器(IIS)’,点‘下一步’,在角色服务列表中,选择‘角色服务’;说明:除了默认选中的选项之外,还需再添加‘应用程序开发’和‘IIS 6 管理兼容性’,如下图红线框中所示:应用程序开发IIS 6 管理兼容性4、确认安装选择5、确认安装信息确认安装信息正确无误后,点‘安装’按钮,进行安装;6、安装结果7、验证默认IIS7.0开始/程序/管理工具/Internet 信息服务(IIS)管理器,如下图:左侧服务器下右击默认网站‘Default Web Site’选择右键菜单‘管理网站/浏览’,打开IE浏览器如下显示,表示IIS7.0基本功能正常,如下图:二、相关参数设置及常见问题1、安装一卡通门户网站运行门户网站安装包ZYTK3X_Portal.exe/SCP_Portal.exe,根据安装的提示向导一步一步往下安装,安装完成后进行添加网站、修改配置文件等设置。
2、添加网站2.1、ZYTK3.2在服务器下选择网站,右键菜单选择‘添加网站’,如下图:输入网站名称,物理路径:D:\ZYTK32\ZYTK32Portal\Zytk32Portal2.2、ZYTK3.5在服务器下选择网站,右键菜单选择‘添加网站’,如下图:C:\inetpub\wwwroot\ZYTK35\ZYTK35Portal\Zytk35Portal3、启动ZYTK32\ZYTK35网站右键ZYTK32\ZYTK35网站,选择右键菜单‘管理网站/启动’。
右键ZYTK32\ZYTK35网站,选择右键菜单‘管理网站/浏览’,报错如下图:4、修改应用程序池托管管道模式4.1、ZYTK3.2服务器上选择‘应用程序池’,在右侧列表中,双击‘ZYTK32’,修改‘托管管道模式’为经典,如下图:4.2、ZYTK3.5服务器上选择‘应用程序池’,在右侧列表中,双击‘ZYTK35’,修改‘托管管道模式’为经典,如下图:4.3、ZYTK3.2服务器上选择‘应用程序池’,在右侧列表中,双击‘Classic .NET AppPool’,修改‘托管管道模式’为‘经典’,如下图:4.4、ZYTK3.5服务器上选择‘应用程序池’,在右侧列表中,双击‘Classic .NET AppPool’,修改‘托管管道模式’为‘经典’,如下图:4.1、未装水晶报表报错:服务器端当出现如上图报错时,则先检查是否安装水晶报表程序(32位)、是否启用,门户网站服务IP是否被授权。
巧妙的设置IIS7支持ASP
巧妙的设置IIS7支持ASP巧妙的设置IIS7支持ASP初用Windows7(vista)系统自带IIS7让人一头雾水,再也没有原来熟悉的属性窗体,替代的是一些很陌生的名词和操作方式,那么,如何让IIS7支持ASP?这也许在之前的系统中是比较简单问题,到了win7也变得不那么容易,今天就给大家讲解下IIS7是如何继续支持ASP的.1、如何安装IIS7?Vista默认的情况下是没有安装IIS7,所以我们要在"控制面板"里面的"程序和功能"里面点击"打开或关闭Windows功能",在里面把对应的IIS的功能钩上,友情提示你,如果想要IIS7运行 1.1的程序,你需要把IIS6兼容性的这些选项一起选中。
2、如何配置iis7.0对于2.0来说,一切要简单些,因为IIS7默认情况下是支持2.0的程序,只是需要自己重新建一个应用程序池,选好.Net Framework的版本2.0的,托管管道的方式选成:经典。
这样应该就OK了。
对于 1.1来说,就要复杂好多,因为IIS7一般是在.NET FrameWork 1.1后装的,所以要用:%windir%Frameworkv1.1.4322aspnet_regiis -i 来注册你的.NET FrameWork 1.1,但是这时候你查看你的站点的时候,只要一运行的页面,IIS就挂掉了,这时候,经过大量的实践和搜索可以很负责任地告诉你,你没有装.NET FrameWork 1.1 SP1。
装完这些后,再在池里面加上对应的应用程序池,然后设置站点,一切就OK了。
接下来说说ASP的设置,作为一个经典的WEB框架,有时候还是得放些ASP的页面在自己机子上看看的,所以让我们一起让IIS7支持ASP吧:首先得看看是不是安装上了ASP的支持,还是在“打开或关闭Windows功能”里面,IIS下的万维网服务,应用程序开发功能里面把对应的项勾选,这时候站点里面就有ASP的选项出来了,在IIS的程序映射里面会有ASPClassic,默认的情况下应该是禁用的,这时候要编辑一下运行权限,把它启用。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
在windows2008下安装IIS 7.0,一共7个步骤
步骤/方法
启动服务器管理器
点击开始菜单->所有程序->管理工具->服务器管理器,启动服务器管理器,界面如下:
增加一个服务器角色
在服务器管理器中,选择角色,你将可以看到角色总视图。
启动添加角色向导
点击添加角色,会启动添加角色向导,点击下一步然后选择要安装的角色。
选择安装Web服务器(IIS)角色
选中Web服务器(IIS)
依赖于Windows进程激活服务(WAS)的Web服务器角色
添加角色向导会针对任何需要的依赖关系向你提示;由于IIS依赖Windows进程激活服务
(WAS),因此会出现下面的信息对话框。
点击添加必需的功能,然后继续。
Web服务器现在已经被选择进行安装,选择角色对话框。
点击下一步,出现Web服务器简介窗口,点击下一步。
为IIS 7.0选择要安装的角色服务
正如我们前面所说的,IIS 7.0是一个完全模块化的Web服务器,这一点从这个步骤中可以看出。
点击每一个服务选项在右边会出现对该服务的详细说明,如下图。
确认安装
确认选择安装的服务种类和设置,如果有问题则点击上一步继续进行修改设置,如果没问题则可以开始安装。
点击确认后,系统自动开始安装IIS 7.0,安装完成后会给出安装结果信息。