i already design sit by vs.net 2003 and now i download vwd 2005 and like design new my site by vwd 2005
1 - in vs.net 2003 i have a bin site that when i upload site to host copy this folder and build this by build sulotion but
in wvd i didnt see bin folder
2- when i creat a site by vs.net 2003 many file build automaticly for example refrences,global.ascx,... but in this version
dont build
3- when i want upload my site in host which i need upload file
please help me
bahram wrote:
i have 3 qustions about asp.net 2
i already design sit by vs.net 2003 and now i download vwd 2005 and like design new my site by vwd 2005
1 - in vs.net 2003 i have a bin site that when i upload site to host copy this folder and build this by build sulotion but
in wvd i didnt see bin folder
2- when i creat a site by vs.net 2003 many file build automaticly for example refrences,global.ascx,... but in this version
dont build
3- when i want upload my site in host which i need upload file
please help me
1) By default VWD and VS 2005 do not compile an assembly (.DLL file) automatically. The code is placed in the App_Code folder and dynamically compiled at runtime.
2) If you need those files, you can add them manually by right-clicking the project in Solution Explorer and then Add File.
3) I'm not sure I understand this question.
0 comments:
Post a Comment