Re: How do I make VS 2008 build in release mode AS p.NET 3.5 Project?
|
Pullatti Jamaica |
|
5/7/2008 3:46:16 AM |
Actually, VS 2005 did not build Web site either. W eb site is only built for debugging. It is suppos ed to be deployed in source form to be compiled by ASP.NET at runtime at the server as needed. Or i t can be precompiled at deployment/publishing tim e. Web Application has an option to compile for R elease. Post Comments |
|
Re: What do you mean by it?
|
Philippe Henderson |
|
5/7/2008 3:47:44 AM |
Pullatti, What do you mean by it? Post Comments |
|
Re: You should be able to switch off validation
|
Pullatti Jamaica |
|
5/7/2008 3:49:06 AM |
You should be able to switch off validation pass i n project properties dialog. Select Build page in the Properties dialog and uncheck validation. Post Comments |
|
Thanks a lot Pullatti! Post Comments |
|