Go to DotNetFunda.com
 Online : 1271 |  Welcome, Guest!   Login
 
Home > Forums > ASP.NET > what is http,ftp and filesystem ...

ASP.NET Forum



what is http,ftp and filesystem

Author: Suneel161 | Posted on: 3/7/2010 | Category: ASP.NET | Views: 260 | Level: Starter | Status: [Member]

hii
what is http,ftp and filesystem in vs 2008


Reply

Found interesting? Add this to:

| More

 Responses

Abhi2434  
Posted on: 3/7/2010 12:41:20 PM
Level: Silver | Status: [Member] | Reply

http is Hypertext Transfer Protocol, used for stateless data transfer. It uses Request - Response objects to communicate between each other.

FTP is File transfer protocol used to upload / download Files. The files in FTP are directly transferred between communication channels.

FileSystem means where we store files in local hard drive.




www.abhisheksur.com

Suneel161, please login to Mark As Answer, if this helps | Alert Moderator 

Abhijit Jana  
Posted on: 3/7/2010 12:49:39 PM
Level: Bronze | Status: [Member] [MVP] | Reply

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 

Latest Posts

More ... 

 Write New Post


Advertisement

About Us | The Team | Advertise | Contact Us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you found plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 9/3/2010 3:44:42 AM