Asp.net code behind, inherit and ssl problem

SFish

New member
Joined
Jul 24, 2012
Messages
4
Programming Experience
Beginner
Hi, i am doing the ssl with my web page in asp.net using C#.I need to put the those web pages i did into the wwwroot file. But when i run the web site (https://localhost/Account/login.aspx) , it always give me error "Could not load type 'TestWebService.Account.Login'."
this is my page title..
"<%@ Page Title="Log In" Language="C#" AutoEventWireup="true" CodeBehind="Login.aspx.cs" Inherits="TestWebService.Account.Login" %>"
what happen for this..? can anyone help me to solve..?
Thanks.
 
Back
Top Bottom