Html 如何为初学者运行 .aspx 文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6349685/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to run .aspx file for a beginner
提问by Joe
All,
全部,
I have very limited knowledge of .aspx and ultimately what I want to do is exactly this:
我对 .aspx 的了解非常有限,最终我想做的就是这样:
http://www.webonweboff.com/widgets/ajax/ajax_linked_selection.aspx
http://www.webonweboff.com/widgets/ajax/ajax_linked_selection.aspx
I appreciate the code is given in the link above, but I am only familiar with HTML and Javascript so when it starts to tell me .aspx and .cs code I get a little lost. Have done my homework and I guess i need to install something to run these programs. Naively, I only have notepad++ at the moment.
我很欣赏上面链接中给出的代码,但我只熟悉 HTML 和 Javascript,所以当它开始告诉我 .aspx 和 .cs 代码时,我有点迷茫。完成了我的作业,我想我需要安装一些东西来运行这些程序。天真地,我目前只有记事本++。
Any help would be greatly appreciated
任何帮助将不胜感激
Joe
乔
回答by Dan Diplo
Your best bet is to go to http://www.asp.net/downloadsand click the big green Install Now button. This will use the Microsoft Web Installer to download everything you need to get started with ASP.NET development (including Visual Studio Express which will take the place of notepad++!).
最好的办法是访问http://www.asp.net/downloads,然后单击绿色的“立即安装”按钮。这将使用 Microsoft Web 安装程序下载开始 ASP.NET 开发所需的所有内容(包括将取代记事本++的 Visual Studio Express!)。
回答by Wicked Coder
Try installing visual web developer and create ASP.NET wesite in C#. You should be able to run these files.
尝试安装visual web developer并在C#中创建ASP.NET网站。您应该能够运行这些文件。
http://www.microsoft.com/express/Web/
http://www.microsoft.com/express/Web/
Also try going through these tutorials
也尝试通过这些教程
回答by Dejan
ASPX is like CGI programming. Yes you need to install the ASP.NET developer studio in order to deploy your web application. It will then configure a default webserver on your local host where you can start playing with the code samples.
ASPX 就像 CGI 编程。是的,您需要安装 ASP.NET developer studio 才能部署您的 Web 应用程序。然后它会在你的本地主机上配置一个默认的网络服务器,你可以在那里开始使用代码示例。