Access to temp folders?
From: Ragnar Midtskogen (ragnar_ng_at_newsgroups.com)
Date: 06/11/05
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Another question about Azman"
- Previous message: RichardF: "Problem accessing Images on another machine"
- Next in thread: Ragnar Midtskogen: "Re: Access to temp folders?"
- Reply: Ragnar Midtskogen: "Re: Access to temp folders?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 10 Jun 2005 19:46:03 -0400
Hello,
I am trying to get an ASP.NET application to run on a new Windows Server
2003 Standard box.
I know very little about ASP.NET applications, but we have the same
application running fine on another 2003 box, so I am just trying to set the
new server up to match the new one.
The application is a DLL and an is invoked with an aspx file. When the aspx
is called I get a 404 error, page not found.
The URL in the browser is correct, so this must be a permissions problem.
The app is running in the DefaultAppPool, which, from what I have read, runs
under the Network Service account.
I tried writing a simple "Hello World" aspx file and it dies processing the
machine.config file at a line
<add assembly="*"/>
with an 'Access denied: 'MyApp'
where MyApp is the name of the app.
When I switch the pool to MSSharePointPool, the "Hello World" aspx file runs
and displays "Hello World", but the application file I still get the page
not found error.
Someone on a newsgroup had a similar problem and he apparently solved the
problem by setting the correct permissions for the Network Service account.
How would I do that? Would it work?
Any help would be very much appreciated, I am really lost.
Ragnar
- Next message: Joe Kaplan \(MVP - ADSI\): "Re: Another question about Azman"
- Previous message: RichardF: "Problem accessing Images on another machine"
- Next in thread: Ragnar Midtskogen: "Re: Access to temp folders?"
- Reply: Ragnar Midtskogen: "Re: Access to temp folders?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|