installation - Install ASP.Net MVC without administrator rights? -


Unfortunately, my company's IT policy does not allow administrative privileges for my own machine. However, I want to start the work of ASP.Net MVC; But installer framework will not install w / o Admin rights anyway I can manually install MVC; Like copying relevant DLL etc. Any creative advice is very commendable.

You can download & amp; Compile ASP.NET MVC yourself - and either add it as a referenced project, or just catch the resulting binary and add them to any other DLL in your project.

See the link for MVCBetaSource.zip - this is a very intuitive building using Visual Studio, and (if I remember correctly) some binary (System.web.Abstation and System.web. Routing) which are not part of the MVC source.


Comments