Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
5

555336

@555336
About
Posts
2
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Connection String problem in web.config!
    5 555336

    Hi, I was creating a login form in visual web developer express. In my web.config, I have inserted these codes for the connection of my database:

    <connectionStrings>
    <clear />
    <add name="LocalSQLServer"
    connectionString="Server=.;Database=youtubelogin;Trusted_Connection=Yes;" />
    </connectionStrings>

    The problem is when I add a Login control on my page, and click on the ASP.Net configuration website for the security to add roles, I got this error:

    The connection name 'ApplicationServices' was not found in the applications configuration or the connection string is empty. (c:\documents and settings\ali\my documents\visual studio 2010\Projects\Youtube\Youtube\web.config line 25)

    Here is my entire web.config below:

    <?xml version="1.0"?>

    <configuration>
    <connectionStrings>
    <clear />
    <add name="LocalSQLServer"
    connectionString="Server=.;Database=youtubelogin;Trusted_Connection=Yes;" />
    </connectionStrings>

    <system.web>
    <compilation debug="true" strict="false" explicit="true" targetFramework="4.0" />

    <authentication mode="Forms">
      <forms loginUrl="~/Account/Login.aspx" timeout="2880" />
    </authentication>
    
    <membership>
      <providers>
        <clear/>
        <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices"
             enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false"
             maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"
             applicationName="/" />
      </providers>
    </membership>
    
    <profile>
      <providers>
        <clear/>
        <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/"/>
      </providers>
    </profile>
    
    <roleManager enabled="false">
      <providers>
        <cl
    
    ASP.NET csharp security help asp-net database

  • HELP CSS Text Problem!
    5 555336

    Hello, I have designed a simple CSS layout in Notepad and everything is OK except my heading and a paragraph are not displaying correctly. Both of them should display below the banner above the page but they are displaying near the footer. The texts which are not displaying correctly are the heading **"Contact Us"**and the paragraph "Use this form below". PLEASE HELP! I want both of them to be displayed below the banner above my page. :(( Here is a download link of my page: http://www.2shared.com/file/Q-9ta_-V/web.html

    Web Development help html css com
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups