.net cookies问题
写了一个cookie,在本页读值没问题,出了本页就读不出来对象引用未设置为一个实例对象。我用的是英文服务器,在国外
很奇怪,中文服务器没问题
Object reference not set to an instance of an object. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.Source Error: 
Line 17: 
Line 18: 
Line 19:         Response.Write(Request.Cookies["ApplyMoney"]["DealID"].ToString());
Line 20:         Response.End();
Line 21: