เช่น
<connectionStrings>
<add name="NorthwindConnectionString" connectionString="DataSource=(local);InitialCatalog=Northwind;User id=sa;Password=12345" providerName="System.Data.SqlClient"/>
</connectionStrings>
การเก็บ connection string เช่นนี้ มีความเสี่ยงในการถูกเปิดอ่านได้ เนื่องจากเป็น clear text ดังนั้น จึงมีวิธีการเข้ารหัสข้อมูลใน web.config ทำให้ไม่สามารถอ่านออกได้ แต่ระบบยังสามารถทำงานได้ตามปกติ
( อ่านต่อ )
No comments:
Post a Comment