Ask a Question related to ASP.NET Security, Design and Development.
-
gnieboer@corpcomm.net #1
Re: aspnet_wp won't execute on windows server 2003
in IIS 6.0 there is no aspnet.wp.exe
Instead you should have at least 1 w3wp.exe process running
There is not a problem being a domain controller and hosting web sites.
Geof
Jaehong wrote:
> I am struggling with this windows 2003 server with asp.net.
> When I installed windows 2003 server first time, I choose the "domain
> controller
> role" option, and I installed IIS6 and .net framework.
> Then I realized I never be able to execute aspnet_wp.exe by checking
> task manager. So I searched all board, and got some related topic such
> as
> I should set security setting with machin.config or etc.
>
> However, instead of doing that, I disable domain controller role
> options, so
> I can use ASPNET account as a local account.
> I set aspnet allowed from "w3 ex server config", didn't forget to run
> aspnet_regiis -i,and I also add aspnet to access controle list of
> all possible necessary folders. After I restart server,
> I still don't see aspnet_wp.exe running on my task manager.
>
> What is the possible incorrect setting?
>
> Please help me.
>
> Thanks in advance.gnieboer@corpcomm.net Guest
-
Are hash rules available in Windows 2000, or is this something new that comes with Windows Server 2003?
Experts, We run a native-mode Windows 2000 single domain. We want to create a Group Policy object (GPO), perhaps named Software Restrictions, to... -
Windows 2000 Server/Windows Server 2003 Dual Boot
I have been asked to provide a dual boot server using both Windows 2000 Server and Windows Server 2003 Std Edt. Can anyone tell me whether this is... -
Windows Server 2003 member in Windows 2000 domain
At a primary school where I sometimes aid in the network administration we are going to add a file server to our existing network. Currently the... -
Windows 2003 Server can't see members of Windows 2000 Domain
Hi there, The problem I have is quite straight-forward to describe: I have an existing Windows 2000 domain to which I've recently added a new... -
Explorer Search (F3) find a text/keyword in files is defect in Windows XP SP1 und Windows 2003 Server
Is this issue known? And do anybody knows, if there is an Microsoft update is available? (no hint in Microsoft Updates) Or do anybody know a real... -
Naveen K Kohli #2
Re: aspnet_wp won't execute on windows server 2003
On Windows 2003, the behavior is slightly different. There is ASPNET user
account but this is not the default context for ASP.Net. It uses Network
Service account. As you must have figured out by now, ASP.Net is not enabled
by default. You will have to enable it from IIS. And most important, DC is
not recommended to be used as web server. So you will have to make
modifications to machine.config file. in <processModel> you will have to use
an account that has logon locally previlege. Chaging it to "SYSTEM" will
work but not recommended due to security issues.
--
Naveen K Kohli
[url]http://www.netomatix.com[/url]
"Jaehong" <psalty@hotmail.com> wrote in message
news:34e307ca.0307160705.27d9e261@posting.google.c om...> I am struggling with this windows 2003 server with asp.net.
> When I installed windows 2003 server first time, I choose the "domain
> controller
> role" option, and I installed IIS6 and .net framework.
> Then I realized I never be able to execute aspnet_wp.exe by checking
> task manager. So I searched all board, and got some related topic such
> as
> I should set security setting with machin.config or etc.
>
> However, instead of doing that, I disable domain controller role
> options, so
> I can use ASPNET account as a local account.
> I set aspnet allowed from "w3 ex server config", didn't forget to run
> aspnet_regiis -i,and I also add aspnet to access controle list of
> all possible necessary folders. After I restart server,
> I still don't see aspnet_wp.exe running on my task manager.
>
> What is the possible incorrect setting?
>
> Please help me.
>
> Thanks in advance.
Naveen K Kohli Guest



Reply With Quote

