Search

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

Matching Posts

  • Invert Regular Expression Validator? Check for Sql Injection

    Hello, I have a web form that accepts data via textboxes and inputs those values into a database. I want to protect the system from SQL Injection attacks using the Regular Expression Validator. I already have the back-end using parameterized queries, and dynamic sql w/parameters instead of in-line substitutions, which is all I would really need, however, I just want to be extra cautious. I have a RegEx ((\%27)|([\'])|(\-\-)|(\%23)|(\/\*)|(\\\*)) which will match the SQL Server injection characters
    Posted to Web Forms (Forum) by nitro001 on 11/16/2006
  • Re: How to approach User Management Problem?

    No one has any ideas?
    Posted to Security (Forum) by nitro001 on 9/19/2006
  • How to approach User Management Problem?

    All, Sorry for such a long post, but I need some advice... I have a number of web sites written in .NET 1.1, ColdFusion and a couple in .NET 2.0. I work for a university and created a small custom user management system, not real robust, but had worked somewhat. It basically consists of a table called tblUser, which holds a unique id (int), their name, site (we are a multiple campus system), department, College, UserId and Email. I also have a table for Applications is supports (AppID (int), Description
    Posted to Security (Forum) by nitro001 on 9/11/2006
  • Add New Users Not Working Properly

    All, I have been following DotNetNuke for a while, since version 1.x, and know that the Users table used to be for users. Now that the aspnet membership role provider is being used, this table is a little hazy. I have a site that has 4 portals in a development environment. I am also using AD authentication, which isn't working quite right, but that is a different issue. I have a username called kent\djohnso4, Donna is one of our developers. She has one portal that she is an admin over. and her name
    Posted to DotNetNuke (Forum) by nitro001 on 4/4/2006
  • Controlling Automatic Creation of New Users in DNN 3.2

    -- I posted this in the DNN AD forums, but figured I would also post it here for those who don't read those forums yet. All, Since DNN 3.2 has entered with tighter AD integration, I noticed one slight flaw in the archicture. At least from my point of view. When a new user is authenticated via AD, the system checks if the user exists, if not it AUTOMATICALLY adds them as a user to the site. This is good for an internet site, or a company wide site, however for smaller departmental intranets, this
    Posted to Core Framework (Forum) by nitro001 on 4/3/2006
  • Re: How to mix DNN with non DNN aspx pages?

    Unless you are using the Active Directory authentication. The only way I am aware of is an iFrame unless you convert the pages to ascx pages and include them inside the portal. There is a topic somewhere about multi page modules that may help.
    Posted to DotNetNuke (Forum) by nitro001 on 3/31/2006
  • Re: How to mix DNN with non DNN aspx pages?

    No it doesn't need modules. All of my intranet forms are created in standard ASPX. and linked via iFrame Injection with the ContentLinks module I wrote. See the custom controls section of this forum. Works like the links module, actually uses same table, but can specify a link and what pane to display it in and it will "appear" like it is part of the site.
    Posted to DotNetNuke (Forum) by nitro001 on 3/30/2006
  • Re: New Module: Content Links

    Well, I had a small bug where it could not find any pane except the ContentPane. I fixed this before anyone else had caught it. I published the new version of the zip files noted in the previous message. Only the code behind of the Links.ascx.vb page changed so if you have deployed it, just replace the dll files you don't have to worry about the ascx pages. One thing I have noticed is that if you render it in a pane that has no size, such as the right pane without any content, and the other panes
    Posted to Custom Modules (Forum) by nitro001 on 3/30/2006
  • Re: New Module: Content Links

    ALL, YES I AM STILL HERE! And to those who contacted me about updates I apoligize for not being able to get to them. I have finally had time to revisit the module and update it for DNN 3.2.2. I haven't tested it in DNN 4.0.x yet since we are not running it currently. The Source Code can be found: http://www.registrars.kent.edu/home/dotnetnuke/ContentLinks.zip And the PA (Built from the Modules Page inside DNN) can be found: http://www.registrars.kent.edu/home/dotnetnuke/ContentLinksPA.zip I have
    Posted to Custom Modules (Forum) by nitro001 on 3/30/2006
  • Re: DNN 4 Active Directory Authentication problems

    The only code change that should be needed in the web.config is to uncomment the authentication line under the <httpModules> section.
    Posted to DotNetNuke (Forum) by nitro001 on 1/25/2006
Page 1 of 27 (267 items) 1 2 3 4 5 Next > ... Last »