Compiler Error Message: CS1595 -- ASP.NET

<?xml version="1.0" encoding="utf-8"?> <!-- 有关如何配置 ASP.NET 应用程序的详细信息,请访问 https://go.microsoft.com/fwlink/?LinkId=169433 --> <configuration> <connectionStrings> <add name="DB-NetShopsConnectionString" connectionString="Data Source=.\MSSQLSERVER2012;Initial Catalog=DB-NetShops;User ID=sa;Password=your_password;Integrated Security=False" providerName="System.Data.SqlClient" /> </connectionStrings> <system.web> <!-- 添加全局cookie设置 --> <httpCookies httpOnlyCookies="true" /> <compilation debug="true" targetFramework="4.7.2" /> <httpRuntime targetFramework="4.7.2" maxRequestLength="20480" executionTimeout="300" requestValidationMode="4.7.2" /> <!-- 移除httpOnlyCookies属性 --> <sessionState mode="InProc" timeout="20" /> <authentication mode="Forms"> <!-- 移除httpOnlyCookies属性 --> <forms loginUrl="~/WebForm1.aspx" defaultUrl="~/WebForm2.aspx" timeout="20" /> </authentication> <globalization culture="zh-CN" uiCulture="zh-CN" requestEncoding="utf-8" responseEncoding="utf-8" /> <customErrors mode="RemoteOnly" defaultRedirect="~/Error.aspx"> <error statusCode="404" redirect="~/404.aspx" /> <error statusCode="500" redirect="~/500.aspx" /> </customErrors> <!-- 新添加的母版页配置 --> <pages masterPageFile="~/Site.master"> <controls> <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> </controls> </pages> </system.web> <system.webServer> <httpProtocol> <customHeaders> <add name="X-Content-Type-Options" value="nosniff" /> <add name="X-Frame-Options" value="SAMEORIGIN" /> <add name="X-Xss-Protection" value="1; mode=block" /> </customHeaders> </httpProtocol> <staticContent> <clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" /> </staticContent> <security> <requestFiltering> <requestLimits maxAllowedContentLength="20971520" /> </requestFiltering> </security> </system.webServer> <system.codedom> <compilers> <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" /> </compilers> </system.codedom> </configuration> 根据webconfig给出完整的数据库代码
06-12
PS D:\lump\neo4jproject\neo4j_vue\my-project> npm run serve > my-project@0.1.0 serve > vue-cli-service serve INFO Starting development server... ERROR Failed to compile with 2 errors 15:52:56 [eslint] Invalid Options: - Unknown options: extensions - 'extensions' has been removed. You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the next line. Use /* eslint-disable */ to ignore all warnings in a file. Error: Child compilation failed: [eslint] Invalid Options: - Unknown options: extensions - 'extensions' has been removed. - child-compiler.js:169 [my-project]/[html-webpack-plugin]/lib/child-compiler.js:169:18 - Compiler.js:629 finalCallback [my-project]/[webpack]/lib/Compiler.js:629:5 - Compiler.js:664 [my-project]/[webpack]/lib/Compiler.js:664:11 - Compiler.js:1350 [my-project]/[webpack]/lib/Compiler.js:1350:17 - task_queues:105 processTicksAndRejections node:internal/process/task_queues:105:5 - task_queues:69 runNextTicks node:internal/process/task_queues:69:3 - timers:459 process.processImmediate node:internal/timers:459:9 ERROR in [eslint] Invalid Options: - Unknown options: extensions - 'extensions' has been removed. ERROR in Error: Child compilation failed: [eslint] Invalid Options: - Unknown options: extensions - 'extensions' has been removed. - child-compiler.js:169 [my-project]/[html-webpack-plugin]/lib/child-compiler.js:169:18 - Compiler.js:629 finalCallback [my-project]/[webpack]/lib/Compiler.js:629:5 - Compiler.js:664 [my-project]/[webpack]/lib/Compiler.js:664:11 - Compiler.js:1350 [my-project]/[webpack]/lib/Compiler.js:1350:17 - task_queues:105 processTicksAndRejections node:internal/process/task_queues:105:5 - task_queues:69 runNextTicks node:internal/process/task_queues:69:3 - timers:459 process.processImmediate
03-22
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值