开发者

Online c# application

开发者 https://www.devze.com 2023-03-01 03:07 出处:网络
I\'m trying to develop a payroll application with a C# front end and Oracle XE database backup. My application works fine in a local system.

I'm trying to develop a payroll application with a C# front end and Oracle XE database backup.

My application works fine in a local system.

I want to deploy it online. Simply run a setup file on client system, or type an IP 开发者_运维技巧address in browser and my application will open.

How can I do this?


Not sure if this is what you're looking for, but here is a possible option:

ClickOnce Deployment

ClickOnce allows you to deploy Windows apps in a consistent, controlled manner. You can host the deployment on a web site, a network file share, or in a couple other configurations.

0

精彩评论

暂无评论...
验证码 换一张
取 消