Monday, August 16, 2010

How to make asp.net applications work without visual studio platform?

i created a dynamic data website. and it takes a lot of space and slows the computer because of the visual studio platform(eating the RAM too).








am juz an amateur.... i created a kinda' database using dynamic data website.... all i need is to make this website run individually.... and not actually a website.... for single PC use only.....How to make asp.net applications work without visual studio platform?
Use Mono which is open source and supports .NET in windows and even in Linux.


Asp.Net sites can be developed using Mono.More information:





http://mono-project.com/ASP.NET


http://mono-project.com/Main_Page





But you wont get the drag and drop thing of visual studio usually (the visual part of Visual C# or Visual C++) .You can easily code and run your .NET applications on MONO though.

No comments:

Post a Comment