Re: Server 2003 problem with asp.net.
From: Naveen K Kohli (naveenkohli_at_hotmail.com)
Date: 07/02/03
- Next message: Matjaz Ladava: "Re: Server 2003 problem with asp.net."
- Previous message: DanR_at_REMOVETHISTOGETTOME-warshawgroup.com: "Problems with Forms Auth and Session State."
- Next in thread: Matjaz Ladava: "Re: Server 2003 problem with asp.net."
- Reply: Matjaz Ladava: "Re: Server 2003 problem with asp.net."
- Reply: Mike Lockyer: "Re: Server 2003 problem with asp.net."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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 > > > > > >
- Next message: Matjaz Ladava: "Re: Server 2003 problem with asp.net."
- Previous message: DanR_at_REMOVETHISTOGETTOME-warshawgroup.com: "Problems with Forms Auth and Session State."
- Next in thread: Matjaz Ladava: "Re: Server 2003 problem with asp.net."
- Reply: Matjaz Ladava: "Re: Server 2003 problem with asp.net."
- Reply: Mike Lockyer: "Re: Server 2003 problem with asp.net."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|