Default Web Application Path
-
When I create a new ASP.NET Web Application using VS.NET, it is created in the http://localhost/MyWebAppName. Instead I want it to be something like http://localhost/MyWebApps/MyWebAppName by default when I create it. I know this feature is available in VS.NET but dont know how. I ask this so that I can group all web applications in a particular folder MyWebApps by one time creating a virtual directory for MyWebApps. Without this setting, I have to create virtual directory for and every web application. How can I do it?
-
When I create a new ASP.NET Web Application using VS.NET, it is created in the http://localhost/MyWebAppName. Instead I want it to be something like http://localhost/MyWebApps/MyWebAppName by default when I create it. I know this feature is available in VS.NET but dont know how. I ask this so that I can group all web applications in a particular folder MyWebApps by one time creating a virtual directory for MyWebApps. Without this setting, I have to create virtual directory for and every web application. How can I do it?
-
When I create a new ASP.NET Web Application using VS.NET, it is created in the http://localhost/MyWebAppName. Instead I want it to be something like http://localhost/MyWebApps/MyWebAppName by default when I create it. I know this feature is available in VS.NET but dont know how. I ask this so that I can group all web applications in a particular folder MyWebApps by one time creating a virtual directory for MyWebApps. Without this setting, I have to create virtual directory for and every web application. How can I do it?
-
The Web Application created using the path provided by New Project Dialog will be stored in c:\inetpub\wwwroot\MyWepAppName. If you want to store all your web applications in a directory like c:\syedwebapps you have to create a virtual directory using the iis before creating the web applications. But if use the default web application path you need not create any virtual directory. Basically my requirement is, I want to make some directory other than c:\inetpub\wwwroot to behave like wwwroot so that all the wep applications created will go to that directory without and additional need of creating virtual directory every time.
-
The Web Application created using the path provided by New Project Dialog will be stored in c:\inetpub\wwwroot\MyWepAppName. If you want to store all your web applications in a directory like c:\syedwebapps you have to create a virtual directory using the iis before creating the web applications. But if use the default web application path you need not create any virtual directory. Basically my requirement is, I want to make some directory other than c:\inetpub\wwwroot to behave like wwwroot so that all the wep applications created will go to that directory without and additional need of creating virtual directory every time.