Search

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

Matching Posts

  • Re: Where does Membership and Profile information stored in ASP.Net 2.0?

    Hi, We know that the base Membership, Roles information are stored in the Database, but when we are accessing the web application where does this information (Membership, Roles, provider etc) gets stored. Is it in session or application or cookies or any other special object. Please provide us some information in this regard.
    Posted to Security (Forum) by dvm_2k1 on 4/7/2006
  • Re: Architecture of Custom Membership and Role Provider?

    Hi Qbus, Please check the below links to understand about the Membership Provider and Role Provider architecture and their implementation in ASP.Net 2.0 application. http://msdn2.microsoft.com/en-us/library/f1kyba5e(VS.80).aspx http://msdn2.microsoft.com/en-us/library/44w5aswa(VS.80).aspx http://www.codeguru.com/columns/experts/article.php/c7679/ Regards, VDeevi
    Posted to Security (Forum) by dvm_2k1 on 4/6/2006
  • Where does Membership and Profile information stored in ASP.Net 2.0?

    Hi, We want to know where does the Membership, Profile etc. provider information gets stored. Is it in Sessions or Cookies or any other special object. Please provide us some information in this regard. Thanks, VDeevi
    Posted to Security (Forum) by dvm_2k1 on 4/6/2006
  • Mutex Could not be Created.

    Hi , We are getting a following error when we are browsing the web site which was build and published on to the local machine (which is having Windows XP Sp2 and Visual Studio 2005 RTM.) Server Error in '/Ea' Application. -------------------------------------------------------------------------------- Mutex could not be created. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where
    Posted to Getting Started (Forum) by dvm_2k1 on 11/11/2005
  • Re: CheckBoxes in ASP.Net 2.0 Menu Control

    Thanks Danny, code which was given in your note has worked for me. But my question is, can we able to write a custom MenuItem control? If it is please provide us some information in order to start developing our own custom MenuItem controls which can be assigned to <asp:Menu> control usint <Items> element. Thanks
  • Re: CheckBoxes in ASP.Net 2.0 Menu Control

    Hi Danny, We want to write a custom MenuItem control in ASP.Net 2.0. When we saw this URL in MSDN2 site we could able to see that the MenuItem class is a sealed class ( http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.menuitem.aspx ). Is there any mechanism that we can extend this class in order to develop a new custom MenuItem control which can be recognised by the Menu control of ASP.Net 2.0. Please kindly provide us some solution in order to solve this issue. Thanks VDeevi.
  • CheckBoxes in ASP.Net 2.0 Menu Control

    Hi, We want to have a checkboxes onto the ASP.Net 2.0 Menu Controls. According to the information available from MSDN we could able to have a static menu items which can be bounded to SiteMap or DataSource controls. Please kindly help us in order to solve this problem. Thanks VDeevi.
  • Accessing Master Pages for all the Web Applications.

    We have mutiple applications on the same web site that will share a common set of master pages. We are creating a virtual directory at each application level in IIS to point to the single directory that contains the master pages. This presents a problem when publishing an application, because it will create a static version of the master pages in the virtual directory with unique identifiers that are different from those in other applications. How should we deploy apps with the above constraints
  • Re: Vbc compilation error after migrating ASP.Net 1.1 Web Application to ASP.Net 2.0.

    Hi, We could able to resolve this problem. There is a space in this parameter "/debug:Win32 = True" of Web.Config file under <compilation defaultLanguage="vb" debug="true"> <compilers> <compiler language="vb" type="Microsoft.VisualBasic.VBCodeProvider, ...... we changed the statement as "/debug:Win32=True" it compiled well with out any errors. Thanks MDeevi.
  • Vbc compilation error after migrating ASP.Net 1.1 Web Application to ASP.Net 2.0.

    Hi, We migrated our ASP.Net 1.1 web application (it contains code from VB-Webclasses with dataenvironment and DAO) to ASP.Net 2.0. After migration when we are building the solution by clicking Build -> Build Solution from menu we are getting an error in the following way. Error 1 vbc : Command line (0): error BC2001: file '=' could not be found Error 2 file '=' could not be found vbc : Command line Error 3 file 'True' could not be found vbc : Command line When we tried to browse an ASPX page from
Page 1 of 2 (11 items) 1 2 Next >