Powering thousands of Online Stores, Shopping Carts, around the world!

PDshop is built on Asp.Net, works with ALL Windows web hosts and Windows servers!
Powered by Asp.Net Learn More
w3wp.exe service consumes excessive memory when PDshop is used with Microsoft's SQLOLEDB provider
Avoid using the "SQLOLEDB" provider when possible.  Some PDshop users have experienced excessive memory usage when using this provider.  Microsoft has confirmed there are memory leaks with this provider, unrelated to PDshop.  We strongly recommend using the SQL Client connector instead.  

SQL Client web.config example:

<add key="dbtype" value="MSSQL" />
<add key="dbconntype" value="SQL" />
<add key="dbconn" value="Server=localhost\SQLEXPRESS; Database=databasename; Uid=youruserid; Pwd=password; "/>
Related Topics
Article Applies to: ASP.NET (Microsoft's .NET)
Search for help...

Updates

No updates or new downloads are currently available.  Check back later for news and updates on products we may be developing.