Search

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

Matching Posts

  • Re: websetup project

    Thanks for ur reply.it clears many things no known earlier.
    Posted to Installation and Setup (Forum) by srm2009 on 9/29/2009
  • Re: password policy in sql server

    Sorry, writing custom settings in web.config file is not an issue. How to map the uid and passwords in web.config to get chaned automatically after every 30 days which gets chaned in sql server.as itis company policy.
    Posted to Security (Forum) by srm2009 on 9/16/2009
  • web page display in browser

    I am getting problem in viewing the asp.net page wherein the controls r getting overlapped to each other,and page is not getting displyed as it should be.It works fine with IE.Mozilla firefox is installed on apple platform.Can anyone tell me what settings r needed?
    Posted to Client Side Web Development (Forum) by srm2009 on 9/16/2009
  • Re: javascript not shown in source file of ie.

    I have tested on the client side.Customers have given the error message thst dropdown menu created with javascript is not working.On production server it works fine.Any setting in IE that creates this problem? Let me know..
    Posted to Client Side Web Development (Forum) by srm2009 on 9/15/2009
  • password policy in sql server

    I am working for a company where in sql logins r used for users The password expiration policy is set to 30 days by the company. how do I work it out in web.config file in asp.net web application which has connection string to sql server with something like uid=xxx and pasword = "yyy" for every application. After every 30 days we need to republish the website with changes in web.config file as now pwd is different for each user as per application. what could be the possible solution to
    Posted to Security (Forum) by srm2009 on 9/15/2009
  • javascript not shown in source file of ie.

    I have written javascript for the creting dropdown menu effect on wb page. I am able to run javascript with no problem on certain browser that is IE 5/6.but it just does not work on client machines where same browsers r running.Script is not seen in view>source file also. What could be wrong.Tried to do settings from tools menu of IE. But still problem persist.Can anyone help?
    Posted to Client Side Web Development (Forum) by srm2009 on 9/9/2009
  • Re: custom membership provider

    After debugging the code i found thatconstring variable was aaigned null.I wonder why.The error is in web.config file but what is wrong not getting it?
    Posted to Security (Forum) by srm2009 on 8/30/2009
  • Re: custom membership provider

    I did try debugging the code the constring is null and still the error of ConnectionString Property not initialized. I am not getting what it wants.
    Posted to Security (Forum) by srm2009 on 8/27/2009
  • custom membership provider

    I am working on custom membership provider model in asp.net 3.5. I have created Custom database a class and made changes in web.config file. On running I getting Error:ConnectionString Property is not initialized. Can anyone help in the code what is wrong??? here is the full code: Web.config file: < connectionStrings >< add name = " CustomDatabaseConnectionString " connectionString = " Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\CustomDatabase.mdf;Integrated
    Posted to Security (Forum) by srm2009 on 8/25/2009
  • Re: custom membership provider

    yes, it is something in the config file where it asks for connectionString in providers section which I have tried putting in,then it asks for connectionStringName attribute in providers section. both the ways it throws error.
    Posted to Security (Forum) by srm2009 on 8/25/2009
Page 1 of 4 (39 items) 1 2 3 4 Next >