Hello, there,

I have done a default installation of sharepoint on the WSUS server.

Now I can't connect to the http://wsusserver/wsusadmin/, it says 404 NOT
FOUND.

If I go to Sharepoint administration and add an exception to /wsusadmin/
path so that Sharepoint ISAPI wouldn't handle the url, then:

Debugging is not supported under current trust level settings.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Debugging is not supported
under current trust level settings.

Source Error:

An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Debugging is not supported under current trust
level settings.]
System.Web.UI.TemplateParser.HandlePostParse() +183
System.Web.UI.TemplateParser.Parse() +200
System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() +74
System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean
fCreateIfNotFound) +219
System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() +125
System.Web.UI.TemplateParser.GetParserCacheItem() +99
System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String
inputFile, HttpContext context, ApplicationFileParser& parser) +171
System.Web.HttpApplicationFactory.CompileApplication(HttpContext context)
+43
System.Web.HttpApplicationFactory.Init(HttpContext context) +485
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
context) +170
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414

Re: Default sharepoint install breaks WSUS on the same server by Dustin

Dustin
Mon Dec 19 14:26:44 CST 2005

That should've been the other way around -- install WSUS to a server already
running SharePoint, and only if you follow the steps in this WSS FAQ post:

http://wss.collutions.com/Lists/FAQ/DispForm.aspx?ID=530


-----
Dustin Miller
SharePoint University (Community) [http://www.sharepointu.com]
SharePoint Bootcamp (Training) [http://www.sharepointbootcamp.com]
SharePoint Blogs (Blogs) [http://www.sharepointblogs.com]
SharePoint Experts (Business) [http://www.sharepointexperts.com]

> Hello, there,
>
> I have done a default installation of sharepoint on the WSUS server.
>
> Now I can't connect to the http://wsusserver/wsusadmin/, it says 404
> NOT FOUND.
>
> If I go to Sharepoint administration and add an exception to
> /wsusadmin/ path so that Sharepoint ISAPI wouldn't handle the url,
> then:
>
> Debugging is not supported under current trust level settings.
> Description: An unhandled exception occurred during the execution of
> the current web request. Please review the stack trace for more
> information about the error and where it originated in the code.
>
> Exception Details: System.Web.HttpException: Debugging is not
> supported under current trust level settings.
>
> Source Error:
>
> An unhandled exception was generated during the execution of the
> current web request. Information regarding the origin and location of
> the exception can be identified using the exception stack trace below.
>
> Stack Trace:
>
> [HttpException (0x80004005): Debugging is not supported under current
> trust
> level settings.]
> System.Web.UI.TemplateParser.HandlePostParse() +183
> System.Web.UI.TemplateParser.Parse() +200
> System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation()
> +74
> System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean
> fCreateIfNotFound) +219
> System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath()
> +125
> System.Web.UI.TemplateParser.GetParserCacheItem() +99
>
> System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String
> inputFile, HttpContext context, ApplicationFileParser& parser) +171
> System.Web.HttpApplicationFactory.CompileApplication(HttpContext
> context)
> +43
> System.Web.HttpApplicationFactory.Init(HttpContext context) +485
>
> System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
> context) +170
> System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
> +414