A
A
Artem2015-02-03 21:52:29
Programming
Artem, 2015-02-03 21:52:29

Is it possible to deploy web applications on a local network?

There is a task It is
necessary to write a small project, a test system, the user selects some options, after which points are set, and the result is entered into the database.
Is it possible to implement everything within a web application built on asp.net MVC, but provided that there is no Internet connection. There is only a local network that connects the computers and the server.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Cheremisin, 2015-02-04
@leahch

And what are the problems? Why do you need the Internet if all traffic will only go to the local network? Install a webserver and connect to it from clients by ip-address. You can raise the local dns and then you can make names like www.myserver.local
I don't see any problems at all, everything is done within an hour or two (I'm talking about deployment, not about writing an application). The main thing is that the application does not pull javascript, for example, from the Internet, everything should lie on local resources.

P
Pavel, 2015-02-03
@ProgramCodePav

Haven't worked with it myself yet, but have read about sqlite - an embedded DBMS. I think this article is for you
habrahabr.ru/post/56694
If within the local network, then you can install denwer or a similar web server to emulate it on a local PC (which is like a server).
And on the PC server there can be a C # application that works with sqlite (that is, a server), and on other PCs - clients.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question