Re: Server 2003 problem with asp.net.

From: Naveen K Kohli (naveenkohli_at_hotmail.com)
Date: 07/02/03


Date: Tue, 1 Jul 2003 19:19:17 -0400


On windows 2003, ASP.Net does not run under ASPNET user account. It uses
"LocalService" account. Unless you run in IIS5 compatible mode, ASPNET user
is not recoganized at all.
The issue here is ASP.Net not active on Windows2003 server by default.
If you are runing on Enterprise server then you have more trouble. ASP.Net
won't run without modifying machine.config file and setting "System" account
in <processModel> node.

-- 
Naveen K Kohli
http://www.netomatix.com
"Matjaz Ladava" <matjaz@_nospam_ladava.com> wrote in message
news:eFPkeosPDHA.3880@tk2msftngp13.phx.gbl...
> 1. Never, never pur ASPNET account to the administrators group
> 2. Check, that you installed and enabled ASP.NET extension in WS2k3 (by
> default is dissabled and not installed)
> 3. Check, that ASPNET account has at least read permission to asp.net
files
> 4. run aspnet_regiis -i from
%systemroot%\microsoft.net\framework\v1.1.....
> (to reregister as.net files)
>
> -- 
> Regards
>
> Matjaz Ladava, MCSE (NT4 & 2000)
> matjaz@ladava.com
> http://ladava.com
>
> "Tom Garik" <tomgarik@ok.com> wrote in message
> news:vfulssqaodgi72@corp.supernews.com...
> > Hi,
> >
> > Anyone ever had a problem like this: I have Server 2003 and I am not
able
> to
> > open a file with aspx extension. It just give me back html error 404 -
> file
> > not found. I have added ASPNET to my administrators group.
> >
> > I have even given permission to browse the directory but if I click on
the
> > aspx file it just says the file is missing but it's there since I can
see
> it
> > when I browse the directory. This only happens on the Server 2003. It
> > doesn't happen on XP/2000.
> >
> > Thanks
> >
> >
>
>


Relevant Pages

  • Re: Problem: Process.GetProcessesByName : Couldnt get process information from remote machine
    ... If I put the ASPNET user into the local Administrators group it ... I obviously don't want the ASPNET account to have full admin rights in the ... > I have tried setting all sorts of permissions, ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: aspnet_wp wont execute on windows server 2003
    ... On Windows 2003, ... account but this is not the default context for ASP.Net. ... > I am struggling with this windows 2003 server with asp.net. ... > I can use ASPNET account as a local account. ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Server Error in /MyWebForm Application
    ... >> I don't have SQL Server, just the MSDE engine that I can use to test. ... >> described as a limited account, ... I can't find an ASPNET account. ... > your access an .aspx page, it will run under the ASPNET user. ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Problem Writing a File from a Web Service
    ... it should have the same permissions as my Domain account. ... That leads me to believe that the web service isn't running under the ASPNET ... actually running under the ASPNET user credentials. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: userName="machine" didnt work
    ... The .210 dlls I had for ASP.NET are newer than the .42 dlls. ... Deleted the ASPNET account from "Local Users and Group - Users". ... This problem occurs because the process model user account (in our case, ...
    (microsoft.public.dotnet.framework.aspnet)