ASP.NET 2 membership

Discussion in 'ASP.NET 2.0' started by alvaradd, Apr 29, 2008.

  1. Hi,

    I'm doing a project with VWD and SQL but I'm having problems when I upload my web page on internet becuase my membership doesn't work and I don't know If I'm missing something but basically I followed all the links thatI found here and in other places on internet.

    I select authentication type "from internet", create roles and users, I saw the follow link:

    http://kb.discountasp.net/article.aspx?id=10413
    http://iis7testcom.web701.discountasp.net/membershipprovider/SQLmembership.html
    and also I changed the connectionstring in the web config and uploaded the database

    My project it's working in my computer but not on internet, what need to do to my project works on internet?

    Can someone help me please?

    Thank you.
     
  2. Thanks Mark for your help,


    Yes I already have SQL Server addon, about the roles Can you provide me information tocreate the rolesplease?
    The web page its sending GenericErrorPage.htm?aspxerrorpath=/login.aspx

    If you want you can take a look where I'm debbuging www.limpiezaburbujas.com
    user: admin
    passw: cer.818

    If you need more information let me know, I really apreciate your help.

    Please advice.
     
  3. I'm always happy to help to every extent as needed...
    However right now I'm up to my neck in replacing plumbing in this old house.
    I've had to rip the walls apart to get to most of it.

    For now can you take at look at these videos and code samples?
    http://asp.net/learn/security/

    I think everything you need is there.
    Salute,
    Mark
     
  4. Hi Mark,

    I'm reading the information that you recommend me.
    The application its sending the next message:

    An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)


    Please advice.
     
  5. Please post your web.config but comment out any sensitive parts like the passwords.
    Salute,
    Mark
     
  6. Hi Mark,
    I did a big mistake
    I dont know what exactly I did but I delete your post
    Do you know how I can restore them?

    Thanks.
     
  7. Do you already have the SQL Server addon?
    If so, have you created the roles on the remote SQL Server?
    We can get you through this, just need a bit more info.
    Salute,
    Mark
     
  8. Deleted my post? [​IMG]

    Glad to hear you have things working. [​IMG]
    Salute,
    Mark
     

Share This Page