Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version. Compare with Current ·  View Page History

In Visual Studio you can build and publish a web application using right click in a ASP.NET project -> Publish

A simple Web Application in ASP .NET will generate:

  • /*.aspx ASP pages
  • /Web.config
  • /bin/*.dll assemblies required

This can be deployed to IIS

Labels
  • None