Roseta, the error you are getting indicates that your IIS environment isn't set up correctly. It seems that the .net instillation isn't associated with IIS server. I would look at the command line aspnet_regiis -i. As for your other questions, I agree it sounds like you need the basics where a book might really come in handy. I would add though you can learn a lot by checking out either Charles site www.learnasp.com and the tutorials on www.asp.net. I found that the tutorials on that site were a great starting point.
ASP.Net is simply a way to describe the .net programming. Active Server Pages isn't a language, so you can use VB.Net or C#... or C++ for that matter. There are many extensions associated with a .net web application but the .aspx is the standard "page" extension. There are also .ascx, and .asax extensions to name a few. Good Luck! :-) Travis D. Falls | Consultant RAFT.Net IT | 860.547.4070 | [EMAIL PROTECTED] -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Monday, December 19, 2005 8:54 AM To: [email protected] Subject: Re: [AspNetAnyQuestionIsOk] 3 general questions Go Buy an ASP.Net book. Charles Carroll list many such books on his web site, www.learnasp.com I like ASP.Net Unleasled by Stephen Walther. ISBN: 0-672-32542-X Quoting roseta radfar <[EMAIL PROTECTED]>: > Hello, > > I have three question: > > 1- If we build a web application with asp.net , can we use vb.net code in > it? like windows applications? > > 2-if we build a web application with asp.net the extention of pages would > be .aspx correct? > > 3- In my visual studio.net if I want to open a new and empty web > application with asp.net it will give me this error what is wrong in my > visual studio.net > > Visual studio.net has detected that the specified web server is not running > asp.net version 1.1. You will be unable to run aps.net web application or > service > > > thanks in advance > roseta > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > [Non-text portions of this message have been removed] > > > > > > Yahoo! Groups Links > > > > > > > Yahoo! Groups Links ************************************************************************* This communication, including attachments, is for the exclusive use of addressee and may contain proprietary, confidential and/or privileged information. If you are not the intended recipient, any use, copying, disclosure, dissemination or distribution is strictly prohibited. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this communication and destroy all copies. ************************************************************************* ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
