Re: ASP.Net Security Problems.
From: CES (NONE_at_NOEMAIL.com)
Date: 10/10/03
- Next message: Chris: "Change an account's default group"
- Previous message: tzone: "Administrators Group"
- In reply to: Dmitry Kulshitsky: "ASP.Net Security Problems."
- Next in thread: Roger Abell: "Re: ASP.Net Security Problems."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 10 Oct 2003 11:53:40 -0400
Dmitry,
I'm not sure I understand your suggestion because the error only accurse if
the webroot is on
an NTFS drive, if I move the site to my FAT32 drive the Web Application
works???
That would lead me to believe that the OS folders that you mentioned have
the correct permissions??
CES
"Dmitry Kulshitsky" <dimkin_remove_@mbox.com.au> wrote in message
news:26ec701c38ede$81a8e7c0$a601280a@phx.gbl...
> Make sure ASPNET account has Read Execute Permissions on
> all folders under %systemroot%\System32 except INETSRV and
> CERTSRV
>
> Also, assign read permissions to the "assembly" folder
> Cacls c:\winnt\assembly /e /t /p [machinename]:aspnet:R
> assuming that your installation resides in c:\winnt
>
> For further info please refer to
> http://msdn.microsoft.com/library/default.asp?
> url=/library/en-us/dnnetsec/html/SecNetHT01.asp
>
> Hope this helps.
>
> Dmitry
>
> >-----Original Message-----
> >All,
> >
> >I'm having a problem running a Web Application (using
> vb.net), I receive a
> >Parser Error Message: Could not load
> type 'WebApplication1.Global', when
> >ever I attempt to start the Web Application.
> >
> >I've been able to narrow it down to a security problem
> because when I moved
> >the Web Application to Fat32 drive, the problem went away
> ( the WebApp also
> >works on my production site that is maintained on my
> ISP) . so it is a
> >security problem!!!
> >
> >I've added permissions for both the "aspnet_wp account"
> and "Internet Guest
> >Account" (granting full access to both accounts) to the
> following
> >directories:
> >
> >D:\Inetpub\wwwroot
> >D:\Inetpub\wwwroot\WebApplication1
> >D:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
> >D:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
> >
> >But I'm still getting the error. Can anyone think of
> another place where
> >permissions need to be changed / added???
> >
> >CES
> >
> >
> >.
> >
- Next message: Chris: "Change an account's default group"
- Previous message: tzone: "Administrators Group"
- In reply to: Dmitry Kulshitsky: "ASP.Net Security Problems."
- Next in thread: Roger Abell: "Re: ASP.Net Security Problems."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]