I need to convert a project started as a Web Application to a Class Libray, is this possible?
Thanks
No. Your best bet is to create a Class.Library and copy the .cs files into your new project.
A Class Library won't do anything with .aspx pages, it will see those as files in the solution.