> I had a similar situation, I also has mssql errors. This is what I found.
>
> c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i to fix
> the asp errors. To fix the MSSQL error I had to change the logon account to
> local system. That resolved my issues.
> --
> Chris Millette
> MCP/Network Administrator
> Community Bank & Trust
>
>
> "Taylor H." wrote:
>
> > I am upgrading from the latest version of WSUS 2 to WSUS 3. The process runs
> > fine until I press the "Finish" button. The configuration wizard does not
> > come up and I get the following error screens:
> >
> > "Microsoft.UpdateServices.UI.OOBEWizard.exe has encountered a problem and
> > needs to close."
> >
> > "An unexpected error occurred, and this wizard must be closed. You may
> > restart the WSUS Server Configuration Wizard from the Options page in the
> > WSUS 3.0 console."
> >
> > I try to connect to the WSUS server via the Administration console but
> > cannot get a connection. I also noticed several of these (or similar) errors
> > in the Event Viewer:
> >
> > Event Type: Warning
> > Event Source: ASP.NET 2.0.50727.0
> > Event Category: Web Event
> > Event ID: 1310
> > Date: 6/4/2007
> > Time: 9:55:26 AM
> > User: N/A
> > Computer: AFGE-MGMT
> > Description:
> > Event code: 3007
> > Event message: A compilation error has occurred.
> > Event time: 6/4/2007 9:55:26 AM
> > Event time (UTC): 6/4/2007 1:55:26 PM
> > Event ID: 73e551cff0844bccad6831f7171d55a5
> > Event sequence: 3
> > Event occurrence: 1
> > Event detail code: 0
> >
> > Application information:
> > Application domain:
> > /LM/W3SVC/1/ROOT/SimpleAuthWebService-24-128254389258487454
> > Trust level: Full
> > Application Virtual Path: /SimpleAuthWebService
> > Application Path: C:\Program Files\Update
> > Services\WebServices\SimpleAuthWebService\
> > Machine name: AFGE-MGMT
> >
> > Process information:
> > Process ID: 6200
> > Process name: w3wp.exe
> > Account name: NT AUTHORITY\NETWORK SERVICE
> >
> > Exception information:
> > Exception type: HttpCompileException
> > Exception message: (0): error CS0016: Could not write to output file
> > 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET
> > Files\simpleauthwebservice\98115b04\11eb47d4\App_global.asax.gtumwqoq.dll' --
> > 'Access is denied. '
> >
> > Request information:
> > Request URL:
http://afge-mgmt/SimpleAuthWebService/SimpleAuth.asmx > > Request path: /SimpleAuthWebService/SimpleAuth.asmx
> > User host address: 192.168.1.226
> > User:
> > Is authenticated: False
> > Authentication Type:
> > Thread account name: NT AUTHORITY\NETWORK SERVICE
> >
> > Thread information:
> > Thread ID: 7
> > Thread account name: NT AUTHORITY\NETWORK SERVICE
> > Is impersonating: False
> > Stack trace: at System.Web.Compilation.AssemblyBuilder.Compile()
> > at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
> > at
> > System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp)
> > at System.Web.Compilation.BuildManager.CompileGlobalAsax()
> > at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
> > at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager
> > appManager, IApplicationHost appHost, IConfigMapPathFactory
> > configMapPathFactory, HostingEnvironmentParameters hostingParameters)
> >
> >
> > Custom event details:
> >
> > For more information, see Help and Support Center at
> >
http://go.microsoft.com/fwlink/events.asp.> >
> > The event details do not yield any help. I then checked the security
> > settings on the directories that have Access Denied, but everything looks
> > proper. I've tried to uninstall (leaving the DB intact) and reinstall, but no
> > luck.
> >
> > Any suggestions?