Use the Asp.net application on the IIS Site where WSS is installed

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.