Curtis Swartzentruber

in

Going back to Web Application Project

Well, my initial experience with trying to return to the Web Application Project has not been that positive.  We just tried to switch back to a WAP project from a web site project here at one of our clients and it definitely was not straightforward.  One issue is the App_Code directory goes away with WAP.  In a web site project (Visual Studio 2005 default), any code in the App_Code directory can be accessed throughout the project.  Having some issues getting the same behavior using WAP, which seems weird since in theory it is supposed to work like VS 2003 does.  I'm probably doing something wrong, but for now I don't have time to mess around with this too much if it isn't going to be a fairly straightforward change.
Posted: Jun 07 2006, 02:17 PM by cswartz | with 1 comment(s)
Filed under: ,

Comments

scottgu said:

Did you use the tutorials on converting web-site projects to web application projects here: http://webproject.scottgu.com/CSharp/Migration2/Migration2.aspx

Hope this helps,

Scott
# July 5, 2006 9:22 PM