New ASP.NET Web Application

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Help!

How do I open a new ASP.NET Web application? It seems to want to point to an
HTTP site. Is this normal or can I create it locally? If I try to do it
locally, it wont let me enter a project name.

Thanks,
Brian
 
In order to develop locally you must have IIS installed and running on your
local dev machine.
 
Back
Top