随笔分类 - IIS
摘要:The ApplicationPoolIdentity is a virtual account in Windows that is dynamically generated when the application pools is created and takes on the name
阅读全文
摘要:一般加密方式: 利用Aspnet_regiis: cd C:\Windows\Microsoft.NET\Framework\v4.0.30319 aspnet_regiis -pe "connectionStrings" -app "/WcfFileUploadService" -prov "Da
阅读全文
摘要:一 建立虚拟目录 http://localhost/EncryptWebConfig,并添加web.config,其中包含数据库连接字符串: <connectionStrings> <add name="Conn" connectionString="Data Source=liuwu;User I
阅读全文
摘要:打开应用程序的 Web.config 文件并添加以下元素: <authentication mode="Windows" /> <identity impersonate="true" userName="domain\username" password="password"/> <authent
阅读全文
摘要:C:\Windows\System32\inetsrv\config\schema\ 下的IIS_schema.xml文件,但是考虑到安全等问题,而且这个文件默认是只读的,所以不建议直接修改这个配置文件,而应该在iis的管理器里修改: 打开某一个网站或者点击根节点,在最下方的“管理”部分,选择“配置
阅读全文
浙公网安备 33010602011771号