Server Error in '/' Application - Compilation Error - Temporary ASP.NET Files

Posted: 09-07-2003, 08:12 PM
I have a site that works fine on my local box. I then copy it to my
production server (Win2003) and when I try to access the site I get:


Server Error in '/' Application.
----------------------------------------------------------------------------
----

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: CS0016: Could not write to output file
'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
Files\root\a9e59083\3254c4a0\oxtcux7z.dll' -- 'Access is denied. '

I have tried suggestions from various posts on the net to solve this, but no
luck so far. Basically gave the NETWORK_SERVICE, ASP.NET full access to the
temp folder. Then I gave full access to everyone, Then just to all the users
already listed, etc. etc. Does not seem to matter what I set the access
rights to, I always get this error.

Any ideas? Please? :D


Reply With Quote

Responses to "Server Error in '/' Application - Compilation Error - Temporary ASP.NET Files"

Chris Jackson
Guest
Posts: n/a
 
Re: Server Error in '/' Application - Compilation Error - Temporary ASP.NET Files
Posted: 09-08-2003, 02:54 PM
What authentication mechanism are you using, and are you using
impersonation?

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"Tyrel van Niekerk" <tyrel@tyrelweb.com> wrote in message
news:eu0LsPXdDHA.3596@TK2MSFTNGP11.phx.gbl...
> I have a site that works fine on my local box. I then copy it to my
> production server (Win2003) and when I try to access the site I get:
>
>
> Server Error in '/' Application.
> --------------------------------------------------------------------------
--
> ----
>
> 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: CS0016: Could not write to output file
> 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
> Files\root\a9e59083\3254c4a0\oxtcux7z.dll' -- 'Access is denied. '
>
> I have tried suggestions from various posts on the net to solve this, but
no
> luck so far. Basically gave the NETWORK_SERVICE, ASP.NET full access to
the
> temp folder. Then I gave full access to everyone, Then just to all the
users
> already listed, etc. etc. Does not seem to matter what I set the access
> rights to, I always get this error.
>
> Any ideas? Please? :D
>
>

Reply With Quote
Tyrel van Niekerk
Guest
Posts: n/a
 
Re: Server Error in '/' Application - Compilation Error - Temporary ASP.NET Files
Posted: 09-08-2003, 10:47 PM
Just default install. Think I should try impersonation, have to find the
machine.config file everyone is talking about. :D
"Chris Jackson" <chrisj@mvps.org> wrote in message
news:%23MP1sChdDHA.3596@TK2MSFTNGP11.phx.gbl...
> What authentication mechanism are you using, and are you using
> impersonation?
>
> --
> Chris Jackson
> Software Engineer
> Microsoft MVP - Windows XP
> Windows XP Associate Expert
> --
> "Tyrel van Niekerk" <tyrel@tyrelweb.com> wrote in message
> news:eu0LsPXdDHA.3596@TK2MSFTNGP11.phx.gbl...
> > I have a site that works fine on my local box. I then copy it to my
> > production server (Win2003) and when I try to access the site I get:
> >
> >
> > Server Error in '/' Application.
>
> --------------------------------------------------------------------------
> --
> > ----
> >
> > 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: CS0016: Could not write to output file
> > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
> > Files\root\a9e59083\3254c4a0\oxtcux7z.dll' -- 'Access is denied. '
> >
> > I have tried suggestions from various posts on the net to solve this,
but
> no
> > luck so far. Basically gave the NETWORK_SERVICE, ASP.NET full access to
> the
> > temp folder. Then I gave full access to everyone, Then just to all the
> users
> > already listed, etc. etc. Does not seem to matter what I set the access
> > rights to, I always get this error.
> >
> > Any ideas? Please? :D
> >
> >
>
>

Reply With Quote
Tyrel van Niekerk
Guest
Posts: n/a
 
