Hi
I am trying to extend the existing registration functionality to be able to do few extra things. I downloaded the sample code from your site and I am trying to get it working first. The problem that I am having is after deploying it when I try to access the page it gives me 404 FILE NOT FOUND. I have narrowed down the problem to this line in my aspx page
<%@ Page Language="C#" Inherits="SPSolutions.CustomRegistration.CustomRegisterPage" MasterPageFile="~/_layouts/application.master" %>
I have SPSolutions.CustomRegistration assembly in gac. I have tried to increase the trust level in web.config file to WS_Medium and also to Full. But somehow its just not working.
Its very urgent issue. Can you please help.
1 Comments