Question : Web Projects

I have been creating and programming web sites for some time now...all learned "as you go" and self taught...with EE's help.

However...I now want to create web applications so that as part of the project I can create classes that build my "core.dll" and places in the bin directory.

Where can I see the steps to do this in Visual Studio 2008?

Answer : Web Projects

Web Application Projects (WAPs)--as opposed to Web Site Projects (WSPs)--have a SINGLE DLL (assembly) that represents your entire web site.

To create a new Web Application Project in VS 2008:
http://msdn.microsoft.com/en-us/library/aa983452.aspx

Regards,
Jon
Random Solutions  
 
programming4us programming4us