Question:
ASP.NET - The silliest question one could ask about it.?
confused soul
2013-04-02 08:04:55 UTC
Once upon a time i was a good software programmer. Now i am not sure if i could even create variables without any errors.
I want to create my career based on asp.net, i had learned it years ago but since 5-6 years not even touched it.
Its the silliest question i could ask as per any programmer who is gonna answer but consider that since 6 years i am working in totally different field. The question is :
To create web applications on asp.net, what do i need to install on the computer.
I tried Visual Basic, it has web application section, is that it or something else.
Also it would be helpful if u could provide some links for the asp.net setup file.
Also any suggestions where to begin from after 6 years?
Three answers:
ADDI
2013-04-02 08:16:55 UTC
Hi,

All u need is a visual studio software.

Get trial here http://www.microsoft.com/en-in/download/details.aspx?id=16057

Goto File->new->website->asp.net website.

you'll get a defaut.aspx page for the design which has a default.aspx.cs file as a back source that stores the code.You can add your pages to it and explore.

Let me know if any queries or want an elaborated answer.
2013-04-02 15:08:18 UTC
You can write ASP.NET code in a text editor if you want. To execute ASP.NET you'll need Microsoft IIS installed.



If you don't want to code everything from scratch (i.e. the page source, code behinds, etc.) then install Visual Studio.
Dale Ford
2013-04-02 15:14:04 UTC
1 Share



kimyellowbus149@yahoo.com


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...