|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Why Publish take so long?My ASP.NET 2.0 site takes about 10 min to publish to my webserver. There's
only 3 ASPX pages, VERY MINIMAL code (< 100 lines) and I'm not using any membership stuff etc... (even though the ASPNETDB.MDF is over 10MB) Any ideas how I can speed up the process, or better yet, JUST copy over certain files (ie the things that have changed?) Thanks! How are you connecting to your webserver? Ftp, network?
When you publish, select the first checkbox that says, "Allow this precompiled site to be updatable". This way, you can just publish the files that have changed. It's still not ideal, as I for one would prefer one precompiled assembly that needs updating. The IDE doesn't give that option, but perhaps someone knows a command line way of doing that. Also, publish will copy all necessary files over including images and perhaps someone knows of a way to make this happen without overwriting files that already exist? ~Pj Show quoteHide quote "VB Programmer" <d***@emailme.com> wrote in message news:e9DA1HzEGHA.376@TK2MSFTNGP12.phx.gbl... > My ASP.NET 2.0 site takes about 10 min to publish to my webserver. > There's only 3 ASPX pages, VERY MINIMAL code (< 100 lines) and I'm not > using any membership stuff etc... (even though the ASPNETDB.MDF is over > 10MB) Any ideas how I can speed up the process, or better yet, JUST copy > over certain files (ie the things that have changed?) > > Thanks! >
Other interesting topics
Books on ASP.net 2.0
serialized binary files vs Sql Server Performance.. VS2005 - Unable to open local iis site other than localhost Book Recommendation 2.0 binding ObjectDataSource to Dataset Using ToolTip to store data Moving an XML node up or Down Root URL/ Application path problem with running debugger .NET controls rendering Accessing GAC classes from a WebService? |
|||||||||||||||||||||||