asp.net 2.0, Debug and Release

  • Thread starter Thread starter Abubakar
  • Start date Start date
A

Abubakar

Hi,

I'm working in asp.net 2.0, the one that comes with visual studio 2005. I
have noticed that while I build my website there is no dll produced as used
to happen in the earlier versions. If there is a no dll, what use it is to
compile with either Debug or Release configurations? Does that make a
difference?

Regards,

...ab
 
Try to publish to a folder. That should solve your issues.

If not, it is the project template you are using. There are websites and web
applications. And, you can set the website to compile page by page, on the
fly or precompile it. Publish is good for the later.

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://feeds.feedburner.com/GregoryBeamer#

or just read it:
http://feeds.feedburner.com/GregoryBeamer

********************************************
| Think outside the box! |
********************************************
 
Back
Top