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">