I also think its a bad idea tha "web user" dynamically register com+ apps.
I dont use lazy registration in the production enviromnet, i use a setup
program to register serviced components.
What you are saying is that you first have to this step everytime you open
the Visual Studio 2003:
1) Build all your serviced components.
2) manually register regsvs on each assmebly.
3) Ready to rumble with your Webservices
Regards
Mats-Erik
"Christian Weyer" <_eyesoft_sucks.de> wrote in message
news:%...
> This is clearly a security restriction - and this is fine! Imagine every
> "web user" could just step in and dynamically register any COM+/ES app ...
> Well, dynamic or lazy registration of ES apps is only allowed by users of
> the Administrators group.
> You should not use lazy reg. in production coide, please be sure to
leverage
> regsvs.exe.
>
> * It is bad practice to let the ASPNET user dyamically register an ES app
> (e.g. when you add it to the Admin group) !!!*
>
> Cheers,
> --
> Christian Weyer
> [Microsoft Regional Director, Germany]
> [MVP ASP.NET & XML Web Services]
>
> ** XML Web Services: http://www.xmlwebservices.cc/
> ** Weblog: http://weblogs.asp.net/cweyer/
>
>
>
> "Mats-Erik Grundh" <> wrote in message
> news:#...
> > Webservices and servicedcomponents?
> >
> > I have developed a application with a webservice and a serviced
component
> > that updates the database. When i run my webservice in Visual Studio
2003
> i
> > receive an exception, System.EnterpriseServices.RegistrationException:
> > Failed to register assembly.
> >
> > Is it possible to configure the permission to allow registration of
> Serviced
> > Components from within Visual Studio 2003?
> >
> > Thanks in advance!
> >
> >
>
>