|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
VB.Net on the networkWe have 200+ concurrent users. We are looking at using Oracle database as
the backend and VB.Net on the network as the front-end. Does anyone know if this will work and how? We will go to the web in a couple of years, but right now we are limited to the network with concurrent users of up to 200+. Thanks, Marcus Make an internal ASP.NET web application. No problem.
"Marcus via DotNetMonster.com" <u7122@uwe> wrote in message news:700aa1bf8d4b0@uwe...Show quote > We have 200+ concurrent users. We are looking at using Oracle database as > the backend and VB.Net on the network as the front-end. Does anyone know > if > this will work and how? > > We will go to the web in a couple of years, but right now we are limited > to > the network with concurrent users of up to 200+. > > Thanks, > Marcus > > -- > Message posted via http://www.dotnetmonster.com > We have only 4 weeks to deploy this application on the network. The company
intranet is controlled by our IT department. To deploy ASP.Net on the web/intranet means IT would need to prioritized the work and put the project into a pool of project which could take up to 6 months to deploy. Can an ASP.Net application can be deployed on the Network? with 200+ concurrent users? Thanks, Marcus Scott M. wrote: >Make an internal ASP.NET web application. No problem. > >> We have 200+ concurrent users. We are looking at using Oracle database as >> the backend and VB.Net on the network as the front-end. Does anyone know >[quoted text clipped - 7 lines] >> Thanks, >> Marcus On Sun, 01 Apr 2007 16:32:53 GMT, Marcus via DotNetMonster.com wrote:
Show quote > We have only 4 weeks to deploy this application on the network. The company You have two options here:> intranet is controlled by our IT department. To deploy ASP.Net on the > web/intranet means IT would need to prioritized the work and put the project > into a pool of project which could take up to 6 months to deploy. > > Can an ASP.Net application can be deployed on the Network? with 200+ > concurrent users? > > Thanks, > Marcus > > Scott M. wrote: >>Make an internal ASP.NET web application. No problem. >> >>> We have 200+ concurrent users. We are looking at using Oracle database as >>> the backend and VB.Net on the network as the front-end. Does anyone know >>[quoted text clipped - 7 lines] >>> Thanks, >>> Marcus 1) Create a ASP.NET application, using VB.NET (Since i gather you have vb.net skills in house). Deployment becomes as simple as giving a URL to your users 2) Create a Click Once .NET Application, to simplify deployment. Again deployment would be pointing your users to the setup URL |
|||||||||||||||||||||||