Re: ASP.NET security issue
From: Leo de Ruyter (LeoDeRuyter@Hotmail.com)
Date: 10/29/02
- Next message: Mark Harris: "Security.Crypto.. API question"
- Previous message: mark: "Fail to call COM object into ASP.NET"
- In reply to: developer1996: "ASP.NET security issue"
- Next in thread: Ed leNoir: "Re: ASP.NET security issue"
- Reply: Ed leNoir: "Re: ASP.NET security issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Leo de Ruyter" <LeoDeRuyter@Hotmail.com> Date: Tue, 29 Oct 2002 10:02:47 +0100
In fact everything works fine if an administrator is FIRST to run the
ASP.NET application. The problem only exists RIGHT AFTER deployment. The
administrator has to run the app first in order to let the 'regular user'
run the app after the administrator has.
Leo.
"developer1996" <developer1996@operamail.com> wrote in message
news:132101c27b6e$c5653b00$3bef2ecf@TKMSFTNGXA10...
> I ran into this error before. I had to double check all
> the directories user ASPNET was accessing. Check your
> file permissions on these directories...
>
> Temp
> WINNT\Microsoft.NET - [ALSO THE CHILD DIRECTORIES].
> Make sure the user ASPNET has access to these directories.
>
> Depending on what your appliction does you may have to
> give write access.
>
>
> >-----Original Message-----
> >Hi all,
> >
> >After copying an ASP.NET application from a development
> server to a
> >webserver, the following situations apply to my situation:
> >
> >1 - An administrator is able to start the application the
> first time via the
> >internet. After that, regular users are able to start the
> application via
> >the internet. Everything works fine.
> >
> >2 - If a regular user tries to start the ASP.NET for the
> first time, without
> >the administrator starting the application before him, a
> familiar security
> >message appaers: 'Failed start monitoring directory
> changes'.
> >
> >So in order to make things work I have to start the
> application(s) as an
> >administrator first to enable all regular users to start
> the application
> >afterwards.
> >
> >N.B.: IIS is running with basic authentication and with
> ASP.NET-,
> >administrator- and certain regular user-rights on the
> application directory.
> >
> >I assume this has something to do with the fact that a
> regular user is not
> >able to JIT-compile the ASP.NET appliaction. Is this the
> case and how can it
> >be solved?
> >
> >
> >Thanks in advance,
> >Leo de Ruyter.
> >
> >
> >.
> >
- Next message: Mark Harris: "Security.Crypto.. API question"
- Previous message: mark: "Fail to call COM object into ASP.NET"
- In reply to: developer1996: "ASP.NET security issue"
- Next in thread: Ed leNoir: "Re: ASP.NET security issue"
- Reply: Ed leNoir: "Re: ASP.NET security issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|