SBS2003 - Some websites don´t work



Its a new SBS2003 std SP1, Exchange SP2...

When I try to open CompanyWeb this error shows up after a logon page:

Server Error in '/' Application.

Runtime Error
Description: An application error occurred on the server. The current custom
error settings for this application prevent the details of the application
error from being viewed.

Details: To enable the details of this specific error message to be viewable
on the local server machine, please create a <customErrors> tag within a
"web.config" configuration file located in the root directory of the current
web application. This <customErrors> tag should then have its "mode"
attribute set to "RemoteOnly". To enable the details to be viewable on remote
machines, please set "mode" to "Off".

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly"/>
</system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom
error page by modifying the "defaultRedirect" attribute of the application's
<customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="On" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>

When I try to open localhost/backup this shows:

Server Error in '/Backup' Application.

Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\backup\55b79170\2502a0a" is denied.
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.UnauthorizedAccessException: Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\backup\55b79170\2502a0a" is denied.

ASP.NET is not authorized to access the requested resource. Consider
granting access rights to the resource to the ASP.NET request identity.
ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or
Network Service on IIS 6) that is used if the application is not
impersonating. If the application is impersonating via <identity
impersonate="true"/>, the identity will be the anonymous user (typically
IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET write access to a file, right-click the file in Explorer,
choose "Properties" and select the Security tab. Click "Add" to add the
appropriate user or group. Highlight the ASP.NET account, and check the boxes
for the desired access.

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:

[UnauthorizedAccessException: Access to the path
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\backup\55b79170\2502a0a" is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +393
System.IO.Directory.InternalCreateDirectory(String fullPath, String path)
+632
System.IO.Directory.CreateDirectory(String path) +195
System.Web.Compilation.PreservedAssemblyEntry.DoFirstTimeInit(HttpContext
context) +85

System.Web.Compilation.PreservedAssemblyEntry.EnsureFirstTimeInit(HttpContext
context) +98
System.Web.HttpRuntime.PreloadAssembliesFromBin(HttpContext context) +153
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +454

[HttpException (0x80004005): ASP.NET Initialization Error]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +946
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +128

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300


What I CAN access:

http://localhost
http://Servername
http://IPnumber
http://Servername/exchange
http://localhost/tsweb
http://localhost/ConnectComputer
http://localhost/Public
.



Relevant Pages

  • ready to scream
    ... it's for an IT Service Request list form. ... EndUserEntry.aspx that has a Custom List Form on it with just the fields the ... An unhandled exception has occurred. ... Thread account name: NT AUTHORITY\NETWORK SERVICE ...
    (microsoft.public.sharepoint.portalserver)
  • =?Utf-8?Q?RE:_SBS2003_-_Some_websites_don=C2=B4?= =?Utf-8?Q?t_work?=
    ... > Server Error in '/Backup' Application. ... > Exception Details: System.UnauthorizedAccessException: Access to the path ... > granting access rights to the resource to the ASP.NET request identity. ... > context) +85 ...
    (microsoft.public.windows.server.sbs)
  • Re: RWW
    ... Exception Details: System.UnauthorizedAccessException: Access to the path ... granting access rights to the resource to the ASP.NET request identity. ... t context) +98 ... >>that starts with Server Error in '/Remote' Application. ...
    (microsoft.public.windows.server.sbs)
  • httphander pagehanderfactory medium trust security exception.
    ... Hi all i have a strang issue when using a custom http hander in a medium ... Exception Details: System.Security.SecurityException: Request failed. ... Boolean ignoreCase) +0 ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: http web request question
    ... the HTTPWebRequest object is not throwing an exception, ... the cause of the 500-internal server error on the server is not my ... I'm having the exact same problem with my web request... ...
    (microsoft.public.dotnet.framework)