Hello. I have a website running on discountAsp.net. Developed using VS2008 Pro, SP1, .NET 2.0, ASP.NET 2.0, WSE 3.0. I understand from Microsoft Support that my web site generates a dynamic proxy for a web service that i am consuming. That web service was added to my project as a Web_Reference. Does anybody else consume a web service using a web site hosted on discountAsp.Net? I'm trying to determine if anybody else is generating a dynamic proxy and if so, why would they not get the same error that i do. Compiler Error Message: BC30002: Type 'TripExportService.TripExportServiceWse' is not defined. Running the web site in my development environment does not give the error, because i have rights to the 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files' folder on my local machine. According to Microsoft Support, i do not have the rights to that folder on discountAsp.Net. That is where the CLR creates the proxy everytime my web site is run. Any help would be gratefully appreciated. Thanks, Tony