|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SSL required on non SharePoint web siteweb site. Before I installed the application, SharePoint was already installed. When I attempted to browse to my default page in my web site, I get a message that says, "HTTP Error 403.4 - Forbidden: SSL is required to view this resource.". I am running my virtual web in a seperate application pool. When I change the Identity for my application pool to use the IWAM account, I can access the page without using SSL. However, if is set the page to use the predefined "Network Service" account, then I get the SSL is required message. I have not seen this behavior on non-SharePoint web servers. Is this expected behavior for applications that run in the Default Web Site of a server that hosts SharePoint? Is there a way to continue to use the Network Service account without the forced SSL requirement? My virtual web is set to use Anonymous access using the IUSR accout and "Require secure channel (SSL)" under Secure Communications is not checked. Thanks, Leslie In Sharepoint administration, have you marked this folder as an excluded
path? Cheers Ken Show quoteHide quote "Leslie" <mason@newsgroup.nospam> wrote in message news:1B7BA496-4DD1-4F09-BDAD-AF5F0B621E9F@microsoft.com... >I have installed a web application in a virtual directory under the default > web site. Before I installed the application, SharePoint was already > installed. > > When I attempted to browse to my default page in my web site, I get a > message that says, "HTTP Error 403.4 - Forbidden: SSL is required to view > this resource.". > > I am running my virtual web in a seperate application pool. When I change > the Identity for my application pool to use the IWAM account, I can access > the page without using SSL. However, if is set the page to use the > predefined > "Network Service" account, then I get the SSL is required message. > > I have not seen this behavior on non-SharePoint web servers. Is this > expected behavior for applications that run in the Default Web Site of a > server that hosts SharePoint? > > Is there a way to continue to use the Network Service account without the > forced SSL requirement? > > My virtual web is set to use Anonymous access using the IUSR accout and > "Require secure channel (SSL)" under Secure Communications is not checked. > > Thanks, > > Leslie 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. WenJun,
I followed the steps you listed and that worked great. SharePoint was installed by someone else and I am unfamilar with SharePoint administration. Thanks for including the specific steps. Leslie ""WenJun Zhang[msft]"" wrote: Show quoteHide quote > 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. > > > > You are welcome Leslie.
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. Ken,
I had not done that. Thanks, Leslie Show quoteHide quote "Ken Schaefer" wrote: > In Sharepoint administration, have you marked this folder as an excluded > path? > > Cheers > Ken > > "Leslie" <mason@newsgroup.nospam> wrote in message > news:1B7BA496-4DD1-4F09-BDAD-AF5F0B621E9F@microsoft.com... > >I have installed a web application in a virtual directory under the default > > web site. Before I installed the application, SharePoint was already > > installed. > > > > When I attempted to browse to my default page in my web site, I get a > > message that says, "HTTP Error 403.4 - Forbidden: SSL is required to view > > this resource.". > > > > I am running my virtual web in a seperate application pool. When I change > > the Identity for my application pool to use the IWAM account, I can access > > the page without using SSL. However, if is set the page to use the > > predefined > > "Network Service" account, then I get the SSL is required message. > > > > I have not seen this behavior on non-SharePoint web servers. Is this > > expected behavior for applications that run in the Default Web Site of a > > server that hosts SharePoint? > > > > Is there a way to continue to use the Network Service account without the > > forced SSL requirement? > > > > My virtual web is set to use Anonymous access using the IUSR accout and > > "Require secure channel (SSL)" under Secure Communications is not checked. > > > > Thanks, > > > > Leslie > > >
Make Client Cert Required in IIS on SBS 2003?
IIS 6.0 and passwording site How do you restrict access to directory below parent dir with anon access? Domain Guests Grant Users Permissions to Modify IIS without Having Full Admin Ri automatic login with current username and password Secure FTP service? 501 errors due to Microsoft-WebDAV-MiniRedir/5.1.2600 can this be done easily group security in IIS |
|||||||||||||||||||||||