Deploying asp.net and .net framework 3.5
Whuah it's been a while since my last post.
i'm kind of missing in busy ness to no where.
Actually there are many things that i would like to post but dunno which one and when.
any way,
When deploying asp.net you can use web setup,
or Precompiled first and then copy the precompiled one to your server production
, remember to set the compilation debug=false. to fasten the pages.remove the unnecessary view state.
Pre compiled one remove all your code behind file to a dll in your bin folder
Be carefull with your assembly though, the version must be exact. You put it on the bin folder as much as you can.or you must make sure it is on the GAC.
For dotnet framework 3.5, you ought to use the one 197MB size , it does not download from server
How if My website has crystal report?
on web setup click presequites and check the crystal report basic, it should include on your setup , be sure to check the radiobutton number2, not the "download from vendor site".
it should appear the crystal report basic vs2008 runtime(CRRedist2008_x86.msi)
Why Always Appear "Could not find assembly Web.extensions 2.0", i''ve remove all the reference and set to web.extensions 3.5/3.6 ?
the key is in your web.config

You see the asp or some one up there doesn't know which version to use if you included that way, it means that for every request for extensions 2.0 Forwarded it to new version 3.6
WEB SETUP you rebuild/build and your website have those DBML it will
generate failed but without any error/message, from what i read it will
be fixed on sp1