惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Help Net Security
Help Net Security
G
Google Developers Blog
雷峰网
雷峰网
WordPress大学
WordPress大学
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Engineering at Meta
Engineering at Meta
Security Latest
Security Latest
T
Threat Research - Cisco Blogs
AWS News Blog
AWS News Blog
F
Full Disclosure
C
Cybersecurity and Infrastructure Security Agency CISA
T
The Exploit Database - CXSecurity.com
J
Java Code Geeks
U
Unit 42
C
Cyber Attacks, Cyber Crime and Cyber Security
V
V2EX
C
Cisco Blogs
博客园 - 司徒正美
Project Zero
Project Zero
L
LINUX DO - 热门话题
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
Scott Helme
Scott Helme
A
About on SuperTechFans
Hugging Face - Blog
Hugging Face - Blog
S
Securelist
小众软件
小众软件
aimingoo的专栏
aimingoo的专栏
S
Schneier on Security
G
GRAHAM CLULEY
酷 壳 – CoolShell
酷 壳 – CoolShell
Cyberwarzone
Cyberwarzone
MongoDB | Blog
MongoDB | Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
T
Threatpost
Recorded Future
Recorded Future
C
CXSECURITY Database RSS Feed - CXSecurity.com
宝玉的分享
宝玉的分享
N
News and Events Feed by Topic
人人都是产品经理
人人都是产品经理
The Register - Security
The Register - Security
S
Security Archives - TechRepublic
博客园 - Franky
N
News | PayPal Newsroom
Simon Willison's Weblog
Simon Willison's Weblog
S
SegmentFault 最新的问题
W
WeLiveSecurity
A
Arctic Wolf
B
Blog

博客园 - wolfman

正则表达式Pattern 字符串分割成一维数组、二维数组,一维数组与二维数组之间的转换 ActiveMQ在C#中的应用 深入掌握JMS(十二):MDB 深入掌握JMS(十一):TemporaryQueue和TemporaryTopic 深入掌握JMS(十):JMSCorrelationID与Selector 深入掌握JMS(九):Selector 深入掌握JMS(八):JMSReplyTo 深入掌握JMS(七):DeliveryMode例子 深入掌握JMS(六):消息头 深入掌握JMS(四):实战Queue 深入掌握JMS(五):实战Topic 深入掌握JMS(三):MessageListener 深入掌握JMS(二):一个JMS例子 深入掌握JMS(一):JSM基础 oracle 分区表(转) Application,Session,Cookie,ViewState,Cache的区别(转) 网络编程基础 Windows Service开发应用
VS2008+Oracle92 网站发布注意问题
wolfman · 2009-09-27 · via 博客园 - wolfman

网站开发环境:VS2008+Ajax2.0
数据库版本:Oracle92
服务器:Windows Server 2003 sp2
网站发布前要做好几项工作。

第一、服务器配置。数据库服务器和应用程序服务器共用一台机器,操作系统采用Windows Server 2003 sp2。

      1、Asp.net开发的程序要确保安装IIS,WinServer2003安装IIS6.0;WinXp要安装IIS5.0。可以直接使用安装盘在“添加/删除程序”中。 安装Windows组件来安装或者从网上下载IIS相应版本的安装包进行安装。


      2、IIS安装成功后需要将IIS下的“Web服务扩展”项目下的Asp.net扩展项解除禁止。


      3、执行“C:"WINDOWS"Microsoft.NET"Framework"v2.0.50727"aspnet_regiis.exe”来注册Asp.net到IIS上。


      4、将发布好的网站放到系统默认目录“c:"inetpub"wwwroot”下,或者指定某一目录。然后右键IIS下的“默认网站-属性”设置标签【主目录】和【文档】来指定网站目录和默认启动文档,重要一步还要设置标签【ASP.NET】版本为2.0。

第二、数据库安全设置。

为保证Asp.net能访问Oracle,需要配置oracle的安全选项。找到Oracle的安装目录,右键-共享和安全-安全,添加“Authenticated Users”授权用户拥有读取和运行的权限。具体方法:选定该“Authenticated Users”用户,默认该用户的读取和运行权限是选中的,将其取消后再次选中读取和运行权限,然后 应用-确定-重新启动计算机。