RE: A remote service problem

From: Saurabh Nandu (Nandu_at_discussions.microsoft.com)
Date: 07/09/04


Date: Fri, 9 Jul 2004 01:54:01 -0700

There are couple of things you can do

1) If the webserver is running the only your web application, you can configure it to run under the User Account. You can modify the machine.config file to make ASP.NET work under your specified User Account rather than use its own User Account.
2) If you start the Game Server within ASPNET Process it will be available at the given IP and Port, unless the ASPNET windows account does not have the necessary permissions. You can check to see if the ASPNET account has the permissions your server needs in order to execute.

Regards,
Saurabh Nandu



Relevant Pages

  • Re: UNC path results in access denied?
    ... > result was that the web server would try to request the ... > Turning off the pass-through and using a direct user account to get to ... > webserver - not the actual user requesting the page. ... > we depend on using integrated authentication with our web applications ...
    (microsoft.public.inetserver.iis)
  • Re: Hacked by aLpTurkTegin, help patching this hole
    ... What user ownership was the hacked files, the user account, or the webserver? ... the php file "settings.inc.php" is vulnerable ... Top 5 Common Mistakes ...
    (Pen-Test)
  • RE: A remote service problem
    ... If the webserver is running the only your web application, you can configure it to run under the User Account. ... You can modify the machine.config file to make ASP.NET work under your specified User Account rather than use its own User Account. ... Regards, ... Saurabh Nandu ...
    (microsoft.public.dotnet.framework.aspnet)
  • RPC packetError when publishing using FPSE2002
    ... I'm trying to solve a publishing problem with FPSE2002. ... Everytime anyone tries to publish a page to our webserver ... current user account. ... with FPSE2002 needing a specific port open from the DMZ ...
    (microsoft.public.frontpage.extensions.windowsnt)
  • Re: Authenticating a user on Windows Server 2003
    ... So we are looking at some other problems with regards to some policy of ... missing privileges (by privileges I mean rights on the acct i.e. does the ... Are you able to execute "runas" successfully as the user account (with the ... Windows Core Security ...
    (microsoft.public.platformsdk.security)

Loading