Search

You searched for the word(s): userid:617665

Matching Posts

  • Re: Unit Testing of RoleProvider and MembershipProvider

    I know this is an old thread, but the link to the blog is broken. I'm having problems unit testing a custom SqlMembershipProvider.
    Posted to Security (Forum) by k4gdw on 8/18/2009
    Filed under: unit testing
  • Re: Web App and Cache Problems

    Based upon your description, it seems more than likely that your client has a caching proxy server on their network that is keeping an old copy locally to speed up requests. There are several of these on the market and each is a little different. You probably want to get with the client's network administrator and see if perhaps the proxy server's cache can be reset.
    Posted to VS 2005 Web Application Projects (Forum) by k4gdw on 2/14/2008
  • Re: No automatic declarations in codebehind???

    The control declarations should be found in the pages *.aspx.designer.vb/cs file. Here's such a file from a project I'm working on that uses WAP: '------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:2.0.50727.42 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---------
    Posted to VS 2005 Web Application Projects (Forum) by k4gdw on 10/5/2006
  • Re: How do I install multiple instances of DNN using 1 database?

    Won't this cause a problem with the aspnet_ tables such as aspnet_Applications? Those tables do not use the DotNetNuke object qualifier.
    Posted to Getting Started (Forum) by k4gdw on 5/8/2006
  • Re: DNN 3.2 - 3.2.1 100% cpu utilization

    I haven't had any problems running 3.1.1 or 3.2.2 on Win2000 and SQL2000. My hosting provider recently upgraded their data center and it's not running Win2003 and I suspect SQL 2005. No problems there either. I'm actually kinda surprised that they were able to migrate my DNN installation flawlessly. All I had to do was update my DNS A record with my domain registrar. Once the migration was complete and the DNS changes propagated through the net things are working flawlessly and with a big speed boost
    Posted to DotNetNuke (Forum) by k4gdw on 3/27/2006
  • Re: Tab Administrator

    You'll need to create a role for the tab(s) that need their own administrators. For example: If you have a links page that you want to allow a user other than admin to administer create a LinksAdmin role and give that role edit permissions on that page. That'll allow them edit privs for any modules on the page that inherit their privs from the page. I'm not sure if this'll let the LinksAdmin role add new modules to the page, or other things that would normally be admin functions.
    Posted to DotNetNuke (Forum) by k4gdw on 3/22/2006
  • Re: How would I go about this?

    Could some of your users be a part of this program while others are not? For example, general site membership is free, but some services cost $$$. Perhaps you could use the role system to do what you want? I don't think DNN has the option to hide content from members of a specific role so you'd need two roles. One, which all users get by default, for those that haven't agreed to your special conditions. This role would control who was able to see the module that displays your conditions. Once a user
    Posted to Custom Modules (Forum) by k4gdw on 3/9/2006
  • Re: Is DNN moving forward?

    It never ceases to amaze me how many users of free software get all bent out of shape when they don't get the same level of support that they think they would from a similar commercial product. I consider support to include updates and such, not just helping fix problems. I dare say that with a FOSS product like DNN you get better support because of the user comunity which tends to be more involved than they would be with a comercial product. Plus, lets face it... if DNN or one of the core modules
    Posted to DotNetNuke (Forum) by k4gdw on 3/1/2006
  • Re: Backing up MSSQL Database

    No problem. Glad to be of help.
    Posted to Getting Started (Forum) by k4gdw on 2/23/2006
  • Re: Backing up MSSQL Database

    More specifics on what errors you're getting would greatly help in diagnosing your problem. I have a weekly DTS job that automagically pulls a backup of my production database with no problems. Here's how I set up my DTS job. On the DTS Import/Export Wizard, after setting the source and destination databases, the next screen presents three options. Copy tables and views from teh source database. Use a query to specify the data to transfer. Copy objects and data between SQL Server databases. Choose
    Posted to Getting Started (Forum) by k4gdw on 2/23/2006
Page 1 of 10 (95 items) 1 2 3 4 5 Next > ... Last »