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

  • Thread starter Thread starter a budding altruist
  • Start date Start date
A

a budding altruist

Guest
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).
 
You're confusing things here. Visual Studio is the development environment and it is not needed to host an ASP.NET application.

The server on which the ASP.NET application needs to have an appropriate version of IIS (Internet Information Services) and the .NET framework installed.

Hope this helps.
 
You're confusing things here. Visual Studio is the development environment and it is not needed to host an ASP.NET application.

The server on which the ASP.NET application needs to have an appropriate version of IIS (Internet Information Services) and the .NET framework installed.

Hope this helps.
 
Back
Top