[提问]
MSSQL中的DSN和ASP Schema需要安装吗?
|
|
DSN:
ASP Schema:
需要安装吗?
我的站是aspx+MSSQL,不知道DSN和ASP Schema是干嘛用的啊。 |
|
|
|
|
|
|
|
|
|
|
add.c
发表于 2009-8-20 13:28:37
|
显示全部楼层
装上吧
装上之后会有更好的性能
To take full advantage of ASP.NET's architecture and performance capabilities, you should install the ASP.NET database schema. The .NET Framework defines a set of elements that implement configuration settings, and the ASP.NET configuration schema contains elements that control how ASP.NET Web applications behave. You can set up the ASP.NET schema when you create a new database in your hosting manager or after you create a SQL Server database.
[ 本帖最后由 add.c 于 2010-4-7 11:17 AM 编辑 ] |
|
|
|
|
|
|
|
|