Authentication Class

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Maziar Aflatoun

    Authentication Class

    Hi everyone,

    My web application runs in / however, my administration resides in /admin
    folder. Inside my /admin I have a Login.aspx which is used to authenticate
    users who use the administration section. I right clicked the /admin in
    Visual Studio and Added a new Class (AuthenticateUs er). However, in my
    Login.aspx I can not use use that class. It gives me the following error
    message.

    c:\...\admin\Lo gin.aspx.cs(29) : The type or namespace name
    'AuthenticateUs er' could not be found (are you missing a using directive or
    an assembly reference?)


    Folder structure
    /
    .../admin -> files Login.aspx and Authenticate.cs

    Thank you
    Maziar A.


Working...