Intranet Web Application
-
I need to develop Intranet web application, using MVC 3, Please help me out with MVC 3 , and basics websites Aswini
-
You can find many samples for yourself: Go to http://www.asp.net/mvc/mvc3[^] to start, and use Google to find other resources.
-
-
I need to develop Intranet web application, using MVC 3, Please help me out with MVC 3 , and basics websites Aswini
A Intranet is nothing but a web application which runs in the domain environment of an organization and will not accessible outside of that LAN. The best example is localhost homepage which is completely private and restricted to the domain environment unless you are making your server IP public. So you can develop any application with any technology and you need to be host it in IIS in a private network to make it Intranet.