You can give permission to a registry key to any user account, as long as
you are allowed (meaning you must be an admin on the IIS to set the
permission). However, I see it is typical abusing Windows Registry. You can
very well to use web.config to do the work for you, and you, the developer,
has full control to work with web.config, no matter on which box the web app
runs, no need to trouble an admin to give permission to Windows Registry
keys.
[quoted text, click to view] "Bruno Alexandre" <bruno.in.dk@gmail.com> wrote in message
news:uLw5HmEnGHA.4692@TK2MSFTNGP03.phx.gbl...
> Hi guys,
>
> I'm an asp.net 2.0 developer with a almost nothing in window forms.
>
> Because of the retriction of ASP.NET security I can't access the windows
> register by it (unless I build an active x to do that, but I dn't even
> know how to start if I choose that road) so I'm building a windows
> application that as a webform that calls a page so I can print it (it's a
> dynamic page with a Loan form application)...
>
> I need to change the register automatically for every print so I can erase
> the header and the bottom text (WebPage bla bla bla)...I know the register
> keys and all, but I alwsys get this information about security warning and
> VS doens't let me to move foward my program :-(
>
> any ideas?
>
> --
>
> Bruno Alexandre
> (a Portuguese in Københanv, Danmark)
>
>
>
>