Re: Compiler Error

From: CJ (CJ_at_discussions.microsoft.com)
Date: 09/03/04

  • Next message: ranganh: "RE: Help needed in Web.config"
    Date: Thu, 2 Sep 2004 22:59:03 -0700
    
    

    Thanks Raghavendra for the reply,

    I will look at the permissions again, I have already given access to ASP.NET
    and IUSR_ account full access to C:\windows\temp without any luck. Unless the
    processes that you refer to runs under a different user names.

    Will check it out and let you know.

    "Raghavendra T V" wrote:

    > Hi CJ,
    >
    > You will need to give these two accounts, IUSR_MachineName and ASPNET,
    > permissions to the directories they are being denied acces to. You can do
    > this by right click the folder and going to properties. Then click the
    > security tab. Then click the add button. Add the account.
    > It is the account that the aspnet_wp.exe and the inetinfo.exe processes run
    > under that need to be granted access to the directories that they are being
    > denied access to.
    >
    > Hope this helps you.
    >
    > Thanks
    > Raghavendra
    >
    >
    > "CJ" <CJ@discussions.microsoft.com> wrote in message
    > news:EAF19111-5BE2-42F6-A71F-992DF9F83DEC@microsoft.com...
    > > Anyone, any ideas on this, it happened after a security hardening was done
    > on
    > > this server. How do I fix it please.
    > >
    > > Compilation Error
    > > Description: An error occurred during the compilation of a resource
    > required
    > > to service this request. Please review the following specific error
    > details
    > > and modify your source code appropriately.
    > >
    > > Compiler Error Message: BC30138: Unable to create temp file in path
    > > 'C:\WINDOWS\TEMP\': Access is denied.
    > >
    > > Source Error:
    > >
    > > [No relevant source lines]
    > >
    > > Source File: vbc : Line: 0
    > >
    > > Microsoft (R) Visual Basic .NET Compiler version 7.10.3052.4
    > > for Microsoft (R) .NET Framework version 1.1.4322.573
    > > Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.
    > >
    > > vbc : error BC30138: Unable to create temp file in path
    > 'C:\WINDOWS\TEMP\':
    > > Access is denied.
    > >
    > > Show Complete Compilation Source:
    > >
    > >
    > > Line 1:
    > >
    > '---------------------------------------------------------------------------
    > ---
    > > Line 2: ' <autogenerated>
    > > Line 3: ' This code was generated by a tool.
    > > Line 4: ' Runtime Version: 1.1.4322.573
    > > Line 5: '
    > > Line 6: ' Changes to this file may cause incorrect behavior and
    > will
    > > be lost if
    > > Line 7: ' the code is regenerated.
    > > Line 8: ' </autogenerated>
    > > Line 9:
    > >
    > '---------------------------------------------------------------------------
    > ---
    > > Line 10:
    > > Line 11: Option Strict Off
    > > Line 12: Option Explicit On
    > > Line 13:
    > > Line 14: Imports Microsoft.VisualBasic
    > > Line 15: Imports System
    > > Line 16: Imports System.Collections
    > > Line 17: Imports System.Collections.Specialized
    > > Line 18: Imports System.Configuration
    > > Line 19: Imports System.Text
    > > Line 20: Imports System.Text.RegularExpressions
    > > Line 21: Imports System.Web
    > > Line 22: Imports System.Web.Caching
    > > Line 23: Imports System.Web.Security
    > > Line 24: Imports System.Web.SessionState
    > > Line 25: Imports System.Web.UI
    > > Line 26: Imports System.Web.UI.HtmlControls
    > > Line 27: Imports System.Web.UI.WebControls
    > > Line 28:
    > > Line 29: Namespace ASP
    > > Line 30:
    > > Line 31: Public Class Global_asax
    > > Line 32: Inherits DotNetNuke.Global
    > > Line 33:
    > > Line 34: Private Shared __initialized As Boolean = false
    > > Line 35:
    > > Line 36: Public Sub New()
    > > Line 37: MyBase.New
    > > Line 38: If (ASP.Global_asax.__initialized = false) Then
    > > Line 39: ASP.Global_asax.__initialized = true
    > > Line 40: End If
    > > Line 41: End Sub
    > > Line 42: End Class
    > > Line 43: End Namespace
    > > Line 44:
    > >
    > > --------------------------------------------------------------------------
    > ------
    > > Version Information: Microsoft .NET Framework Version:1.1.4322.573;
    > ASP.NET
    > > Version:1.1.4322.573
    >
    >
    >


  • Next message: ranganh: "RE: Help needed in Web.config"