I guess you are talking about the Location of Web Application in VS.
Http: - It will create the Virtual Directory , Directly on IIS. For that you need to configure the IIS First.
There you need to provide file path like,
http://localhost/WebApplicationname
Ftp: It will create web site on Ftp Server.
Path of your web application would be,
ftp://WebApplication
FileSystem : It will create the Web Site in your local file System, which is bydefault.
Path would be like : d:\WebApplication.
Note: For Ftp and Http you have to make sure your IIS Server Configure Properly or if you are using any Remote Server that is also configured properly
Cheers !
Abhijit
Suneel161, please login to Mark As Answer, if this helps |
Alert Moderator