N
Niks
Hi,
I am new to ASP.NET. I have to develop a SIMPLE web based project in
ASP.NET.
I have a few questions reagarding that -
1) Do we need to create a new project by selecting ASP.NET web
application from VS.NET or can we directly create it manually like
typical ASP app. and create all other files like web.config manually ?
2) Do I need to use Code Behind for all .aspx files I develop. I
understand that Code Behind, is the core concept of ASP.NET to
differentiate HTML and server side code. ?
3) Can I use the connection string for my app in Web.Config and call
it on each page (Import System.Configuration) or is there a better way
?
4) If I use Code Behind, do I need to build the entire project every
time I make changes while developing ? or can I just save the file and
test the app. like classic asp's ?
5) What is the best way to pass variables from one form to another
(Form, Querystring, Containers) in .NET ?
5) What is the best way to copy the final App from one server to
another ?
Thanks.
I am new to ASP.NET. I have to develop a SIMPLE web based project in
ASP.NET.
I have a few questions reagarding that -
1) Do we need to create a new project by selecting ASP.NET web
application from VS.NET or can we directly create it manually like
typical ASP app. and create all other files like web.config manually ?
2) Do I need to use Code Behind for all .aspx files I develop. I
understand that Code Behind, is the core concept of ASP.NET to
differentiate HTML and server side code. ?
3) Can I use the connection string for my app in Web.Config and call
it on each page (Import System.Configuration) or is there a better way
?
4) If I use Code Behind, do I need to build the entire project every
time I make changes while developing ? or can I just save the file and
test the app. like classic asp's ?
5) What is the best way to pass variables from one form to another
(Form, Querystring, Containers) in .NET ?
5) What is the best way to copy the final App from one server to
another ?
Thanks.