|
Server : Microsoft-IIS/10.0 System : Windows NT EBS-6136 10.0 build 17763 (Windows Server 2016) i586 User : jxgj ( 0) PHP Version : 7.0.33 Disable Function : passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server Directory : D:/tmp_aspnet/root/cae6aa2e/15328683/ |
?#pragma checksum "D:\wwwroot\anlian2025\wwwroot\App_Code\WebSet.cs" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "807726DA8BD66A09D909AD71CC1800F97222C94A"
#line 1 "D:\wwwroot\anlian2025\wwwroot\App_Code\WebSet.cs"
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
namespace WebApp.Components
{
/// <summary>
/// 网站根基信息设置
/// </summary>
public static class WebSet
{
/// <summary>
/// 下载中心 上传文件的最大值 单元 M
/// </summary>
public static int DownloadFileLength = 20;
/// <summary>
/// 图片空间 上传文件的最大值 单元 KB
/// </summary>
public static int PicManageFileLength = 1000;
/// <summary>
/// 网站布景 上传文件的最大值 单元 KB
/// </summary>
public static int BackGroundFileLength = 100;
/// <summary>
/// 栏目 上传文件的最大值 单元 KB
/// </summary>
public static int NewsClassFileLength = 700;
/// <summary>
/// 新闻 上传文件的最大值 单元 KB
/// </summary>
public static int NewsFileLength = 600;
/// <summary>
/// 产品分类 上传文件的最大值 单元 KB
/// </summary>
public static int ProClassFileLength = 500;
/// <summary>
/// 产品 上传文件的最大值 单元 KB
/// </summary>
public static int ProductFileLength = 500;
}
}
#line default
#line hidden