Create a new ASP.NET application

Question : In Visual Studio .NET, how do I create a new ASP.NET application which does not have a physical path under wwwroot?

Answer :You must first create an IIS application using the IIS MMC. Then in Visual Studio .NET, create a new ASP.NET application and give it the same name you used for the IIS application