Security issues with Win2003 and ASPNet app

From: RichardF (noone_at_nowhere.com)
Date: 04/28/05


Date: Thu, 28 Apr 2005 09:43:38 -0500

I have an ASP.NET Web Service and Web Site. It accesses a SQL
database for its data and retrieves images from another server.

There are 4 servers all running Win 2003 as follows...

1 - Domain Controller
2 - SQL Server
3 - IIS Server (runs Web Service and Web Site)
4 - File Server (stores all the image files)

I am having lots of issues with permissions because my Web Service is
running as a user under a LOCAL group IIS_WPG on the IIS Server and I
don't know how to give it the necessary permissions to access the SQL
Server and the Images on different machines.

I think what I need to do is create a Domain Account, give it the
appropriate permissions and then somehow get my Web Service to run
using that user account. I did try this using 'impersonate' but then
it appeared i didn't have permission to tun ASP.NET stuff!

Can anyone give me tips on how to accomplish this, or point me to a
resource that explains how I can accomplish this.

Thanks for any help

RichardF



Relevant Pages

  • Re: curious problem in production
    ... > propagated back to the web service. ... > trying to insert into the same sql server database. ... > if it fails in calling the production environment. ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: curious problem in production
    ... > propagated back to the web service. ... > trying to insert into the same sql server database. ... > if it fails in calling the production environment. ...
    (microsoft.public.sqlserver.server)
  • Re: curious problem in production
    ... > propagated back to the web service. ... > trying to insert into the same sql server database. ... > if it fails in calling the production environment. ...
    (microsoft.public.sqlserver.programming)
  • Re: curious problem in production
    ... > propagated back to the web service. ... > trying to insert into the same sql server database. ... > if it fails in calling the production environment. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Access Database w/VB .net
    ... You mean XML or SQL CE on the device and an Access Db on the Server? ... So the device sends the data up through a Web Service call to ...
    (microsoft.public.dotnet.framework.compactframework)