Ask a Question related to ASP.NET Security, Design and Development.
-
Peter Bernhardt #1
Elevating permissions for Web service running on IIS6/Windows Server 2003
I have a Web service hosted in IIS 6 on Windows Server 2003 that needs to
write to the application event log. The default permissions prevent this.
I know there are number of ways to fix this, but I'd like to know what the
recommend best practice is for managing permissions.
--
Peter Bernhardt
SharpSense Software LLC
[email]peter@SharpSenseBAS.netU[/email]RA
********************************
Remove Spanish word for Spam when replying
********************************
Peter Bernhardt Guest
-
Installing CF 5.0 server on Windows 2003 with IIS6
Hello, Can anyone tell me if it is ok to install CF 5.0 server on win2003 server using iis 6? thank you Sanjay -
Permissions problem accessing SQL Server from Web Service on Windows 2003
I have a Web Service that accesses a SQL Server database. IIS, SQL Server and the Web Service are all running on the same machine. As I have... -
access permissions in asp.net web service in windows 2003 server
First off I am using windows server 2003, IIS 6.0 .Net framework 1.1.4322..... I am attempting to use COM+ Loosely Coupled Events (LCE) from an... -
Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component
Heres is a workaround, 1. go to Administrative Tools> Component Services 2. expand COM Services and right click on My computer. 3. click... -
ASP.NET, IIS 6.0 (Windows Server 2003) and Com permissions...
I have an ASP.NET application that instantiantes a Win32 C++ Com object. This object's methods require specific access permissions to the... -
Hernan de Lahitte #2
Re: Elevating permissions for Web service running on IIS6/Windows Server 2003
Hi,
Is far as I know, you can write to the Eventlog with the default account
(Network Service) under IIS6. You problem might be that you didn't register
the event source. This should be done when you install your application (msi
or installutil with an install class for event log.)
--
Hernan de Lahitte - MSDE
Lagash Systems S.A. - Buenos Aires, Argentina
[url]http://www.lagash.com[/url]
"Peter Bernhardt" <peter@SharpSenseBASURA.net> wrote in message
news:uLdiIHf2DHA.3140@tk2msftngp13.phx.gbl...> I have a Web service hosted in IIS 6 on Windows Server 2003 that needs to
> write to the application event log. The default permissions prevent this.
> I know there are number of ways to fix this, but I'd like to know what the
> recommend best practice is for managing permissions.
>
> --
> Peter Bernhardt
> SharpSense Software LLC
> [email]peter@SharpSenseBAS.netU[/email]RA
>
> ********************************
> Remove Spanish word for Spam when replying
> ********************************
>
>
Hernan de Lahitte Guest



Reply With Quote

