Help,I do not understand this.

P

Paul Kouame

I hope you are familiar with the communitystarter kit. I have installed it
but i get the following exception when i try to lunch the application.
I allowed o IUSR_MACHINE , and NETWORK SERVICE to acces (read/write) to the
communitystarterKit folder.

I'm using windows 2003 server

Thanks in advance
Server Error in '/CommunityStarterKit' Application.
----------------------------------------------------------------------------
----

Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET Files\communitystarterkit\4e5717a4\42c5ff4e" 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\communitystarterkit\4e5717a4\42c5ff4e" 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\communitystarterkit\4e5717a4\42c5ff4e" 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)

System.Web.Compilation.PreservedAssemblyEntry.EnsureFirstTimeInit(HttpContex
t context)

System.Web.Compilation.PreservedAssemblyEntry.GetPreservedAssemblyEntry(Http
Context context, String virtualPath, Boolean fApplicationFile)
System.Web.UI.TemplateParser.GetParserCacheItemFromPreservedCompilation()
System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean
fCreateIfNotFound)
System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath()
System.Web.UI.TemplateParser.GetParserCacheItem()
System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String
inputFile, HttpContext context, ApplicationFileParser& parser)
System.Web.HttpApplicationFactory.CompileApplication(HttpContext context)
System.Web.HttpApplicationFactory.Init(HttpContext context)
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
context) +170
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414
 
R

rwg

Greetings Paul:

The message you receive is stating that the IIS task does not have access to
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\communitystarterkit\4e5717a4\42c5ff4e

I downloaded and ran this on my machine.<I had to fight my way through SQL issues>

My folder ...Temporary ASP.NET Files\communitystarterkit\* folder have these NTFS rights assigned:

ASP.NET Machine account has all rights except Special Permissions
IIS_WPG (group account, including Network Service) has all rights except Special Permissions
Local Service has all rights except Special Permissions
Network Service (redundant) has all rights except Special Permissions
<local machine> Users has Read&Execute, List and Read Permissions

There were a few other entries that are unrelated to this problem, such as Admin accounts and such. All of my permissions were inherited from the
...\framework\v1.1.4322
node of the filesystem.

I suggest that you set file security permissions at this level on your machine for the ASP.NET, IIS_WPG (group), and Users (group) accounts. You can do
this with windows explorer by right clicking, picking properties, selecting Security and adding each name or group, while setting their permissions.

-rwg
This is what I think, not necessarily what is accurate!

--------------------
| From: "Paul Kouame" <[email protected]>
| Subject: Help,I do not understand this.
| Date: Sun, 14 Mar 2004 17:27:16 +0100
| Lines: 85
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.3790.0
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 0x50a5886a.virnxx13.adsl-dhcp.tele.dk 80.165.136.106
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:218451
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I hope you are familiar with the communitystarter kit. I have installed it
| but i get the following exception when i try to lunch the application.
| I allowed o IUSR_MACHINE , and NETWORK SERVICE to acces (read/write) to the
| communitystarterKit folder.
|
| I'm using windows 2003 server
|
| Thanks in advance
| Server Error in '/CommunityStarterKit' Application.
| ----------------------------------------------------------------------------
| ----
|
| Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
| ASP.NET Files\communitystarterkit\4e5717a4\42c5ff4e" 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\communitystarterkit\4e5717a4\42c5ff4e" 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\communitystarterkit\4e5717a4\42c5ff4e" 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)
|
| System.Web.Compilation.PreservedAssemblyEntry.EnsureFirstTimeInit(HttpContex
| t context)
|
| System.Web.Compilation.PreservedAssemblyEntry.GetPreservedAssemblyEntry(Http
| Context context, String virtualPath, Boolean fApplicationFile)
| System.Web.UI.TemplateParser.GetParserCacheItemFromPreservedCompilation()
| System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean
| fCreateIfNotFound)
| System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath()
| System.Web.UI.TemplateParser.GetParserCacheItem()
| System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String
| inputFile, HttpContext context, ApplicationFileParser& parser)
| System.Web.HttpApplicationFactory.CompileApplication(HttpContext context)
| System.Web.HttpApplicationFactory.Init(HttpContext context)
| System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
| context) +170
| System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414
|
|
|
|
|
| ----------------------------------------------------------------------------
| ----
|
| Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
| Version:1.1.4322.573
|
|
|
 
P

Paul Kouame

Thank you , i ll try these things..
By the way, were you installing on windows 2003 server?
"rwg" said:
Greetings Paul:

The message you receive is stating that the IIS task does not have access to
"C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\communitystarterkit\4e5717a4\42c5ff4e

I downloaded and ran this on my machine.<I had to fight my way through SQL issues>

My folder ...Temporary ASP.NET Files\communitystarterkit\* folder have these NTFS rights assigned:

ASP.NET Machine account has all rights except Special Permissions
IIS_WPG (group account, including Network Service) has all rights except Special Permissions
Local Service has all rights except Special Permissions
Network Service (redundant) has all rights except Special Permissions
<local machine> Users has Read&Execute, List and Read Permissions

There were a few other entries that are unrelated to this problem, such as
Admin accounts and such. All of my permissions were inherited from the
...\framework\v1.1.4322
node of the filesystem.

I suggest that you set file security permissions at this level on your
machine for the ASP.NET, IIS_WPG (group), and Users (group) accounts. You
can do
this with windows explorer by right clicking, picking properties,
selecting Security and adding each name or group, while setting their
permissions.
-rwg
This is what I think, not necessarily what is accurate!

--------------------
| From: "Paul Kouame" <[email protected]>
| Subject: Help,I do not understand this.
| Date: Sun, 14 Mar 2004 17:27:16 +0100
| Lines: 85
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.3790.0
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: 0x50a5886a.virnxx13.adsl-dhcp.tele.dk 80.165.136.106
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.aspnet:218451
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| I hope you are familiar with the communitystarter kit. I have installed it
| but i get the following exception when i try to lunch the application.
| I allowed o IUSR_MACHINE , and NETWORK SERVICE to acces (read/write) to the
| communitystarterKit folder.
|
| I'm using windows 2003 server
|
| Thanks in advance
| Server Error in '/CommunityStarterKit' Application.
| --------------------------------------------------------------------------
--
| ----
|
| Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
| ASP.NET Files\communitystarterkit\4e5717a4\42c5ff4e" 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\communitystarterkit\4e5717a4\42c5ff4e" 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\communitystarterkit\4e5717a4\42c5ff4e" 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)
|
| System.Web.Compilation.PreservedAssemblyEntry.EnsureFirstTimeInit(HttpContex
| t context)
|
| System.Web.Compilation.PreservedAssemblyEntry.GetPreservedAssemblyEntry(Http
| Context context, String virtualPath, Boolean fApplicationFile)
| System.Web.UI.TemplateParser.GetParserCacheItemFromPreservedCompilation()
| System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean
| fCreateIfNotFound)
| System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath()
| System.Web.UI.TemplateParser.GetParserCacheItem()
| System.Web.UI.ApplicationFileParser.GetCompiledApplicationType(String
| inputFile, HttpContext context, ApplicationFileParser& parser)
| System.Web.HttpApplicationFactory.CompileApplication(HttpContext context)
| System.Web.HttpApplicationFactory.Init(HttpContext context)
| System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
| context) +170
| System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414
|
|
|
|
|
| --------------------------------------------------------------------------
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top