<?xml version="1.0" encoding="utf-8"?>
<error
  application="/LM/W3SVC/4/ROOT"
  host="EC2AMAZ-JQV702F"
  type="System.Web.HttpCompileException"
  message="c:\inetpub\wwwroot\Semsark2\RSS.aspx.cs(7): error CS0138: A using namespace directive can only be applied to namespaces; 'System.IO.File' is a type not a namespace"
  source="System.Web"
  detail="System.Web.HttpCompileException (0x80004005): c:\inetpub\wwwroot\Semsark2\RSS.aspx.cs(7): error CS0138: A using namespace directive can only be applied to namespaces; 'System.IO.File' is a type not a namespace&#xD;&#xA;   at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)&#xD;&#xA;   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)&#xD;&#xA;   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)&#xD;&#xA;   at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)&#xD;&#xA;   at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)&#xD;&#xA;   at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)&#xD;&#xA;   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()&#xD;&#xA;   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)&#xD;&#xA;   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)"
  time="2026-04-09T03:41:29.5036976Z"
  statusCode="500"
  webHostHtmlMessage="&lt;!DOCTYPE html&gt;&#xD;&#xA;&lt;html&gt;&#xD;&#xA;    &lt;head&gt;&#xD;&#xA;        &lt;title&gt;Compilation Error&lt;/title&gt;&#xD;&#xA;        &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot; /&gt;&#xD;&#xA;        &lt;style&gt;&#xD;&#xA;         body {font-family:&quot;Verdana&quot;;font-weight:normal;font-size: .7em;color:black;} &#xD;&#xA;         p {font-family:&quot;Verdana&quot;;font-weight:normal;color:black;margin-top: -5px}&#xD;&#xA;         b {font-family:&quot;Verdana&quot;;font-weight:bold;color:black;margin-top: -5px}&#xD;&#xA;         H1 { font-family:&quot;Verdana&quot;;font-weight:normal;font-size:18pt;color:red }&#xD;&#xA;         H2 { font-family:&quot;Verdana&quot;;font-weight:normal;font-size:14pt;color:maroon }&#xD;&#xA;         pre {font-family:&quot;Consolas&quot;,&quot;Lucida Console&quot;,Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}&#xD;&#xA;         .marker {font-weight: bold; color: black;text-decoration: none;}&#xD;&#xA;         .version {color: gray;}&#xD;&#xA;         .error {margin-bottom: 10px;}&#xD;&#xA;         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:pointer; }&#xD;&#xA;         @media screen and (max-width: 639px) {&#xD;&#xA;          pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }&#xD;&#xA;         }&#xD;&#xA;         @media screen and (max-width: 479px) {&#xD;&#xA;          pre { width: 280px; }&#xD;&#xA;         }&#xD;&#xA;        &lt;/style&gt;&#xD;&#xA;    &lt;/head&gt;&#xD;&#xA;&#xD;&#xA;    &lt;body bgcolor=&quot;white&quot;&gt;&#xD;&#xA;&#xD;&#xA;            &lt;span&gt;&lt;H1&gt;Server Error in '/' Application.&lt;hr width=100% size=1 color=silver&gt;&lt;/H1&gt;&#xD;&#xA;&#xD;&#xA;            &lt;h2&gt; &lt;i&gt;Compilation Error&lt;/i&gt; &lt;/h2&gt;&lt;/span&gt;&#xD;&#xA;&#xD;&#xA;            &lt;font face=&quot;Arial, Helvetica, Geneva, SunSans-Regular, sans-serif &quot;&gt;&#xD;&#xA;&#xD;&#xA;            &lt;b&gt; Description: &lt;/b&gt;An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.&#xD;&#xA;            &lt;br&gt;&lt;br&gt;&#xD;&#xA;&#xD;&#xA;            &lt;b&gt; Compiler Error Message: &lt;/b&gt;CS0138: A using namespace directive can only be applied to namespaces; &amp;#39;System.IO.File&amp;#39; is a type not a namespace&lt;br&gt;&lt;br&gt;&#xD;&#xA;&lt;b&gt;Source Error:&lt;/b&gt;&lt;br&gt;&lt;br&gt;&#xD;&#xA;            &lt;table width=100% bgcolor=&quot;#ffffcc&quot;&gt;&#xD;&#xA;               &lt;tr&gt;&lt;td&gt;&#xD;&#xA;                              &lt;/td&gt;&lt;/tr&gt;&#xD;&#xA;               &lt;tr&gt;&#xD;&#xA;                  &lt;td&gt;&#xD;&#xA;                      &lt;code&gt;&lt;pre&gt;&#xD;&#xA;&#xD;&#xA;Line 5:  using System.Xml;&#xD;&#xA;Line 6:  using Semsark.Models;&#xD;&#xA;&lt;font color=red&gt;Line 7:  using System.IO.File;&#xD;&#xA;&lt;/font&gt;Line 8:  using System.IO;&#xD;&#xA;Line 9:  &lt;/pre&gt;&lt;/code&gt;&#xD;&#xA;&#xD;&#xA;                  &lt;/td&gt;&#xD;&#xA;               &lt;/tr&gt;&#xD;&#xA;            &lt;/table&gt;&#xD;&#xA;&#xD;&#xA;            &lt;br&gt;&#xD;&#xA;&#xD;&#xA;            &lt;b&gt;Source File:&lt;/b&gt; c:\inetpub\wwwroot\Semsark2\RSS.aspx.cs&#xD;&#xA;            &amp;nbsp;&amp;nbsp; &lt;b&gt;Line:&lt;/b&gt;  7&#xD;&#xA;            &lt;br&gt;&lt;br&gt;&#xD;&#xA;&lt;br&gt;&lt;div class=&quot;expandable&quot; onclick=&quot;OnToggleTOCLevel1('compilerOutputDiv')&quot;&gt;Show Detailed Compiler Output:&lt;/div&gt;&#xD;&#xA;&lt;div id=&quot;compilerOutputDiv&quot; style=&quot;display: none;&quot;&gt;&#xD;&#xA;            &lt;br&gt;            &lt;table width=100% bgcolor=&quot;#ffffcc&quot;&gt;&#xD;&#xA;               &lt;tr&gt;&#xD;&#xA;                  &lt;td&gt;&#xD;&#xA;                      &lt;code&gt;&lt;pre&gt;c:\windows\system32\inetsrv&amp;gt; &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe&amp;quot; /t:library /utf8output /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\0585da7e\52648081_4b8bd001\System.Web.Razor.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\f153c6fc\66ee4b81_4b8bd001\EntityFramework.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\d2edda63\5ff0f48b_4b8bd001\Newtonsoft.Json.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\57f3d7f3\89c0804a_0354d001\Elmah.Mvc.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\a0a94d3d\cb399c85_4b8bd001\Microsoft.Owin.Security.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\4bb3dbdc\0320207c_4b8bd001\GridMvc.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\12259ac1\00b54f67_4e2ad701\Semsark.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\ab82466a\77f6458f_4b8bd001\PagedList.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\7f424382\93362a70_4b8bd001\Antlr3.Runtime.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\69495b67\0022be82_4b8bd001\System.Web.Helpers.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\c3c5a80e\198ff386_4b8bd001\Microsoft.Owin.Security.OAuth.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\37dc971e\93eca881_4b8bd001\System.Web.Mvc.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\18f54585\45b07778_4b8bd001\EntityFramework.SqlServer.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\App_global.asax.ylocdopk.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\90fa10eb\8392b586_4b8bd001\Microsoft.Owin.Security.Twitter.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\ebc4d9a0\ce7ae086_4b8bd001\Microsoft.Web.Infrastructure.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\afb87f3b\8a3ab781_4b8bd001\System.Web.Optimization.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\d4f1bd6e\5d1e098f_4b8bd001\oAuthTwitterWrapper.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\eb48a435\0fc1f17d_4b8bd001\Microsoft.AspNet.Identity.EntityFramework.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\a7992914\64c10286_4b8bd001\Microsoft.Owin.Security.Google.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\048c872f\83aeef85_4b8bd001\Microsoft.Owin.Security.Facebook.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\9bdc981e\1dd6ac7d_4b8bd001\Microsoft.AspNet.Identity.Core.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\762c417f\157ddd84_4b8bd001\Microsoft.Owin.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\0e260b51\92586b7e_4b8bd001\Microsoft.AspNet.Identity.Owin.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\4ec56633\49876382_4b8bd001\System.Web.WebPages.Deployment.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\b8ab650d\a51a2eee_fa53d001\Elmah.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\d04fda07\7a57678f_4b8bd001\PagedList.Mvc.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\56ceb5d6\66a81f8f_4b8bd001\Owin.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\7da0dc30\9b6eef90_4b8bd001\WebGrease.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\a7bd4a0a\c6460383_4b8bd001\System.Web.WebPages.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\cc8f99cb\3b333786_4b8bd001\Microsoft.Owin.Security.MicrosoftAccount.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\aefd9d46\00ed6e85_4b8bd001\Microsoft.Owin.Host.SystemWeb.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\70736362\7ce88482_4b8bd001\System.Web.WebPages.Razor.dll&amp;quot; /R:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\7f8101ad\55e9cb85_4b8bd001\Microsoft.Owin.Security.Cookies.dll&amp;quot; /out:&amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\App_Web_lxqjn3bg.dll&amp;quot; /D:DEBUG /debug+ /optimize- /w:4 /nowarn:1659;1699;1701;612;618 /warnaserror-  &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\App_Web_lxqjn3bg.0.cs&amp;quot; &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\App_Web_lxqjn3bg.1.cs&amp;quot; &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\App_Web_lxqjn3bg.2.cs&amp;quot;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Microsoft (R) Visual C# Compiler version 4.8.3761.0&#xD;&#xA;&#xD;&#xA;for C# 5&#xD;&#xA;Copyright (C) Microsoft Corporation. All rights reserved.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240&#xD;&#xA;&#xD;&#xA;c:\inetpub\wwwroot\Semsark2\RSS.aspx.cs(7,7): error CS0138: A using namespace directive can only be applied to namespaces; &amp;#39;System.IO.File&amp;#39; is a type not a namespace&#xD;&#xA;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll: (Location of symbol related to previous error)&#xD;&#xA;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\App_Web_lxqjn3bg.0.cs(165,37): warning CS0436: The type &amp;#39;RSS&amp;#39; in &amp;#39;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\App_Web_lxqjn3bg.0.cs&amp;#39; conflicts with the imported type &amp;#39;RSS&amp;#39; in &amp;#39;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\12259ac1\00b54f67_4e2ad701\Semsark.DLL&amp;#39;. Using the type defined in &amp;#39;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\App_Web_lxqjn3bg.0.cs&amp;#39;.&#xD;&#xA;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\App_Web_lxqjn3bg.0.cs(14,22): (Location of symbol related to previous warning)&#xD;&#xA;c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\bb6f5bef\db3e297c\assembly\dl3\12259ac1\00b54f67_4e2ad701\Semsark.DLL: (Location of symbol related to previous warning)&#xD;&#xA;&lt;/pre&gt;                      &lt;/code&gt;&#xD;&#xA;&#xD;&#xA;                  &lt;/td&gt;&#xD;&#xA;               &lt;/tr&gt;&#xD;&#xA;            &lt;/table&gt;&#xD;&#xA;&#xD;&#xA;            &#xD;&#xA;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&lt;br&gt;&lt;div class=&quot;expandable&quot; onclick=&quot;OnToggleTOCLevel1('dynamicCodeDiv')&quot;&gt;Show Complete Compilation Source:&lt;/div&gt;&#xD;&#xA;&lt;div id=&quot;dynamicCodeDiv&quot; style=&quot;display: none;&quot;&gt;&#xD;&#xA;            &lt;br&gt;            &lt;table width=100% bgcolor=&quot;#ffffcc&quot;&gt;&#xD;&#xA;               &lt;tr&gt;&#xD;&#xA;                  &lt;td&gt;&#xD;&#xA;                      &lt;code&gt;&lt;pre&gt;Line 1:    #pragma checksum &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot; &amp;quot;{ff1816ec-aa5e-4d10-87f7-6f4963833460}&amp;quot; &amp;quot;BE0E650CAAD6B03FA57832DC0B167B630AE38960&amp;quot;&#xD;Line 2:    //------------------------------------------------------------------------------&#xD;Line 3:    // &amp;lt;auto-generated&amp;gt;&#xD;Line 4:    //     This code was generated by a tool.&#xD;Line 5:    //     Runtime Version:4.0.30319.42000&#xD;Line 6:    //&#xD;Line 7:    //     Changes to this file may cause incorrect behavior and will be lost if&#xD;Line 8:    //     the code is regenerated.&#xD;Line 9:    // &amp;lt;/auto-generated&amp;gt;&#xD;Line 10:   //------------------------------------------------------------------------------&#xD;Line 11:   &#xD;Line 12:   &#xD;Line 13:   &#xD;Line 14:   public partial class RSS : System.Web.SessionState.IRequiresSessionState {&#xD;Line 15:       &#xD;Line 16:       &#xD;Line 17:       #line 11 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 18:       protected global::System.Web.UI.HtmlControls.HtmlForm form1;&#xD;Line 19:       &#xD;Line 20:       #line default&#xD;Line 21:       #line hidden&#xD;Line 22:       &#xD;Line 23:       protected System.Web.Profile.DefaultProfile Profile {&#xD;Line 24:           get {&#xD;Line 25:               return ((System.Web.Profile.DefaultProfile)(this.Context.Profile));&#xD;Line 26:           }&#xD;Line 27:       }&#xD;Line 28:       &#xD;Line 29:       protected ASP.global_asax ApplicationInstance {&#xD;Line 30:           get {&#xD;Line 31:               return ((ASP.global_asax)(this.Context.ApplicationInstance));&#xD;Line 32:           }&#xD;Line 33:       }&#xD;Line 34:   }&#xD;Line 35:   namespace ASP {&#xD;Line 36:       &#xD;Line 37:       #line 330 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 38:       using System.Linq;&#xD;Line 39:       &#xD;Line 40:       #line default&#xD;Line 41:       #line hidden&#xD;Line 42:       &#xD;Line 43:       #line 337 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 44:       using System.Web.Security;&#xD;Line 45:       &#xD;Line 46:       #line default&#xD;Line 47:       #line hidden&#xD;Line 48:       &#xD;Line 49:       #line 326 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 50:       using System.Collections.Generic;&#xD;Line 51:       &#xD;Line 52:       #line default&#xD;Line 53:       #line hidden&#xD;Line 54:       &#xD;Line 55:       #line 75 &amp;quot;C:\inetpub\wwwroot\Semsark2\web.config&amp;quot;&#xD;Line 56:       using GridMvc;&#xD;Line 57:       &#xD;Line 58:       #line default&#xD;Line 59:       #line hidden&#xD;Line 60:       &#xD;Line 61:       #line 332 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 62:       using System.Text.RegularExpressions;&#xD;Line 63:       &#xD;Line 64:       #line default&#xD;Line 65:       #line hidden&#xD;Line 66:       &#xD;Line 67:       #line 340 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 68:       using System.Web.UI.WebControls;&#xD;Line 69:       &#xD;Line 70:       #line default&#xD;Line 71:       #line hidden&#xD;Line 72:       &#xD;Line 73:       #line 343 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 74:       using System.Xml.Linq;&#xD;Line 75:       &#xD;Line 76:       #line default&#xD;Line 77:       #line hidden&#xD;Line 78:       &#xD;Line 79:       #line 339 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 80:       using System.Web.UI;&#xD;Line 81:       &#xD;Line 82:       #line default&#xD;Line 83:       #line hidden&#xD;Line 84:       &#xD;Line 85:       #line 324 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 86:       using System;&#xD;Line 87:       &#xD;Line 88:       #line default&#xD;Line 89:       #line hidden&#xD;Line 90:       &#xD;Line 91:       #line 342 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 92:       using System.Web.UI.HtmlControls;&#xD;Line 93:       &#xD;Line 94:       #line default&#xD;Line 95:       #line hidden&#xD;Line 96:       &#xD;Line 97:       #line 333 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 98:       using System.Web;&#xD;Line 99:       &#xD;Line 100:      #line default&#xD;Line 101:      #line hidden&#xD;Line 102:      &#xD;Line 103:      #line 329 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 104:      using System.Configuration;&#xD;Line 105:      &#xD;Line 106:      #line default&#xD;Line 107:      #line hidden&#xD;Line 108:      &#xD;Line 109:      #line 328 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 110:      using System.ComponentModel.DataAnnotations;&#xD;Line 111:      &#xD;Line 112:      #line default&#xD;Line 113:      #line hidden&#xD;Line 114:      &#xD;Line 115:      #line 331 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 116:      using System.Text;&#xD;Line 117:      &#xD;Line 118:      #line default&#xD;Line 119:      #line hidden&#xD;Line 120:      &#xD;Line 121:      #line 338 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 122:      using System.Web.Profile;&#xD;Line 123:      &#xD;Line 124:      #line default&#xD;Line 125:      #line hidden&#xD;Line 126:      &#xD;Line 127:      #line 334 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 128:      using System.Web.Caching;&#xD;Line 129:      &#xD;Line 130:      #line default&#xD;Line 131:      #line hidden&#xD;Line 132:      &#xD;Line 133:      #line 325 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 134:      using System.Collections;&#xD;Line 135:      &#xD;Line 136:      #line default&#xD;Line 137:      #line hidden&#xD;Line 138:      &#xD;Line 139:      #line 341 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 140:      using System.Web.UI.WebControls.WebParts;&#xD;Line 141:      &#xD;Line 142:      #line default&#xD;Line 143:      #line hidden&#xD;Line 144:      &#xD;Line 145:      #line 327 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 146:      using System.Collections.Specialized;&#xD;Line 147:      &#xD;Line 148:      #line default&#xD;Line 149:      #line hidden&#xD;Line 150:      &#xD;Line 151:      #line 336 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 152:      using System.Web.SessionState;&#xD;Line 153:      &#xD;Line 154:      #line default&#xD;Line 155:      #line hidden&#xD;Line 156:      &#xD;Line 157:      #line 335 &amp;quot;C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\web.config&amp;quot;&#xD;Line 158:      using System.Web.DynamicData;&#xD;Line 159:      &#xD;Line 160:      #line default&#xD;Line 161:      #line hidden&#xD;Line 162:      &#xD;Line 163:      &#xD;Line 164:      [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()]&#xD;Line 165:      public class rss_aspx : global::RSS, System.Web.IHttpHandler {&#xD;Line 166:          &#xD;Line 167:          private static bool @__initialized;&#xD;Line 168:          &#xD;Line 169:          private static object @__fileDependencies;&#xD;Line 170:          &#xD;Line 171:          private static System.Web.UI.OutputCacheParameters @__outputCacheSettings = null;&#xD;Line 172:          &#xD;Line 173:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]&#xD;Line 174:          public rss_aspx() {&#xD;Line 175:              string[] dependencies;&#xD;Line 176:              &#xD;Line 177:              #line 912304 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx.cs&amp;quot;&#xD;Line 178:              ((global::System.Web.UI.Page)(this)).AppRelativeVirtualPath = &amp;quot;~/RSS.aspx&amp;quot;;&#xD;Line 179:              &#xD;Line 180:              #line default&#xD;Line 181:              #line hidden&#xD;Line 182:              if ((global::ASP.rss_aspx.@__initialized == false)) {&#xD;Line 183:                  dependencies = new string[2];&#xD;Line 184:                  dependencies[0] = &amp;quot;~/RSS.aspx&amp;quot;;&#xD;Line 185:                  dependencies[1] = &amp;quot;~/RSS.aspx.cs&amp;quot;;&#xD;Line 186:                  global::ASP.rss_aspx.@__fileDependencies = this.GetWrappedFileDependencies(dependencies);&#xD;Line 187:                  global::ASP.rss_aspx.@__initialized = true;&#xD;Line 188:              }&#xD;Line 189:              this.Server.ScriptTimeout = 30000000;&#xD;Line 190:              if ((global::ASP.rss_aspx.@__outputCacheSettings == null)) {&#xD;Line 191:                  System.Web.UI.OutputCacheParameters outputCacheSettings;&#xD;Line 192:                  outputCacheSettings = new System.Web.UI.OutputCacheParameters();&#xD;Line 193:                  outputCacheSettings.Duration = 120;&#xD;Line 194:                  outputCacheSettings.VaryByParam = null;&#xD;Line 195:                  global::ASP.rss_aspx.@__outputCacheSettings = outputCacheSettings;&#xD;Line 196:              }&#xD;Line 197:          }&#xD;Line 198:          &#xD;Line 199:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]&#xD;Line 200:          private global::System.Web.UI.HtmlControls.HtmlTitle @__BuildControl__control3() {&#xD;Line 201:              global::System.Web.UI.HtmlControls.HtmlTitle @__ctrl;&#xD;Line 202:              &#xD;Line 203:              #line 8 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 204:              @__ctrl = new global::System.Web.UI.HtmlControls.HtmlTitle();&#xD;Line 205:              &#xD;Line 206:              #line default&#xD;Line 207:              #line hidden&#xD;Line 208:              System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));&#xD;Line 209:              &#xD;Line 210:              #line 8 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 211:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(&amp;quot;RSS&amp;quot;));&#xD;Line 212:              &#xD;Line 213:              #line default&#xD;Line 214:              #line hidden&#xD;Line 215:              return @__ctrl;&#xD;Line 216:          }&#xD;Line 217:          &#xD;Line 218:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]&#xD;Line 219:          private global::System.Web.UI.HtmlControls.HtmlHead @__BuildControl__control2() {&#xD;Line 220:              global::System.Web.UI.HtmlControls.HtmlHead @__ctrl;&#xD;Line 221:              &#xD;Line 222:              #line 7 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 223:              @__ctrl = new global::System.Web.UI.HtmlControls.HtmlHead(&amp;quot;head&amp;quot;);&#xD;Line 224:              &#xD;Line 225:              #line default&#xD;Line 226:              #line hidden&#xD;Line 227:              global::System.Web.UI.HtmlControls.HtmlTitle @__ctrl1;&#xD;Line 228:              &#xD;Line 229:              #line 7 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 230:              @__ctrl1 = this.@__BuildControl__control3();&#xD;Line 231:              &#xD;Line 232:              #line default&#xD;Line 233:              #line hidden&#xD;Line 234:              System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));&#xD;Line 235:              &#xD;Line 236:              #line 7 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 237:              @__parser.AddParsedSubObject(@__ctrl1);&#xD;Line 238:              &#xD;Line 239:              #line default&#xD;Line 240:              #line hidden&#xD;Line 241:              return @__ctrl;&#xD;Line 242:          }&#xD;Line 243:          &#xD;Line 244:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]&#xD;Line 245:          private global::System.Web.UI.HtmlControls.HtmlForm @__BuildControlform1() {&#xD;Line 246:              global::System.Web.UI.HtmlControls.HtmlForm @__ctrl;&#xD;Line 247:              &#xD;Line 248:              #line 11 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 249:              @__ctrl = new global::System.Web.UI.HtmlControls.HtmlForm();&#xD;Line 250:              &#xD;Line 251:              #line default&#xD;Line 252:              #line hidden&#xD;Line 253:              this.form1 = @__ctrl;&#xD;Line 254:              &#xD;Line 255:              #line 11 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 256:              @__ctrl.ID = &amp;quot;form1&amp;quot;;&#xD;Line 257:              &#xD;Line 258:              #line default&#xD;Line 259:              #line hidden&#xD;Line 260:              System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));&#xD;Line 261:              &#xD;Line 262:              #line 11 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 263:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(&amp;quot;\r\n    &amp;lt;div&amp;gt;\r\n     \r\n    &amp;lt;/div&amp;gt;\r\n    &amp;quot;));&#xD;Line 264:              &#xD;Line 265:              #line default&#xD;Line 266:              #line hidden&#xD;Line 267:              return @__ctrl;&#xD;Line 268:          }&#xD;Line 269:          &#xD;Line 270:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]&#xD;Line 271:          private void @__BuildControlTree(rss_aspx @__ctrl) {&#xD;Line 272:              &#xD;Line 273:              #line 1 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 274:              this.InitializeCulture();&#xD;Line 275:              &#xD;Line 276:              #line default&#xD;Line 277:              #line hidden&#xD;Line 278:              System.Web.UI.IParserAccessor @__parser = ((System.Web.UI.IParserAccessor)(@__ctrl));&#xD;Line 279:              &#xD;Line 280:              #line 1 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 281:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(&amp;quot;\r\n\r\n&amp;lt;!DOCTYPE html PUBLIC \&amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN\&amp;quot; \&amp;quot;http://www.w3&amp;quot; +&#xD;Line 282:                          &amp;quot;.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\&amp;quot;&amp;gt;\r\n\r\n&amp;lt;html xmlns=\&amp;quot;http://www.w3.org/1&amp;quot; +&#xD;Line 283:                          &amp;quot;999/xhtml\&amp;quot; &amp;gt;\r\n&amp;quot;));&#xD;Line 284:              &#xD;Line 285:              #line default&#xD;Line 286:              #line hidden&#xD;Line 287:              global::System.Web.UI.HtmlControls.HtmlHead @__ctrl1;&#xD;Line 288:              &#xD;Line 289:              #line 1 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 290:              @__ctrl1 = this.@__BuildControl__control2();&#xD;Line 291:              &#xD;Line 292:              #line default&#xD;Line 293:              #line hidden&#xD;Line 294:              &#xD;Line 295:              #line 1 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 296:              @__parser.AddParsedSubObject(@__ctrl1);&#xD;Line 297:              &#xD;Line 298:              #line default&#xD;Line 299:              #line hidden&#xD;Line 300:              &#xD;Line 301:              #line 1 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 302:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(&amp;quot;\r\n&amp;lt;body&amp;gt;\r\n    &amp;quot;));&#xD;Line 303:              &#xD;Line 304:              #line default&#xD;Line 305:              #line hidden&#xD;Line 306:              global::System.Web.UI.HtmlControls.HtmlForm @__ctrl2;&#xD;Line 307:              &#xD;Line 308:              #line 1 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 309:              @__ctrl2 = this.@__BuildControlform1();&#xD;Line 310:              &#xD;Line 311:              #line default&#xD;Line 312:              #line hidden&#xD;Line 313:              &#xD;Line 314:              #line 1 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 315:              @__parser.AddParsedSubObject(@__ctrl2);&#xD;Line 316:              &#xD;Line 317:              #line default&#xD;Line 318:              #line hidden&#xD;Line 319:              &#xD;Line 320:              #line 1 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx&amp;quot;&#xD;Line 321:              @__parser.AddParsedSubObject(new System.Web.UI.LiteralControl(&amp;quot;\r\n&amp;lt;/body&amp;gt;\r\n&amp;lt;/html&amp;gt;\r\n&amp;quot;));&#xD;Line 322:              &#xD;Line 323:              #line default&#xD;Line 324:              #line hidden&#xD;Line 325:          }&#xD;Line 326:          &#xD;Line 327:          &#xD;Line 328:          #line 912304 &amp;quot;C:\inetpub\wwwroot\Semsark2\RSS.aspx.cs&amp;quot;&#xD;Line 329:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]&#xD;Line 330:          protected override void FrameworkInitialize() {&#xD;Line 331:              base.FrameworkInitialize();&#xD;Line 332:              this.@__BuildControlTree(this);&#xD;Line 333:              this.AddWrappedFileDependencies(global::ASP.rss_aspx.@__fileDependencies);&#xD;Line 334:              this.InitOutputCache(global::ASP.rss_aspx.@__outputCacheSettings);&#xD;Line 335:              this.Request.ValidateInput();&#xD;Line 336:          }&#xD;Line 337:          &#xD;Line 338:          #line default&#xD;Line 339:          #line hidden&#xD;Line 340:          &#xD;Line 341:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]&#xD;Line 342:          public override int GetTypeHashCode() {&#xD;Line 343:              return 783430533;&#xD;Line 344:          }&#xD;Line 345:          &#xD;Line 346:          [System.Diagnostics.DebuggerNonUserCodeAttribute()]&#xD;Line 347:          public override void ProcessRequest(System.Web.HttpContext context) {&#xD;Line 348:              base.ProcessRequest(context);&#xD;Line 349:          }&#xD;Line 350:      }&#xD;Line 351:  }&#xD;Line 352:  &lt;/pre&gt;                      &lt;/code&gt;&#xD;&#xA;&#xD;&#xA;                  &lt;/td&gt;&#xD;&#xA;               &lt;/tr&gt;&#xD;&#xA;            &lt;/table&gt;&#xD;&#xA;&#xD;&#xA;            &#xD;&#xA;&#xD;&#xA;&lt;/div&gt;&#xD;&#xA;&#xD;&#xA;        &lt;script type=&quot;text/javascript&quot;&gt;&#xD;&#xA;        function OnToggleTOCLevel1(level2ID)&#xD;&#xA;        {&#xD;&#xA;        var elemLevel2 = document.getElementById(level2ID);&#xD;&#xA;        if (elemLevel2.style.display == 'none')&#xD;&#xA;        {&#xD;&#xA;            elemLevel2.style.display = '';&#xD;&#xA;        }&#xD;&#xA;        else {&#xD;&#xA;            elemLevel2.style.display = 'none';&#xD;&#xA;        }&#xD;&#xA;        }&#xD;&#xA;        &lt;/script&gt;&#xD;&#xA;                            &lt;br&gt;&lt;br&gt;&#xD;&#xA;&#xD;&#xA;            &lt;/font&gt;&#xD;&#xA;&#xD;&#xA;    &lt;/body&gt;&#xD;&#xA;&lt;/html&gt;&#xD;&#xA;">
  <serverVariables>
    <item
      name="ALL_HTTP">
      <value
        string="HTTP_CONNECTION:Keep-Alive&#xD;&#xA;HTTP_ACCEPT:text/plain,text/html,application/xhtml+xml,application/xml&#xD;&#xA;HTTP_ACCEPT_ENCODING:gzip,deflate&#xD;&#xA;HTTP_HOST:www.semsark.com&#xD;&#xA;HTTP_USER_AGENT:Mozilla/5.0 (compatible; SERankingBacklinksBot/1.0; +https://seranking.com/backlinks-crawler)&#xD;&#xA;" />
    </item>
    <item
      name="ALL_RAW">
      <value
        string="Connection: Keep-Alive&#xD;&#xA;Accept: text/plain,text/html,application/xhtml+xml,application/xml&#xD;&#xA;Accept-Encoding: gzip,deflate&#xD;&#xA;Host: www.semsark.com&#xD;&#xA;User-Agent: Mozilla/5.0 (compatible; SERankingBacklinksBot/1.0; +https://seranking.com/backlinks-crawler)&#xD;&#xA;" />
    </item>
    <item
      name="APPL_MD_PATH">
      <value
        string="/LM/W3SVC/4/ROOT" />
    </item>
    <item
      name="APPL_PHYSICAL_PATH">
      <value
        string="C:\inetpub\wwwroot\Semsark2\" />
    </item>
    <item
      name="AUTH_TYPE">
      <value
        string="" />
    </item>
    <item
      name="AUTH_USER">
      <value
        string="" />
    </item>
    <item
      name="AUTH_PASSWORD">
      <value
        string="*****" />
    </item>
    <item
      name="LOGON_USER">
      <value
        string="" />
    </item>
    <item
      name="REMOTE_USER">
      <value
        string="" />
    </item>
    <item
      name="CERT_COOKIE">
      <value
        string="" />
    </item>
    <item
      name="CERT_FLAGS">
      <value
        string="" />
    </item>
    <item
      name="CERT_ISSUER">
      <value
        string="" />
    </item>
    <item
      name="CERT_KEYSIZE">
      <value
        string="256" />
    </item>
    <item
      name="CERT_SECRETKEYSIZE">
      <value
        string="2048" />
    </item>
    <item
      name="CERT_SERIALNUMBER">
      <value
        string="" />
    </item>
    <item
      name="CERT_SERVER_ISSUER">
      <value
        string="C=US, O=Let's Encrypt, CN=R13" />
    </item>
    <item
      name="CERT_SERVER_SUBJECT">
      <value
        string="CN=www.semsark.com" />
    </item>
    <item
      name="CERT_SUBJECT">
      <value
        string="" />
    </item>
    <item
      name="CONTENT_LENGTH">
      <value
        string="0" />
    </item>
    <item
      name="CONTENT_TYPE">
      <value
        string="" />
    </item>
    <item
      name="GATEWAY_INTERFACE">
      <value
        string="CGI/1.1" />
    </item>
    <item
      name="HTTPS">
      <value
        string="on" />
    </item>
    <item
      name="HTTPS_KEYSIZE">
      <value
        string="256" />
    </item>
    <item
      name="HTTPS_SECRETKEYSIZE">
      <value
        string="2048" />
    </item>
    <item
      name="HTTPS_SERVER_ISSUER">
      <value
        string="C=US, O=Let's Encrypt, CN=R13" />
    </item>
    <item
      name="HTTPS_SERVER_SUBJECT">
      <value
        string="CN=www.semsark.com" />
    </item>
    <item
      name="INSTANCE_ID">
      <value
        string="4" />
    </item>
    <item
      name="INSTANCE_META_PATH">
      <value
        string="/LM/W3SVC/4" />
    </item>
    <item
      name="LOCAL_ADDR">
      <value
        string="172.31.24.199" />
    </item>
    <item
      name="PATH_INFO">
      <value
        string="/rss.aspx" />
    </item>
    <item
      name="PATH_TRANSLATED">
      <value
        string="C:\inetpub\wwwroot\Semsark2\rss.aspx" />
    </item>
    <item
      name="QUERY_STRING">
      <value
        string="" />
    </item>
    <item
      name="REMOTE_ADDR">
      <value
        string="37.27.51.141" />
    </item>
    <item
      name="REMOTE_HOST">
      <value
        string="37.27.51.141" />
    </item>
    <item
      name="REMOTE_PORT">
      <value
        string="51566" />
    </item>
    <item
      name="REQUEST_METHOD">
      <value
        string="GET" />
    </item>
    <item
      name="SCRIPT_NAME">
      <value
        string="/rss.aspx" />
    </item>
    <item
      name="SERVER_NAME">
      <value
        string="www.semsark.com" />
    </item>
    <item
      name="SERVER_PORT">
      <value
        string="443" />
    </item>
    <item
      name="SERVER_PORT_SECURE">
      <value
        string="1" />
    </item>
    <item
      name="SERVER_PROTOCOL">
      <value
        string="HTTP/1.1" />
    </item>
    <item
      name="SERVER_SOFTWARE">
      <value
        string="Microsoft-IIS/10.0" />
    </item>
    <item
      name="URL">
      <value
        string="/rss.aspx" />
    </item>
    <item
      name="HTTP_CONNECTION">
      <value
        string="Keep-Alive" />
    </item>
    <item
      name="HTTP_ACCEPT">
      <value
        string="text/plain,text/html,application/xhtml+xml,application/xml" />
    </item>
    <item
      name="HTTP_ACCEPT_ENCODING">
      <value
        string="gzip,deflate" />
    </item>
    <item
      name="HTTP_HOST">
      <value
        string="www.semsark.com" />
    </item>
    <item
      name="HTTP_USER_AGENT">
      <value
        string="Mozilla/5.0 (compatible; SERankingBacklinksBot/1.0; +https://seranking.com/backlinks-crawler)" />
    </item>
  </serverVariables>
</error>