zoukankan      html  css  js  c++  java
  • IIS7 发布mvc3.0

    Windows7系统和我们见面已经有一段时间了,在我们经过一段时间熟悉了她的新鲜好玩儿的功能之后,也许我们该静下心来想一下怎么用她做一些与学习有 关的事情,从Windows7的第一个试用版到现在的零售旗舰版,我一直在了解她、熟悉她、感受她。凭我的感觉,不久的将来Windows7必将取代之前 的Windows非服务器版本。不多说,昨天开博,今天用了大半天的时间做了两个教程,这是第一个,下一个是《自己的电脑也做服务器完整版》。用心分享自己的心历路程……

    教程开始:

    第一步,进入控制面板,点击程序图标

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第二步,点击打开或关闭Windows功能

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第三步,勾选Internet信息服务全部功能,或根据需要,点击确定,安装

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第四步,进入控制面板,点击管理工具

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第五步,点击Internet 信息服务(IIS)管理器

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第六步,点击ASP,将启用父路径设为True

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第七步,点击默认文档,根据需要添加

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第八步,也是关键一步,点击应用程序池,然后点击右边的设置应用程序池默认设置,然后将启用32位应用程序设为True,否则会总提示链接数据库出错(尤其对于64位系统,兼容性问题)

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第九步,点击默认网站,然后点击右边的基本设置,选择自己网站所在目录

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第十步,进入C:WindowsServiceProfilesNetworkServiceAppDataLocal,设置Temp文件夹的安全属性。右键点击属性—安全—编辑—添加—高级[转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第十一步,点击立刻查找,然后点击Authenticated Users—确定—添加—确定

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

    第十二步,在浏览器地址栏中输入localhost,IIS配置成功

    [转载]Windows <wbr>7 <wbr>IIS7 <wbr>IIS7.5 <wbr>配置完整版

  • 相关阅读:
    Icident event 分析
    innodb buffer pool相关特性
    备库Seconds_Behind_Master的计算
    savepoint原理
    layer探框
    解决layui表格和下拉框同时使用时,下拉框被表格遮当问题
    layui switch开关按钮
    formSelects 4.x多选下拉框
    java如何调用php接口,并获取值
    layui时间范围选择器
  • 原文地址:https://www.cnblogs.com/peter-peng/p/3224666.html
Copyright © 2011-2022 走看看