Workarounds on creating aspx.Web projects

xiaoxiao2021-03-06  102

1. When the site main directory does not create an application: Create webApp through the FP extension virtual directory, steps are as follows: (1), right click on site --- All Tasks - Configure Server Extensions (2), build virtual directory *** and configure the application (3), establish a web project in the VS, the name is also *** (4), establishing the web 2 through the FP extension, when the site main directory creates an application: first Method - FP extension: (1), right click on site - all tasks - Configure server extensions (2), establish a web project in VS, name yourself (3), create web through FP extensions Second method --Web sharing: (1) Change the IP address to all unallocated (2) in IIS to change the address to 127.0.0.1 or localhost 3, please try the following methods when it is not established: (1) " Site "--- Right-click -" Properties "---" All Tasks - "Recalculate the Hyperlink on the Web" and then create (2) instructions to share by FRONTPAGE Server under VS.NET. Access the project files on the web server directly; do not need to install the FrontPage server extension on that server. When you install Visual Studio .NET, a "VS Developers" user group will be created and the user group is granted read / write permission to the INETPUB / WWWROOT folder. Any user who wants to use file sharing to create a Web project on your computer needs to be added to the "VS Developers" user group. The new "VS Developers" group does not have any members, so even if you install Visual Studio, you must also manually add yourself to this group. If you do not want to install Visual Studio to the server, you can install only server components through the Visual Studio installer to create a "VS Developers" group. (3) Under Win2003: In VS.NET, in order to test the URL and UNC, vs.net will generate a .tmp file under the directory, then send requests to the file via HTTP. However, in IIS 6, for security reasons, the TMP file is not registered. By default, HTTP 404 errors are generated by Block. To solve this problem, please refer to the following method: 1. Open IIS Manager. 2. Right click on "Default Web Site" and select Properties. 3. Click "HTTP Header". 4. Click "MIME TYPES". 5. Click "New". 6. In Extension, enter ".tmp". (No quotation marks) 7.

转载请注明原文地址:https://www.9cbs.com/read-105579.html

New Post(0)