C# - Deploy An ASP.NET Application As Desktop Application (with Server Component)?

Jul 7, 2010

Question: I created an ASP.NET web application. Now it originally was meant for deployment on a webserver.That is working, so, so far so good.My question now is: Is it possible to deploy it as a desktop-application, too? That is to say the installer installs some kind of server, plus the web application, configures the server to run this application on a localhost URL, and then creates a link in the start menu/desktop, where it opens that url (website, the application) on localhost in a web browser?

I think it should be possible, though the server wouldn't be IIS, because this is a windows component which can't be separately installed. Is there anything like this already out there The nonplusultra would be that it only starts the server when you click on the shortcut.

View 4 Replies


ADVERTISEMENT

Database - Design And Deploy A Data Driven Desktop Application?

Jun 28, 2011

I am designing a desktop application that will be driven by local data. I am trying to determine the best way to accomplish this. The database would contain about 10-12 tables if I use a database and I would imagine no more than 10000 records in any one table (but honestly 99% of users would not have more than 1000 records). I am thinking about using SQL Server Compact.

Is this a good solution? I can certainly include this in my installation, but I am just wondering if anyone knows of a better solution? If this is the best solution, how would you suggest that I create the tables upon deployment? Should I just run "queries" with create table statements in them from my vb application or include a database file or what?

View 1 Replies

Method To Develop And Deploy A Multi-user Desktop Application?

Sep 17, 2009

I have developed an application using vb.net. This application will run on approximately 15 machines at the main office and also roughly 10 machines spread over 3 different locations. I am using SQL Server Express edition in the backend. I deployed the application on the network using caspol but it is extremely slow. The Company Manager's perception is that because a script will invariably have to be deployed on each client machine to configure CASPOL, that the solution is not viable.

What is the best method to develop and deploy a multi-user desktop application?

View 9 Replies

Remote Desktop Application? Safe To Use Winsock In Creating A Client/server Application?

Jul 18, 2012

Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.

Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?

View 3 Replies

PHP + SQL Server - Desktop Application Can't Be Replaced By A Web Application?

Jun 22, 2009

the system is going to have two front-ends - one web application and one desktop application.The desktop application is going to be coded using VB.NET, and the web application in PHP. There's really no reason why the desktop application can't be replaced by a web application as well - except that one of the programmers seem to really want to code it in VB...However none of us have experience working with either of these pairs .

P.S. hosting service will be gotten from some provider and not be on the client's own server.

View 3 Replies

Deploy SQL Server Express With Application?

Nov 21, 2011

How can I deploy my sql server express 2008 database to client that do not have sql server instance at all? Since the server connection in my vb.net program is hard-coded, I want the server instance on client side has the same instant name as mine.

View 7 Replies

Deploy An SQL Server 2005 WPF Application On Vista?

Sep 27, 2011

I am trying to deploy an SQL Server 2005 WPF application on Vista. Database connection is failing. Can someone tell me on what to do. The app deploys well on other operating systems.

View 6 Replies

C# - Deploy SMO Application To Workstation Without SQL Server 2008 Installed?

Jun 15, 2010

I am trying to deploy an application that uses SMO on a workstation without SQL Server installed on it. The instance the app is connecting to is SQL Server 2008. The application is failing with:Could not load file or assembly 'Microsoft.SqlServer.Replication, Version 10.0.0.0, Culture=neutral,PublicKeyToken=89845cdc8080cc91' or one of its dependencies. An attempt was made to load a program with an incorrect format.

The assembly in question is in the same path as my application as well as system32. I am running this on a Windows 7 64 bit box. I have run SQL Native Client, CLR, and SMO MSIs from the 2008 SMO redist download page.This app worked fine when connecting to SQL Server 2005.

View 1 Replies

Deploy Windows Application With Its Local Database SQL Server R2 Express?

Apr 5, 2012

how can i deploy windows application developed using Vb.net and Sqlserver R2 Express as local database?..how can i make it in setup format(including sqlserver) to deliver to clients?is it compulsory the client should install SQL Server R2 Express in his system apart from the installation of this windows application?

View 5 Replies

Develop An Application Which Can Connect Any Remote Server And Pick The Configuration Information From Server And Show It In Desktop?

Feb 10, 2010

I planing to develop an application which can connect any remote server and pick the configuration information from server and show it in my desktop.

View 4 Replies

Connection Between Desktop Application And Online SQL Server?

May 19, 2011

I made a desktop application and I Have a server on the internet and I need to make a connection between them

Can some one advise me about this problem?

View 3 Replies

Sql Server - Interact Sql Database In Desktop Application?

May 26, 2010

I am writing a desktop database application. I want my application to use SQL database.

View 1 Replies

"sql Server Express" A Prerequisite When Deploy Application?

Apr 4, 2010

why is "sql server express" a prerequisite when i deploy my application? is it because i am using the "oledb" class? im using it to connect to a ms access database...could i be using any other class that would not require "sql server" to be a prereq? what about the "ado" class?

View 4 Replies

Deploying Desktop Application With SQL Server Express As Backend Db On Local Area Network

May 28, 2009

Basically back in VB6 days, I created several VB6 apps with Access as the backend database. I'd package my Access db file with the application setup, which copied it on to a shared network drive, and then different computers on the LAN could use the same backend database file, and that worked just fine. With SQL and VB .Net, I've done work with a SQL database hosted on a remote server, so you can basically build your query string easily and anyone can connect to it from anywhere, and it works just fine.However, what I'd like to do is have a local SQL express database as the backend for a VB .Net application and make a setup program that can install it in a way that it could be shared on a Local area network, without the user who is installing the application do anything.

