Re: SSL required on non SharePoint web site
- From: wjzhang@xxxxxxxxxxxxxxxxxxxx ("WenJun Zhang[msft]")
- Date: Wed, 09 Aug 2006 09:44:01 GMT
Hi Leslie,
Just as Ken mentioned, when Windows sharepoint service is installed and a
site is extended as a WSS site, all the http requests to this site are
handled by WSS's ISAPI filter: stsfltr.dll. Therefore you have to either
create a new web site to deploy your own web applications or exclude some
virtual pathes from the WSS site to make them no longer handled by WSS.
Then you can deploy your web application to that excluded vdir.
To exclude virtual pathes, please refer to the following steps:
1) Browse to SharePoint Central Administration site.
2) Click Confifure virtual server settings
3) Select the WSS extended site
4) Click Define managed pathes
5) In ''Add a New Path'', select Type to ''Excluded path'', in the Path
textbox, input the virtual directory''s name and click OK.
Then the path http://yourwssserver/vdir/ will no longer be managed by WSS.
You can deploy your .net application into it.
Please update here if problem still persists.
Best Regards,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Follow-Ups:
- Re: SSL required on non SharePoint web site
- From: Leslie
- Re: SSL required on non SharePoint web site
- References:
- Re: SSL required on non SharePoint web site
- From: Ken Schaefer
- Re: SSL required on non SharePoint web site
- Prev by Date: ASP.NET 1.1 + IIS 5 + Nagios
- Next by Date: IIS 5 / 6 .htaccess
- Previous by thread: Re: SSL required on non SharePoint web site
- Next by thread: Re: SSL required on non SharePoint web site
- Index(es):
Relevant Pages
|