M
moondaddy
What's the preferred (best) way to start a website project in VS 2005? I
know of 2 ways and each creates a site differently and has different
behavior.
Open VS 2005
1) from the start page click on Create, then select asp.net web
application. This creates a properties folder and references folder in
solution explorer.
2) go to the File menu and select New/Website. this just creates the
project and adds the default aspx page
Things seem to work better when creating the project using method #1 and one
of the many noticeable differences is when I add a reference to the project,
#1 adds it to the references folder and #2 adds it to the web config file.
Also, I'm using some of the Infragistics controls and some of their design
time functionality doesn't work right using method #1.
So I'm wondering what are most people doing out there and why.
Thanks.
know of 2 ways and each creates a site differently and has different
behavior.
Open VS 2005
1) from the start page click on Create, then select asp.net web
application. This creates a properties folder and references folder in
solution explorer.
2) go to the File menu and select New/Website. this just creates the
project and adds the default aspx page
Things seem to work better when creating the project using method #1 and one
of the many noticeable differences is when I add a reference to the project,
#1 adds it to the references folder and #2 adds it to the web config file.
Also, I'm using some of the Infragistics controls and some of their design
time functionality doesn't work right using method #1.
So I'm wondering what are most people doing out there and why.
Thanks.