Re: Server Error in '/' Application - Compilation Error - Temporary ASP.NET Files
Posted: 09-08-2003, 11:22 PM
I set impersonation to an admin user on the server, same error. Tried it
with a strong name key in case that had something to do with it, also same
problem. Not sure what else to try. I have to get this site up and running
soon...
"Tyrel van Niekerk" <tyrel@tyrelweb.com> wrote in message
news:OBFxCLldDHA.2268@TK2MSFTNGP12.phx.gbl...
> Just default install. Think I should try impersonation, have to find the
> machine.config file everyone is talking about. :D
> "Chris Jackson" <chrisj@mvps.org> wrote in message
> news:%23MP1sChdDHA.3596@TK2MSFTNGP11.phx.gbl...
> > What authentication mechanism are you using, and are you using
> > impersonation?
> >
> > --
> > Chris Jackson
> > Software Engineer
> > Microsoft MVP - Windows XP
> > Windows XP Associate Expert
> > --
> > "Tyrel van Niekerk" <tyrel@tyrelweb.com> wrote in message
> > news:eu0LsPXdDHA.3596@TK2MSFTNGP11.phx.gbl...
> > > I have a site that works fine on my local box. I then copy it to my
> > > production server (Win2003) and when I try to access the site I get:
> > >
> > >
> > > Server Error in '/' Application.
> >
>
> --------------------------------------------------------------------------
> > --
> > > ----
> > >
> > > 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: CS0016: Could not write to output file
> > > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
> > > Files\root\a9e59083\3254c4a0\oxtcux7z.dll' -- 'Access is denied. '
> > >
> > > I have tried suggestions from various posts on the net to solve this,
> but
> > no
> > > luck so far. Basically gave the NETWORK_SERVICE, ASP.NET full access
to
> > the
> > > temp folder. Then I gave full access to everyone, Then just to all the
> > users
> > > already listed, etc. etc. Does not seem to matter what I set the
access
> > > rights to, I always get this error.
> > >
> > > Any ideas? Please? :D
> > >
> > >
> >
> >
>
>

Reply With Quote
Tyrel van Niekerk
Guest
Posts: n/a
 
Re: Server Error in '/' Application - Compilation Error - Temporary ASP.NET Files
Posted: 09-09-2003, 03:55 AM
Success at last. Had to make sure ASPNET user has full rights to
C:\Windows\Temp folder. Seems that's all it wanted. :D
"Tyrel van Niekerk" <tyrel@tyrelweb.com> wrote in message
news:unfw8eldDHA.2112@TK2MSFTNGP10.phx.gbl...
> I set impersonation to an admin user on the server, same error. Tried it
> with a strong name key in case that had something to do with it, also same
> problem. Not sure what else to try. I have to get this site up and running
> soon...
> "Tyrel van Niekerk" <tyrel@tyrelweb.com> wrote in message
> news:OBFxCLldDHA.2268@TK2MSFTNGP12.phx.gbl...
> > Just default install. Think I should try impersonation, have to find the
> > machine.config file everyone is talking about. :D
> > "Chris Jackson" <chrisj@mvps.org> wrote in message
> > news:%23MP1sChdDHA.3596@TK2MSFTNGP11.phx.gbl...
> > > What authentication mechanism are you using, and are you using
> > > impersonation?
> > >
> > > --
> > > Chris Jackson
> > > Software Engineer
> > > Microsoft MVP - Windows XP
> > > Windows XP Associate Expert
> > > --
> > > "Tyrel van Niekerk" <tyrel@tyrelweb.com> wrote in message
> > > news:eu0LsPXdDHA.3596@TK2MSFTNGP11.phx.gbl...
> > > > I have a site that works fine on my local box. I then copy it to my
> > > > production server (Win2003) and when I try to access the site I get:
> > > >
> > > >
> > > > Server Error in '/' Application.
> > >
> >
>
> --------------------------------------------------------------------------
> > > --
> > > > ----
> > > >
> > > > 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: CS0016: Could not write to output file
> > > > 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temp orary ASP.NET
> > > > Files\root\a9e59083\3254c4a0\oxtcux7z.dll' -- 'Access is denied. '
> > > >
> > > > I have tried suggestions from various posts on the net to solve
this,
> > but
> > > no
> > > > luck so far. Basically gave the NETWORK_SERVICE, ASP.NET full access
> to
> > > the
> > > > temp folder. Then I gave full access to everyone, Then just to all
the
> > > users
> > > > already listed, etc. etc. Does not seem to matter what I set the
> access
> > > > rights to, I always get this error.
> > > >
> > > > Any ideas? Please? :D
> > > >
> > > >
> > >
> > >
> >
> >
>
>

Reply With Quote
 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Application error in server Manuel Socarras Dreamweaver AppDev 0 03-11-2005 05:33 PM
Server Application Error Ron Lounsbury ASP 5 09-22-2003 08:34 PM
Fix for: 'Server Application Unavailable' Error after Applying Security Update for IE Ken Cox [Microsoft MVP] ASP.NET Security 4 08-28-2003 11:41 PM
class convertion compilation error hs ASP.NET Web Services 2 07-25-2003 08:35 AM
Temporary ASP.NET Files directory (problems related to Terminal Server?) David Thom ASP.NET Web Services 0 07-22-2003 08:25 PM