Search

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

Matching Posts

  • Re: Failed to generate a user instance of SQL Server

    In the far meantime I solved this problem. I deleted sqlexpress directory, as mentioned above. But for this I logged as an administrator and in command prompt I got there... thanks anyway
  • Re: deployed asp.net configuration?

    [quote user="Thomas Sun – MSFT"] Hi, Please refer to http://asp.dotnetheaven.com/aspnet/doc/security/membership.aspx and click buttons in that page to view demo and source code. Thanks. [/quote] This may be useful link, that moves me deeper, but the destination pages from click buttons to view demo and source code don't work as they have to. View demo does not work, and source code is not in C# language as it is supposed but in VB. However this link is useful.
  • Re: deployed asp.net configuration?

    You gave me good advice. Now I can imagine, that it's possible to create something simple but useful to arrange basic things around users of my web site. Do you also have some tips for sample codes for Membership API?
  • Re: deployed asp.net configuration?

    Actually, in my code when I used command IsUserInRole if (Roles.IsUserInRole("Administrator")) { Response.Redirect("BackEnd_admin/Default_BackEnd_admin.aspx"); } I it did not work, but now I deleted aspnetdb.mdf on provider's server and replaced with that one which I created on localhost and now it works. Thank you. But, now one more question is now going through my head. Is it possible to deploy asp.net configuration so that I can create some hyperlink on my site to redirect
  • deployed asp.net configuration?

    I want to ask. Is there some way to deploy asp.net configuration? I mean, I want to publish my web site, but also included with asp.net configuration where I would be able to manage users. Is it possible somehow to export this?
  • Re: sqlexpress 2005 does not work with vwd express 2005

    Hmm, my post have been left without answer, so I had to google more and more. After all I did found solution, which really lied in deleting folder SQLEXPRESS in local settings... The problem was that I was logged in windows as user, not as an admin, moreover local settings were hidden, so all deletion I did with command prompt. I really must appreciate the power of search engine. :)
    Posted to Installation and Setup (Forum) by matejkralik on 2/18/2009
  • Re: sqlexpress 2005 does not work with vwd express 2005

    [quote user="matejkralik"] change to a SQL account, your host may require that anyway. [/quote] what did you mean by changing to an SQL account? what does it exactly mean?
    Posted to Installation and Setup (Forum) by matejkralik on 2/3/2009
  • sqlexpress 2005 does not work with vwd express 2005

    Hello people, I'm sure, that you'll know answer for my trouble, because this is very frequently shown on google. Despite this I couldn't find appropriate answer that would solve my problem. So, I'm asking you. I've installed vwd 2005 express edition, then sql express 2005, also management studio. When I run asp.net configuration of my web site project, then click on security, I see following message: Unable to connect to SQL Server database. Then within this asp.net configuration
    Posted to Installation and Setup (Forum) by matejkralik on 2/3/2009
  • Failed to generate a user instance of SQL Server

    I am creating asp.net forms authentication. When I run web site and there I try to create new user I get this error: Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance. The connection will be closed. 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 it originated in the code. SQLExpress database file auto-creation error
  • Re: Cannot log in when the project is published on FTP

    OK, now it's clear to me, that I should downgrade my sql server from 2008 to 2005 or as administrator of my domain to make it possible to upload sql 2008 files. But I think that this won't go. Do you know about some good ways how to uninstall sql 2008 and install 2005 version, so that I don't harm anything?
    Posted to Security (Forum) by matejkralik on 1/23/2009
Page 1 of 4 (40 items) 1 2 3 4 Next >