简体   繁体   English

使用 SQL Server 数据库文件在 EXE 设置中转换 ASP 网站

[英]Converting ASP Website in EXE setup with SQL Server database file

I have created a web application using ASP.NET and C#.我已经使用 ASP.NET 和 C# 创建了一个 Web 应用程序。 How can I convert my whole application with its database files to an EXE setup file to make it running as a desktop application?如何将我的整个应用程序及其数据库文件转换为 EXE 安装文件以使其作为桌面应用程序运行?

I think you can use 'Owin' to holding your website, 'Owin' is a solution for shelfhost, and it can make website startup by an exe application.我认为你可以使用'Owin'来保存你的网站,'Owin'是shelfhost的解决方案,它可以通过exe应用程序启动网站。 Something demo in github enter link description here github中的一些演示在此处输入链接描述

Check out my latest answer 查看我的最新答案

For converting your asp.net web application to exe using cefsharp and a little c# code 使用cefsharp和一些C#代码将asp.net Web应用程序转换为exe

All Steps included in the answer. 答案中包括所有步骤。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Visual Studio 2013中创建安装程序/ exe,包括SQL Server数据库文件? - How to create setup/exe in Visual Studio 2013 including a SQL Server database file? 将c#项目与数据库(SQL Server Management Studio)转换为exe文件 - Converting c# project with a database (SQL Server Management Studio) into an exe file 在安装exe应用程序中无法连接到本地SQL Server数据库 - Connecting to a local SQL Server database does not work in the setup exe application 带有SQL Server数据库的安装文件的应用程序 - application with setup file with out SQL Server database 如何使用InstallShield LE为带有SQL Server 2012本地数据库的Visual Studio 2012 Windows窗体应用程序创建setup.exe文件 - How to create a setup.exe file using InstallShield LE for a Visual Studio 2012 Windows Forms Application with SQL Server 2012 Local Database 如何使用WinForms和数据库SQL Server创建.EXE文件 - How to create an .EXE file with winForms and Database SQL server VS 2010 C#使用SQL Server数据库创建安装文件 - VS 2010 C# Create Setup File with SQL Server database 如何使用SQL Server数据库在Visual Studio 2017中创建安装文件 - How to create setup file in Visual Studio 2017 with SQL Server database 在.NET Windows应用程序中创建可以使用SQL Server 2005的EXE或安装文件 - Create an EXE or setup file in .NET Windows application which can use SQL Server 2005 将blob(.bacpac)转换为.bacpac文件以将数据库导入SQL Server Azure? - converting a blob (.bacpac) to .bacpac file to import database to SQL Server Azure?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM