BugNET

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

BugNET Forums

 
  Forum  Support  Installation pr...  Any known issues with BugNET running in Server 2008?
Previous Previous
 
Next Next
New Post 6/23/2008 12:00 PM
Resolved
User is offline hoss
7 posts
No Ranking


Any known issues with BugNET running in Server 2008?  

I was able to install BugNet without issue on 2 different XP servers and my webhoster (server 2003). But I'm so far unable to get it to run on Server 2008. If it is indeed supposed to work on Server 2008, I'll post details of the problems I'm running into.

TIA!

 
New Post 6/23/2008 7:00 PM
User is offline admin
621 posts
bugnetproject.com
1st Level Poster




Re: Any known issues with BugNET running in Server 2008?  

 hoss wrote

I was able to install BugNet without issue on 2 different XP servers and my webhoster (server 2003). But I'm so far unable to get it to run on Server 2008. If it is indeed supposed to work on Server 2008, I'll post details of the problems I'm running into.

TIA!

I haven't tried running BugNET on windows 2008 but I don't foresee any problems with the application iteself.  Since windows 2008 uses IIS7 you will have to run the application in classic mode as it does not support integrated pipeline mode yet.  Just create a new app pool in IIS for it.


Davin Dubeau
BugNET - Core Developer

 
New Post 6/23/2008 9:00 PM
User is offline hoss
7 posts
No Ranking


Re: Any known issues with BugNET running in Server 2008?  

ok, I'll try that thanks! I was getting errors about duplicate things being declared in the web.config. If this doesn't fix it, I'll post actual error messages.

Also, just wanted to say that in the little I've experiemented with it so far, BugNET is a well written and great bug tracker. Keep up the good work! Looking forward to .8 as I need some of its new features.

 
New Post 6/23/2008 11:19 PM
User is offline hoss
7 posts
No Ranking


Re: Any known issues with BugNET running in Server 2008?  

ok, I tried setting both default site and the virtual folder application for bugnet to have application pool as "Classic .NET AppPool". I restarted IIS but am getting same error (see below). This error is what I see in IE. Its a little hard to copy/paste cause in IE its all heavily formatted and in tables. The only thing I've modified at all in the web.config is the connection string to my SQL db. Note that I do have basic aspx pages working fine in the default website. Also, after some searching on google, I tried commenting out the offending line from the web.config file but this just makes it report the same error on the next line. After uncommenting all lines it complained about, I started to get into weird errors that had no info (I'd half to repro it again to get exact errors), I've since put the web.config from the zip file back when I tried to do the app pool stuff (other than the connection string line being edited, its right from the zip file).

Thanks for your time!! This server 2008 box is the only server that is an option for me to install this on.

:: Error Summary ::
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.

:: Detailed Error Information ::
Module - IIS Web Core
Notification - BeginRequest
Handler - Not yet determined
Error Code - 0x800700b7
Config Error - There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined 
Config File\\?\C:\BugNET\web.config
Requested URL -  http://localhost:80/bugnet/install/install.aspx
Physical Path - C:\BugNET\install\install.aspx
Logon Method - Not yet determined
Logon User - Not yet determined

:: Config Source :: (in IE, line 6 is red like below as well)
    5:  <sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
    6:  <section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
    7:  <sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">

 
New Post 6/24/2008 12:07 AM
User is offline smoss
91 posts
www.orbitsolutions.co.za
No Ranking


Re: Any known issues with BugNET running in Server 2008?  

Try doing a CLEAR before the duplicate section or remove the section entirely from the config file.

I bid http://forums.asp.net/t/1268236.aspx

 
Previous Previous
 
Next Next
  Forum  Support  Installation pr...  Any known issues with BugNET running in Server 2008?

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.