I have an aspx page written in C# in a directory with its own web.config. The directory is called authentication. I am getting this error when I try to load the page in a browser though. My namespace is com.Raft.passwordReset and my class is passwordReset. Do I have to do something different because this is in a subfolder of the root folder for my application?
Could not load type 'com.Raft.passwordReset.passwordReset'. Source Error: Line 1: <%@ Page language="c#" Codebehind="passwordReset.aspx.cs" AutoEventWireup="false" Inherits="com.Raft.passwordReset.passwordReset" %> Line 2: <HTML> Line 3: <HEAD> Travis D. Falls |Consultant, Raft.Net IT | 860.547.4070 | [EMAIL PROTECTED] This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return email and delete this communication and destroy all copies. ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
