Asp.net website as Sharepoint subsite

notChosen

I have a Sharepoint site, for example http://sharepoint. And I have an asp.net website, now it's working fine on http://sharepoint:85/website, same domain, different ports.

I need this website to work in the same port, like http://sharepoint/website. It must not work under Sharepoint or something, just need to share the address.

I tried Add application to sharepoint site in IIS manager, but http://sharepoint/website is showing an error "Server Error in '/website' Application".

notChosen

I found a solution. My method with Add application to site in IIS manager is fine. With <customErrors mode="Off"> in web.config page shows an error Default Role Provider could not be found. Then in web.config found

    <roleManager>
       <providers>
       <clear/>
     </providers>
   </roleManager>

Deleted <clear/> row, now site is working.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Asp.net website as Sharepoint subsite

From Dev

Sharepoint user permissions on subsite

From Dev

how to convert asp.net website project to sharepoint wsp

From Dev

subsite owner cannot create subsite, SharePoint 2013

From Dev

SharePoint 2010 CSOM - 401 on subsite query

From Dev

Sharepoint 2013 - unable to hide a subsite from navigation

From Dev

Use ASP.NET or Sharepoint

From Dev

Sharepoint to ASP.net MVC file download

From Dev

Asp.net web application and sharepoint list

From Dev

Sharepoint Office 365, External User, Giving Permission on other Subsite

From Dev

Scrape ASP.NET website with paging

From Dev

ASP.NET: Publish website for https

From Dev

Extend ASP.Net MVC Website with IronPython

From Dev

Sync ASP.NET website with web server?

From Dev

ASP.NET Live Website Replication Ideas

From Dev

monitor and calculate asp.net website performance

From Dev

ASP.Net - Link a website in SiteMapPath

From Dev

Multiple websites inside asp .net website

From Dev

Writing regular expressions for a Asp.Net website

From Dev

Increasing Website Performance - ASP.NET

From Dev

datagridview to crystal report in asp.net website

From Dev

cURL authorization on ASP.NET website

From Dev

Assembly name for ASP.Net website project

From Dev

ASP.NET website, Buttons are just hyperlinks

From Dev

ASP.Net - Link a website in SiteMapPath

From Dev

How to undeploy an asp.net 2.0 website

From Dev

Change the default path of ASP.net website

From Dev

Asp.net validation is not working for website forms

From Dev

permissions in IIS for asp.net local website