Glowworm27
Programmer
Hey all,
I took some existing web apps and converted them over and got them working inside sharepoint. they are using codebehind pages, and the compiled dlls are strong named and in the GAC. Now I am tasked with skinning the website, to more closely resemble our corporate site.
I tried to start with the Minimal master pages approach but when I try to access my custom web app pages inside sharepoint they now break.
I get errors saying that my base type is not allowed for this page and the type is not registered as safe.
So I made a copy of the default.master page can when I set that to the default page, I still get the same errors.....
I even tried to modify the web.config file but still the same errors
what is the trick to getting this to work?
custom web app pages with stripped down master pages????
George Oakes
Check out this awsome .Net Resource!
I took some existing web apps and converted them over and got them working inside sharepoint. they are using codebehind pages, and the compiled dlls are strong named and in the GAC. Now I am tasked with skinning the website, to more closely resemble our corporate site.
I tried to start with the Minimal master pages approach but when I try to access my custom web app pages inside sharepoint they now break.
I get errors saying that my base type is not allowed for this page and the type is not registered as safe.
So I made a copy of the default.master page can when I set that to the default page, I still get the same errors.....
I even tried to modify the web.config file but still the same errors
what is the trick to getting this to work?
custom web app pages with stripped down master pages????
George Oakes
Check out this awsome .Net Resource!