Types of web site in ASP.NET 2.0
1- File system Web sites .
2- Local IIS Web sites .
2- Local IIS Web sites .
3- FTP Web sites .
4- Remote Web sites .
4- Remote Web sites .
This are types of web site that you can develop it by ASP .NET 2.0 as illustrate in picture .This article will be useful isA , if you interest to know the different between them , want to know why this types or want increase your knowledge .
1-Local IIS Web sites :
First of all to create a local Web site:
- *you need to have administrative rights (Windows administrator) .
- *you must have IIS installed on your computer.
2-File System Web Sites :
- *File system Web sites live in any folder you specify .The folder may be on your local computer or on another computer sharing that folder.
- *File system Web sites do not require IIS running on your computer. But , you run pages by using the Visual Studio Web server( Visual Studio 2005 includes its own built-in Web server. This lets you develop Web applications effectively even if you don't have IIS installed on your development machine).
3-FTP Web Sites :
Via Visual Studio you can create HTTP-based sites or manage Web sites available through an FTP server. For example, if you use a remote hosting company to host your Web site, an FTP offers a way to move files back and forth between your development location and the hosting location. You then use Visual Studio to manage the content on the remote FTP server.
- *You might use this option to test the Web site on the live server where it will actually be deployed.
- *By default, Visual Studio logs you in to the FTP server as an anonymous user. However, some FTP servers require you to provide a username and password. In that case, you can deselect the Anonymous Login option and then enter your username and password. The username and password are saved until you end the Visual Studio session.
- *Remote Web sites use IIS on another computer that is accessible over a local area network.
- *To create this type of web site, FrontPage Server Extensions must be installed on the remote computer.
- *By default, a web application that you create on a remote server doesn’t have the permissions needed to change files in the web site at runtime. If an application needs to change a file, then, you’ll need to contact the system administrator about giving it the appropriate permissions.
My source : http://en.csharp-online.net/How_to_Test_and_Debug_an_ASP.NET_Application%E2%80%94How_to_create_a_remote_IIS_web_site
No comments:
Post a Comment