Search

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

Matching Posts

  • Re: Can not login and there is no error message!

    Thanks alot for quick reply. I tried your first code on my default.aspx page. After I redirected from login.aspx I see "You Are Not logged in!" But this is really strange. When I put the wrong password on login.aspx page it gives me error. When I do everything right it does not tell me anything and it does not log me in!!! I do not think there is a db connection problem. There must be something else...
    Posted to Security (Forum) by melih on 7/4/2009
  • Re: Can not login and there is no error message!

    I figured out the problem... in the web.config file there was this code: <authentication mode="Forms"> <forms name="appCookie" loginUrl="Login.aspx" path="/admin" cookieless="UseCookies" /> </authentication> All I had to do is to delete admin from path... Thanks anyways...
    Posted to Security (Forum) by melih on 7/4/2009
  • Can not login and there is no error message!

    Hi there, I have just set up membership and role providers for my asp.net site. ASP.NET configuration tool is working fine. I can create users, roles and access rules. However my login page does not login. it does redirect me to the page I clicked login link when I hit login button but I am not really logged in. Login status control still shows "login" and LoginName control shows nothing. When I try to enter wrong password it warns me about it but no further luck... Any idea how to troubleshoot
    Posted to Security (Forum) by melih on 7/3/2009
    Filed under: membership, login control
  • Re: Front Page Extensions and a 64bit server

    I have the same problem I can't find the front page extentions...
    Posted to Free For All (Forum) by melih on 1/17/2008
    Filed under: 64 bit, frontPage extensions, windows 2003 x64, x64
  • Re: Data format problem with datagrid and sql server

    There is already hundreds of tables in the database. I do not want to do something that is going to effect other applications. How can I change the date format for a specific table in sql?
    Posted to Data Presentation Controls (Forum) by melih on 10/5/2007
  • Data format problem with datagrid and sql server

    Hi, I have a datagrid that show and allows editing. My html code is < asp : SqlDataSource ID ="SqlDataSource2" runat ="server" ConnectionString =" <%$ ConnectionStrings:xxx %> " SelectCommand ="SELECT [Name], [DateStart], [DateEnd], [Percent], [ID] FROM [TableName]" UpdateCommand ="UPDATE [TableName] SET [NAme] = @NAme , [DateStart] = @DateStart), [Percent] = @Percent WHERE [ID] = @ID" > </ asp : SqlDataSource > < asp : GridView
    Posted to Data Presentation Controls (Forum) by melih on 10/4/2007
    Filed under: sql, .Net 2.0, .NET Gridview Problems, edit datagrid
Page 1 of 1 (6 items)