Q: Install Microsoft Project Server 2003 on Windows Server 2003 and install the project server on the default web site. Existing or new Asp.net applications after installationProgramInaccessible.
A: WSS must be installed on the Project Server to support applications. WSS is installed on the default web site by default and cannot be modified ..
In SharePoint terminology, an IIS Web site is considered as a virtual server. A virtual server must be extended through WSS to run on WSS
Web site. When you install WSS by default, it will automatically expand the virtual server listening to port 80.
When WSS is extended to 1
On virtual servers, a custom ISAPI filter and WSS filter (stsfltr. dll) are installed on the virtual servers ). It will configure the database according to the request sent to the server
To determine which data is processed by WSS and which is processed by IIS. WSS also adds a web. config file to the root directory of the master virtual server.
. The Web. config file is WSS and all ASP. NET files running on the Virtual ServerCodeProvides initial configuration settings. By default, this web. config
The file contains quite strict security settings (wss_minimal ). However, modifying the Security Settings of Web. config does not work.
WSS divides the URL space of the extended virtual server into multiple managed paths. The path managed by WSS is considered to be included. On the contrary, the path not managed by WSS is considered to be excluded.
Path. When the WSS filter finds a request with a URL and the URL is part of the excluded path, it can send a reply to IIS for standard ASP or ASP. NET
Processing.
To enable the Asp.net application, you only need to add the path of the Asp.net application to the excluded path to access the application. This bypasses WSS security verification.
Certificate. Method: In SharePoint central administration, there is a define managed
The paths function. Add your own Application Path to add a new path.
Reference: Build collaborative applications (Chinese) on the Windows SharePoint service platform)
Use Windows SharePoint Services as a platform for building collaborative applications)