BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Support  Installation pr...  Installation under SharePoint
Previous Previous
 
Next Next
New Post 5/4/2007 3:18 AM
User is offline pritchag
2 posts
No Ranking


Installation under SharePoint 

Hi All,

I am trying to install BugNET under Sharepoint and I am having problems getting the site to work.

Has anybody successfully managed to do this? If so, what modifications did you have to make to Web.config?

Any help will be much appreciated.

Thanks,
Adam

 
New Post 5/4/2007 9:23 AM
User is offline BC
40 posts
No Ranking


Re: Installation under SharePoint 
What do you mean by installing under sharepoint?

On a server that also runs sharepoint or as a "sharepoint subsite" ?

I have a version of Bugnet running on a server which also runs Sharepoint
 
New Post 5/4/2007 9:59 AM
User is offline pritchag
2 posts
No Ranking


Re: Installation under SharePoint 

Apologies for not being very specific.

I mean as a SharePoint subsite, I have added the following to the Web.config file:

 <system.web>
  <pages enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest="true" />
  <trust level="Full" originUrl="" />
  <httpModules>
   <add name="Session" type="System.Web.SessionState.SessionStateModule"/>
  </httpModules>
 </system.web>

That is not the entire contents of my <system.web> section, but highlights the extra entries I usually add to relieve any problems when running a web app as a sharepoint subsite.

I managed to run the install ok, but when i try to browse to the main site, Internet Explorer says "Internet Explorer cannot display the webpage".

Thanks,
Adam

 
New Post 5/18/2007 2:13 PM
User is offline rachitpatel
16 posts
No Ranking


Re: Installation under SharePoint 

I'm 99% sure that you won't be able to install directly under Sharepoint (either WSS 3.0 or Sharepoint Server 2007 running on Default Web Site or Port 80 in IIS 6 or above). The sharepoint uses different architecture to handle the queries so if your Sharepoint is http://localhost, you won't be able to create http://localhost/bugnet. i.e you can't integrate "in" Sharepoint that way.

Another way is to create a new Web Site (not virtual directory) at different port (e.g 81, 8080) and then create a new virtual directory for BugNet underneath that.

HTH,

Rachit

 
Previous Previous
 
Next Next
  Forum  Support  Installation pr...  Installation under SharePoint

Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.