I know about building a connection string with the local machine name, but I don't really have any experience with including an actual MDF file with the application. Does anyone know how it works, and is it a better approach? Does it work similar to placing an access file in a shared unc path?I know that ClickOnce (which is awesome) can install SQL express easily on a user's machine. However, the key is that I want SQL express to be installed only on the machine that is going to be the database server in a LAN enviornment, and not on every machine, unless it is neccesseary. And then how does your VB app know how to build the connection string to access the database from any machine on the local share?

View 2 Replies

Send A Pure Oop Based Desktop Application Developed In .net 2008 And Sql Server 2005?

Dec 23, 2010

would like to send me a pure oop based desktop application developed in vb.net 2008 and sql server 2005?

View 3 Replies

Running Application Can Know Name Or Other Info Of Desktop-shortcut That Started Application?

Apr 9, 2011

Let's say 10 desktop shortcuts, all with different names/icons, point to and can start the same exe application from the same directory. Is there any means for the application to know the distinct name of the shortcut that was doubled_clicked. Also is there any means for a running application to know if it was started by command line, by a double_click on the exe, by a double_click on a shortcut that points to it, or by another process' call?

View 4 Replies

Shortcut On Desktop Takes To Application Folder Not Running The Application?

Oct 21, 2010

I am trying to use Setup project. Want my setup to create a desktop shortcut with my application.I donot understand how to do it. Clicked on User's desktop, I created Shortcut to User's desktop, changed the properties Target and Working Folder as 'Application Folder'But it does not connect with MyApplication.exe When I ran the setup and tested Desktop short cut, it took me to the folder where application was installed, instead of running the application.How to make the application run using this shortcut?

View 1 Replies

Winforms - Convert A Desktop Application To A Mobile Web Application?

Mar 9, 2011

I have an application that is written in VB.NET, using the System.Windows.Forms.Form as the front-end GUI. It runs perfectly on my Windows machine however recently there is a business requirement to convert this application to run as a web application so that people could view them in their blackberries when they go to the URL. Is there any quick way to perform such a conversion or I will have to translate the code line-by-line for such cases?

View 1 Replies

Open Excel On Local Desktop Using Remote Desktop Application ?

Jun 11, 2012

We have a Windows Forms VB.NET application running on Windows Server 2008. Users access this app using Remote desktop.The app displays information in Excel, but Excel opens on the server.Is there a way for the .NET app to launch Excel on the users local desktop?

View 1 Replies

Deploy A .net Application With SQL?

Jan 16, 2011

As i am deploying my vb.net application with sql database

it doesn't work on other client system without SQL installation

What is the way to deploy a vb.net application with SQL.

View 5 Replies

Deploy An Application On A LAN?

Jun 29, 2009

i just finished developing an application with visual basic and want to deploy it on the client computers while the database is on the server in a LAN environment.i tried installing the application on the server but the other computers on the network couldn't access it.i am using SQL 2000 database on the server.

View 2 Replies

Deploy An Application By Using Clickonce?

Feb 24, 2009

Im trying to deploy an application by using clickonce and having some difficulties with it. In a class i have this function

Private AD As ApplicationDeployment
Private updateCheck As UpdateCheckInfo
Public Function SoftwareUpdate() As Boolean

[code]....

When i create my code on a form (to run the function above) i receive the error "Object not set to an instance" I try to add New to my declaration but then receive the error "Application Deployment has no constructors". Im not sure what im doing wrong or how i should go about this.it does not go past the line AD = ApplicationDeployment.CurrentDeployment i decided to leave the remaining code

View 4 Replies

Deploy Mysql With VB Application

Feb 15, 2012

I developed a vb.net application and TRIED MYsql for database as ( open source). i have to install this application in client machine? As i am new to MYSQL, for deploying MYSQL Database as a Setup installation (With application ) in client machine.

View 1 Replies

Error When Trying To Deploy VB Application?

Jun 16, 2010

I have developed an application using VB2005 and Access Database and am trying to run it in another machine but wasn't successful in doing so!I tried to use (Publish from Build) but when I did the setupin the other machine I got anerror connecting to the database simply because the connection string is different

View 1 Replies

Guidlines To Deploy Application

Aug 4, 2011

I develop an application in vb 2008. Now the times come to give it to user. when i publish it setup file created but when i try to install on customer computer the error Assembly cashe 12.0.0 not installed.Please guide me how i make a setup with that assembly cashe GCA(12.0.0)i want customer just Double click the setup file and software install.

View 1 Replies

C# - Communication Between A Desktop Application And A Web Application?

Dec 14, 2010

I have a desktop and web application connected to same database. Which is the most preferred method to make them communicate with each other?

View 1 Replies

Deploy An Application Developed In Program?

Oct 24, 2011

Can we deploy an application developed in VB2010 to Linux or Max

View 2 Replies

Deploy Application With Inno Installer?

Jun 6, 2011

I'm deploying a VB.NET application with Inno installer. In the past I've used the one Click installer but now require a setup with more options.

What needs to be included when deploying a VB.NET application (developed in VS 2010). I understand that the .NET Framework needs to be installed on the PC, but what else?

Also, where do you put the DLL's on the PC where the app is installed?

View 6 Replies

How To Deploy .net Windows Application In Linux

May 26, 2010

i developed a windows application in vb.net 2005 and i used ms-access as my database. i need to deploy my application in redhat linux operating system.

View 4 Replies

How To Deploy Database Application In Vb2008

Dec 14, 2010

i'm developing a linq to sql database application that i created with visual basic 2008. I intend to install the application on another computer system. The problem i'm having now is that, after i've developed,deployed it and installed it on another computer, i can't find the linq to sql database i created with the projectkelvin rolex on the installed application on the other computer,

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved