BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportInstalling BugN...Installing BugN...Installation under SharePointInstallation under SharePoint
Previous
 
Next
New Post
5/4/2007 2:18 AM
 

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 8:23 AM
 
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 8:59 AM
 

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 1:13 PM
 

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
 
Next
HomeHomeSupportSupportInstalling BugN...Installing BugN...Installation under SharePointInstallation 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.