In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces how to create a Visual Studio 2008 website, with a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let the editor take you to understand it.
Although many people are skeptical about the security of the Visual Studio 2008 website, its security is also improving year after year. It is entirely possible to secure a Visual Studio 2008 website, but only if you have a deep understanding of what a Visual Studio 2008 site is and how it works.
File system website: file system website may be a more frequently used type of website, you can specify the location of website files to facilitate several kinds of management. When creating a file system type website, you don't need to install IIS on the developer's machine, you can use ASP.NET Development Server for testing. However, the website or virtual directory on ASP.NET Development Server cannot be accessed on other machines. When it runs, it randomly selects a port greater than 1024 as the Wen server port (because ports below 1024 have been designated for use, such as 21 as ftp listening port and 80 as HTTP listening port).
The file system website is only suitable for the development phase, and IIS needs to be installed on the server at the time of deployment. Local HTTP website: the local HTTP website is run using IIS as a Web container. Every time you create a Web website, a virtual directory is created under the home directory of the IIS default website. The physical path of the IIS default website is [system Partition]:\ Inetpub\ wwwroot.
Note that the physical path to a website created as a local HTTP site will be under the system partition, just like a Web project created with Visual Studio 2002 and Visual Studio 2003, so you need to set the project to a virtual directory under IIS when you open an earlier version of the project using Visual Studio 2005.
Remote HTTP website: the remote HTTP website creates the Web project under the IIS home directory of other hosts on the same local area network. The remote host must install IIS and Microsoft FrontPage 2002 extensions.
FTP website: a FTP website is a website created on a remote server that uses FTP to manage files.
File system websites and local HTTP sites are most commonly used in actual development, because it is easy for teams to use source control tools such as VSS and SVN for collaborative development.
It is important to note that features such as HTTP-based authentication, application pools, and ISAPI filters cannot be used by file system Web sites.
In actual development, it is customary to build a solution, and then put the solution file and class library project and the Web website project in a folder, which is easy to manage and maintain. Let me demonstrate the process of creating a Web project with a solution:
First, select "File"-"New"-"Project", and a dialog box will pop up, as shown below:
Thank you for reading this article carefully. I hope the article "how to create a Visual Studio 2008 website" shared by the editor will be helpful to you. At the same time, I also hope you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.