Re: A remote service problem
From: Saurabh Nandu (SaurabhNandu_at_discussions.microsoft.com)
Date: 07/09/04
- Next message: Frank Walsh - Keystone Automotive Corp.: "WebSerice.HTC ----Doesn't support passing a string with "," in par"
- Previous message: crawlerxp: "Re: A remote service problem"
- In reply to: crawlerxp: "Re: A remote service problem"
- Next in thread: crawlerxp: "Re: A remote service problem"
- Reply: crawlerxp: "Re: A remote service problem"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 9 Jul 2004 09:53:02 -0700
Locate the machine.config file in the [ C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG ] directory and open it in notepad.
And search for the processModel node and change the userName attribute to the username of the account you want ASP.NET to work under. Once thats done reboot the machine to ensure the changes take effect correctly.
Please work on this file with caution, better back it up before making changes!
-- Regards, Saurabh Nandu Master C#, the easy way... [ www.MasterCSharp.com ] "crawlerxp" wrote: > Yep. It's ok now. > > Well, now I have a problem. I would like to really run that apps under > loggedin account. > > Where to change that? I didn't find the option in any of control panel\admin > tools tools. > > Thanks. > > "Saurabh Nandu" <Saurabh Nandu@discussions.microsoft.com> wrote in message > news:85596196-8533-419D-9688-C0F85A42C744@microsoft.com... > > 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 > > >
- Next message: Frank Walsh - Keystone Automotive Corp.: "WebSerice.HTC ----Doesn't support passing a string with "," in par"
- Previous message: crawlerxp: "Re: A remote service problem"
- In reply to: crawlerxp: "Re: A remote service problem"
- Next in thread: crawlerxp: "Re: A remote service problem"
- Reply: crawlerxp: "Re: A remote service problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|