q; Application extension DLLs
am 21.01.2008 18:52:02 von JIMH
I converted my web application from .Net 1.1 to .Net 2.0. It seems it is
working fine but I do nto see any dll in bin folder. When I publish it, it
creates many AppName_fe6wjegx.dll Application extension files in published
folder, any idea why there is one single dll?
RE: q; Application extension DLLs
am 21.01.2008 20:22:00 von pbromberg
There are two types of Web site projects in Visual Studio 2005 and up -- the
Web Site project, which it sounds like you've got, and the Web Application
Project, which is similar to the .NET 1.1 project that creates a single
assembly in the /bin folder for all the codebehind and related classes in the
site.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com
"JIM.H." wrote:
> I converted my web application from .Net 1.1 to .Net 2.0. It seems it is
> working fine but I do nto see any dll in bin folder. When I publish it, it
> creates many AppName_fe6wjegx.dll Application extension files in published
> folder, any idea why there is one single dll?