profilecommon

Web Application Project - how to use ProfileCommon

Hi all, I am porting a site I had developed on an old box across to a new dev env. I have not just copied all the files as I didn't have a great file structure and some parts of the code needed to be removed as I went along. Originally I had created a website (File -> New -> Web Site). I wanted a file structure something like: http://...

Avoid ProfileCommon creation in asp.net

Hi I'm using asp.net profile functionality. I need to use some profile property names like "test/appname". When I try to star the web application I get an error about invalid property name. I think the problem is the autogenerated profilecommon class. I'm accesing profile properties with getters and setters so I don't need the profile...