Hi there!
We are glad you have resolved the issue.
In general, whenever you are tempted to run your entire application under a user account more powerful than ASP.NET's default (which are either NETWORK SERVICE or ASPNET), it is a good idea to consider using .NET
ServicedComponent - what used to be COM+ component before .NET. That is a more diverse solution because it would not rely on hosting web server's access rights, and it would be more secure because only small portion of your application logic would work under a user account with elevated access rights.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.