Search

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

Matching Posts

  • How to add multiple application under single membership Provider Database

    I have single membership Provider Database for multiple application and i am create these all application Dynamically. Can any body tells me how to new applications in membership provider database using code [ aspnet_Applications table ]
    Posted to Security (Forum) by shoaibbinaslam on 10/10/2009
    Filed under: under single membership Provider Database, multiple application
  • Re: How to add multiple application under single membership Provider Database

    sorry my question is stil there. I want to use multipe application under single membership Provider Database. cross application user should not be able to access cross application. or can access if they are registered for mutiple application. I need to know membship or System.Web.Security Method which create new application for your in database. like we create new user through Memebership.CreateUser();. I hope this can clear my problem.
    Posted to Security (Forum) by shoaibbinaslam on 10/10/2009
    Filed under: under single membership Provider Database, multiple application
  • DLL context Switching

    Hello, I am working in 3 layer application, DataLayer, BusniessLogic and Website itself. I have DataLayer and Businesslogic Project as Class libraries Project and i am using these dll in website project. My Question is. Is it efficiency matters having seperate dll of each project or better to put all in code in app_code Folder. or May be App_code have any limit for size. Please Guide me what are the things kept in mind in these case.
    Posted to Configuration and Deployment (Forum) by shoaibbinaslam on 11/17/2008
    Filed under: DLL context Switching
  • Re: want to make nice chat application

    [quote user="ca8msm"] Do some research yourself first: ASP.NET Chat [/quote] Thanks camsm for your msg. I am also doing some R & D on this But I need experts suggestions
    Posted to Free For All (Forum) by shoaibbinaslam on 7/9/2008
    Filed under: chat application
  • Re: want to make nice chat application

    [quote user="ca8msm"] Do some research yourself first: ASP.NET Chat [/quote] Thanks camsm for you msg. I am also doing some R & D on this But I need experts suggestions
    Posted to Free For All (Forum) by shoaibbinaslam on 7/9/2008
    Filed under: chat application
  • want to make nice chat application

    Hello Everyone, I want to make a very nice chat application in asp.net 2.0 , Ajax / MSsql 2005 and I don't know how to start it. Please give me suggestions and good articles urlz.
    Posted to Free For All (Forum) by shoaibbinaslam on 7/9/2008
    Filed under: chat application
  • Re: Image Uplod-Performance Discussion

    Do you think following code is too complex to write DataTable dt = new DataTable(); dt.Columns.Add("ImageName"); foreach (String s in Directory.GetFiles(Server.MapPath(path))) { dt.Rows.Add(System.IO.Path.GetFileName(s)); } I prefer my opinion what do you think other peoples ?
    Posted to Getting Started (Forum) by shoaibbinaslam on 7/1/2008
  • Re: Image Uplod-Performance Discussion

    I am not saving images name in database because i know property folder cantain all image related to this property. so I read all image from the folder and display on page.
    Posted to Getting Started (Forum) by shoaibbinaslam on 7/1/2008
  • Re: Image Uplod-Performance Discussion

    Hello, If you create Folder with name of property. Its save your one trip to database because you know all images in the folder is for a particular property It efficient for SEO because it contain property name in path. I think this is better and mannered way to save image for a property.
    Posted to Getting Started (Forum) by shoaibbinaslam on 7/1/2008
  • Re: Rewriting URLS

    Hello, Please have a look on following url. 1 - http://www.codeproject.com/KB/aspnet/urlrewriter.aspx
    Posted to Getting Started (Forum) by shoaibbinaslam on 6/28/2008
    Filed under: URL Rewriting
Page 1 of 2 (15 items) 1 2 Next >