IIS 7.0配置(Asp.net 3.5)

BrooksPHP 2008-11-26 09:08:11
我的电脑是Vista Ultimate sp1, 已经由控制面板添加了IIS 7.0(IIS 6.0等其他相关组件也都添加了),平时开发都直接用VS调试的,最近用IIS居然不能浏览,IE显示:HTTP Error 503. The service is unavailable.
我查看了下:http://localhost:80/ 也显示同样的错误(80端口没有被别的服务器占用),请问该怎样配置IIS才能浏览ASP.NET 3.5的程序?
...全文
146 7 打赏 收藏 转发到动态 举报
写回复
用AI写文章
7 条回复
切换为时间正序
请发表友善的回复…
发表回复
空心兜兜 2008-12-05
  • 打赏
  • 举报
回复
[Quote=引用 2 楼 jzywh 的回复:]
Run it in command
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
[/Quote]

只要改v2.0.50727即可
mail_ricklee 2008-12-05
  • 打赏
  • 举报
回复
可以参考
http://www.cnblogs.com/mail-ricklee/archive/2008/10/15/1311847.html

文档中配置说明
hawaiiboys 2008-12-05
  • 打赏
  • 举报
回复
重装
wuyq11 2008-11-26
  • 打赏
  • 举报
回复
IIS重新配置下
filec75 2008-11-26
  • 打赏
  • 举报
回复
帮顶
jzywh 2008-11-26
  • 打赏
  • 举报
回复
Run it in command
C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -i
哥本哈士奇 2008-11-26
  • 打赏
  • 举报
回复
http://blog.myspace.cn/e/402293915.htm

参考下这个吧.
ASP.NET经典著作之屠龙刀,涵盖VS 2008和IIS 7.0. 全面、深入、贴近实践,让你感受世界顶尖专家的不凡功力.. Editorial Reviews Product Description ASP.NET 3.5 is the latest version of Microsoft’s revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.5 in C# 2008 raises the bar for high–quality, practical advice on learning and deploying Microsoft’s dynamic web solution. Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from this groundbreaking new technology. They cover ASP.NET 3.5 as a whole, illustrating both the brand–new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 3.5 applications in the best possible style. The book will teach you ASP.NET 3.5 starting with core concepts to more advanced topics. You will learn Core concepts of ASP.NET 3.5. Why it’s special. What it’s fundamental principals are. The basics of Visual Studio. How ASP.NET 3.5 controls are created, and how they fit into ASP.NET 3.5 pages, ultimately creating full applications Data access details. The intricacies of ADO.NET and how to perform data binding to many sources from databases to file streams to XML. We include LINQ coverage so you’re on the bleeding edge Security. Once considered the Achilles heel of all Windows web applications, security has vastly improved and is a cornerstone of ASP.NET 3.5. This section explains the various forms of available security, and how to best apply them Taking things further using advanced user interface techniques. This includes user controls, customer server controls, client–side JavaScript, and GDI+. Web services. In an increasingly connected world, working with web services grows in importance. This book will show you how to work with them. ASP.NET AJAX, with an emphasis on comtemporary web development techniques Development using Internet Information Services 7, Microsoft’s premier web hosting platform. And much more. About the Author Matthew MacDonald is an author, educator, and MCSD developer who has a passion for emerging technologies. He is a regular writer for developer journals such as Inside Visual Basic, ASPToday, and Hardcore Visual Studio .NET, and he's the author of several books about programming with .NET, including User Interfaces in VB .NET: Windows Forms and Custom Controls, The Book of VB .NET, and .NET Distributed Applications. In a dimly remembered past life, he studied English literature and theoretical physics. Send e-mail to him with praise, condemnation, and everything in between, to p2p@prosetech.com. Mario Szpuszta is working in the Developer and Platform Group of Microsoft Austria. Before he started working for Microsoft, Mario was involved in several projects based on COM+ and DCOM with Visual Basic and Visual C++ as well as projects based on Java and J2SE. With Beta 2 of the .NET Framework, he started developing Web applications with ASP.NET. Right now, as developer evangelist for Microsoft Austria, he is doing workshops, trainings, and proof-of-concept projects together with independent software vendors in Austria based on .NET, Web Services, and Office 2003 technologies.
ASP.NET经典著作之屠龙刀,涵盖VS 2008和IIS 7.0. 全面、深入、贴近实践,让你感受世界顶尖专家的不凡功力.. Editorial Reviews Product Description ASP.NET 3.5 is the latest version of Microsoft’s revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.5 in C# 2008 raises the bar for high–quality, practical advice on learning and deploying Microsoft’s dynamic web solution. Seasoned .NET professionals Matthew MacDonald and Mario Szpuszta explain how you can get the most from this groundbreaking new technology. They cover ASP.NET 3.5 as a whole, illustrating both the brand–new features and the functionality carried over from previous versions of ASP. This book will give you the knowledge you need to code real ASP.NET 3.5 applications in the best possible style. The book will teach you ASP.NET 3.5 starting with core concepts to more advanced topics. You will learn Core concepts of ASP.NET 3.5. Why it’s special. What it’s fundamental principals are. The basics of Visual Studio. How ASP.NET 3.5 controls are created, and how they fit into ASP.NET 3.5 pages, ultimately creating full applications Data access details. The intricacies of ADO.NET and how to perform data binding to many sources from databases to file streams to XML. We include LINQ coverage so you’re on the bleeding edge Security. Once considered the Achilles heel of all Windows web applications, security has vastly improved and is a cornerstone of ASP.NET 3.5. This section explains the various forms of available security, and how to best apply them Taking things further using advanced user interface techniques. This includes user controls, customer server controls, client–side JavaScript, and GDI+. Web services. In an increasingly connected world, working with web services grows in importance. This book will show you how to work with them. ASP.NET AJAX, with an emphasis on comtemporary web development techniques Development using Internet Information Services 7, Microsoft’s premier web hosting platform. And much more. About the Author Matthew MacDonald is an author, educator, and MCSD developer who has a passion for emerging technologies. He is a regular writer for developer journals such as Inside Visual Basic, ASPToday, and Hardcore Visual Studio .NET, and he's the author of several books about programming with .NET, including User Interfaces in VB .NET: Windows Forms and Custom Controls, The Book of VB .NET, and .NET Distributed Applications. In a dimly remembered past life, he studied English literature and theoretical physics. Send e-mail to him with praise, condemnation, and everything in between, to p2p@prosetech.com. Mario Szpuszta is working in the Developer and Platform Group of Microsoft Austria. Before he started working for Microsoft, Mario was involved in several projects based on COM+ and DCOM with Visual Basic and Visual C++ as well as projects based on Java and J2SE. With Beta 2 of the .NET Framework, he started developing Web applications with ASP.NET. Right now, as developer evangelist for Microsoft Austria, he is doing workshops, trainings, and proof-of-concept projects together with independent software vendors in Austria based on .NET, Web Services, and Office 2003 technologies.

62,041

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