Deploying distributed Windows app

G

Guest

My team is in the process of building a .NET Windows Application that we plan to ship to clients on cd format for a local install. We were planning on using the MSDE version of SQL as the data storage, but I'm not sure if it will support multiple users in a network.
Can anyone share with me what is the standard way of distributing such applications?
 
G

Guest

If it is only to be used for internally networked users it should be fine. After I think 8-10 simultaneous connections from different clients it throttles back (slows down). This is by design so it can't realistically be used for websites and such.
 
G

Guest

Thanks Todd,
Have you personally used MSDE before for something similar to this? Is that what most people would do in this scenario? I'm just wondering if there's something better out there that we may evaluate.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top