基本信息
源码名称:asp.net+sql server简单的用户注册
源码大小:71.84M
文件格式:.zip
开发语言:ASP
更新时间:2022-11-25
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

asp.net sql server简单的用户注册

visual studio 2017 sql server 2017简单的用户注册,点击提交后可将数据存储到数据库中

.
├── Login_DB
│   ├── App_Data
│   │   ├── Login_DB.mdf
│   │   └── Login_DB_log.ldf
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Web.Debug.config
│   ├── Web.Release.config
│   ├── Web.config
│   ├── bin
│   │   ├── Login_DB.dll
│   │   ├── Login_DB.dll.config
│   │   ├── Login_DB.pdb
│   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│   │   └── roslyn
│   │       ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│   │       ├── Microsoft.CSharp.Core.targets
│   │       ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│   │       ├── Microsoft.CodeAnalysis.CSharp.dll
│   │       ├── Microsoft.CodeAnalysis.Scripting.dll
│   │       ├── Microsoft.CodeAnalysis.VisualBasic.dll
│   │       ├── Microsoft.CodeAnalysis.dll
│   │       ├── Microsoft.DiaSymReader.Native.amd64.dll
│   │       ├── Microsoft.DiaSymReader.Native.x86.dll
│   │       ├── Microsoft.Managed.Core.targets
│   │       ├── Microsoft.VisualBasic.Core.targets
│   │       ├── System.AppContext.dll
│   │       ├── System.Collections.Immutable.dll
│   │       ├── System.Console.dll
│   │       ├── System.Diagnostics.FileVersionInfo.dll
│   │       ├── System.Diagnostics.StackTrace.dll
│   │       ├── System.IO.Compression.dll
│   │       ├── System.IO.FileSystem.Primitives.dll
│   │       ├── System.IO.FileSystem.dll
│   │       ├── System.IO.Pipes.AccessControl.dll
│   │       ├── System.IO.Pipes.dll
│   │       ├── System.Reflection.Metadata.dll
│   │       ├── System.Security.AccessControl.dll
│   │       ├── System.Security.Claims.dll
│   │       ├── System.Security.Cryptography.Algorithms.dll
│   │       ├── System.Security.Cryptography.Encoding.dll
│   │       ├── System.Security.Cryptography.Primitives.dll
│   │       ├── System.Security.Cryptography.X509Certificates.dll
│   │       ├── System.Security.Principal.Windows.dll
│   │       ├── System.Text.Encoding.CodePages.dll
│   │       ├── System.ValueTuple.dll
│   │       ├── System.Xml.ReaderWriter.dll
│   │       ├── System.Xml.XPath.XDocument.dll
│   │       ├── System.Xml.XPath.dll
│   │       ├── System.Xml.XmlDocument.dll
│   │       ├── VBCSCompiler.exe
│   │       ├── VBCSCompiler.exe.config
│   │       ├── csc.exe
│   │       ├── csc.exe.config
│   │       ├── csc.rsp
│   │       ├── csi.exe
│   │       ├── csi.exe.config
│   │       ├── csi.rsp
│   │       ├── vbc.exe
│   │       ├── vbc.exe.config
│   │       └── vbc.rsp
│   ├── index.aspx
│   ├── index.aspx.cs
│   ├── index.aspx.designer.cs
│   ├── logon.aspx
│   ├── logon.aspx.cs
│   ├── logon.aspx.designer.cs
│   ├── obj
│   │   └── Debug
│   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │       ├── Login_DB.csproj.CopyComplete
│   │       ├── Login_DB.csproj.CoreCompileInputs.cache
│   │       ├── Login_DB.csproj.FileListAbsolute.txt
│   │       ├── Login_DB.csprojAssemblyReference.cache
│   │       ├── Login_DB.dll
│   │       ├── Login_DB.pdb
│   │       ├── TempPE
│   │       ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │       ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │       ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │       ├── shiyan6.csproj.CopyComplete
│   │       ├── shiyan6.csproj.CoreCompileInputs.cache
│   │       ├── shiyan6.csproj.FileListAbsolute.txt
│   │       └── shiyan6.csprojAssemblyReference.cache
│   ├── packages.config
│   ├── shiyan6.csproj
│   └── shiyan6.csproj.user
├── packages
│   └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0
│       ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.0.nupkg
│       ├── build
│       │   ├── net45
│       │   │   ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│       │   │   └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│       │   └── net46
│       │       ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.Extensions.props
│       │       └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props
│       ├── content
│       │   ├── net45
│       │   │   ├── app.config.install.xdt
│       │   │   ├── app.config.uninstall.xdt
│       │   │   ├── web.config.install.xdt
│       │   │   └── web.config.uninstall.xdt
│       │   └── net46
│       │       ├── app.config.install.xdt
│       │       ├── app.config.uninstall.xdt
│       │       ├── web.config.install.xdt
│       │       └── web.config.uninstall.xdt
│       ├── lib
│       │   └── net45
│       │       ├── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll
│       │       └── Microsoft.CodeDom.Providers.DotNetCompilerPlatform.xml
│       └── tools
│           ├── Roslyn45
│           │   ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│           │   ├── Microsoft.CSharp.Core.targets
│           │   ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│           │   ├── Microsoft.CodeAnalysis.CSharp.dll
│           │   ├── Microsoft.CodeAnalysis.Scripting.dll
│           │   ├── Microsoft.CodeAnalysis.VisualBasic.dll
│           │   ├── Microsoft.CodeAnalysis.dll
│           │   ├── Microsoft.DiaSymReader.Native.amd64.dll
│           │   ├── Microsoft.DiaSymReader.Native.x86.dll
│           │   ├── Microsoft.VisualBasic.Core.targets
│           │   ├── System.AppContext.dll
│           │   ├── System.Collections.Immutable.dll
│           │   ├── System.Diagnostics.StackTrace.dll
│           │   ├── System.IO.FileSystem.Primitives.dll
│           │   ├── System.IO.FileSystem.dll
│           │   ├── System.Reflection.Metadata.dll
│           │   ├── VBCSCompiler.exe
│           │   ├── VBCSCompiler.exe.config
│           │   ├── csc.exe
│           │   ├── csc.exe.config
│           │   ├── csc.rsp
│           │   ├── csi.exe
│           │   ├── csi.rsp
│           │   ├── vbc.exe
│           │   ├── vbc.exe.config
│           │   └── vbc.rsp
│           ├── RoslynLatest
│           │   ├── Microsoft.Build.Tasks.CodeAnalysis.dll
│           │   ├── Microsoft.CSharp.Core.targets
│           │   ├── Microsoft.CodeAnalysis.CSharp.Scripting.dll
│           │   ├── Microsoft.CodeAnalysis.CSharp.dll
│           │   ├── Microsoft.CodeAnalysis.Scripting.dll
│           │   ├── Microsoft.CodeAnalysis.VisualBasic.dll
│           │   ├── Microsoft.CodeAnalysis.dll
│           │   ├── Microsoft.DiaSymReader.Native.amd64.dll
│           │   ├── Microsoft.DiaSymReader.Native.x86.dll
│           │   ├── Microsoft.Managed.Core.targets
│           │   ├── Microsoft.VisualBasic.Core.targets
│           │   ├── System.AppContext.dll
│           │   ├── System.Collections.Immutable.dll
│           │   ├── System.Console.dll
│           │   ├── System.Diagnostics.FileVersionInfo.dll
│           │   ├── System.Diagnostics.StackTrace.dll
│           │   ├── System.IO.Compression.dll
│           │   ├── System.IO.FileSystem.Primitives.dll
│           │   ├── System.IO.FileSystem.dll
│           │   ├── System.IO.Pipes.AccessControl.dll
│           │   ├── System.IO.Pipes.dll
│           │   ├── System.Reflection.Metadata.dll
│           │   ├── System.Security.AccessControl.dll
│           │   ├── System.Security.Claims.dll
│           │   ├── System.Security.Cryptography.Algorithms.dll
│           │   ├── System.Security.Cryptography.Encoding.dll
│           │   ├── System.Security.Cryptography.Primitives.dll
│           │   ├── System.Security.Cryptography.X509Certificates.dll
│           │   ├── System.Security.Principal.Windows.dll
│           │   ├── System.Text.Encoding.CodePages.dll
│           │   ├── System.ValueTuple.dll
│           │   ├── System.Xml.ReaderWriter.dll
│           │   ├── System.Xml.XPath.XDocument.dll
│           │   ├── System.Xml.XPath.dll
│           │   ├── System.Xml.XmlDocument.dll
│           │   ├── VBCSCompiler.exe
│           │   ├── VBCSCompiler.exe.config
│           │   ├── csc.exe
│           │   ├── csc.exe.config
│           │   ├── csc.rsp
│           │   ├── csi.exe
│           │   ├── csi.exe.config
│           │   ├── csi.rsp
│           │   ├── vbc.exe
│           │   ├── vbc.exe.config
│           │   └── vbc.rsp
│           └── net45
│               ├── install.ps1
│               └── uninstall.ps1
└── shiyan6.sln

22 directories, 170 files