先做事后做人

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  ASP.NET

摘要:Today i acrrous a errer about IIS. It say : XXX已存在请选择其他别名 we can soulation it from this step: 1."run-cmd" 2.In this console ,go to the folder "C:\Inetpub\AdminScripts". example: "c:" "c:\inetpub"... 阅读全文
posted @ 2006-03-30 17:59 asdfasdf 阅读(256) 评论(0) 推荐(0)

摘要:asp:AdRotator 的应用.--主要用来添加广告栏. The AdRotator Web server control provides a convenient way to display advertisements (ads) on your ASP.NET Web pages.Ad information can come from a variety of so... 阅读全文
posted @ 2006-03-15 14:26 asdfasdf 阅读(487) 评论(0) 推荐(0)

摘要:asp简介 ASP.NET 1.什么是ASP.NET?ASP.NET 是一种建立动态Web应用程序的技术。它是.NET 框架的一部分,您可以使用任何.NET兼容的语言来编写ASP.NET应用程序。 使用Visual Basic .NET, C#, J#, ASP.NET 页面(Web Forms) 进行编译可以提供比脚本语言更出色的性能表现。Web Forms 允许您在网页基础... 阅读全文
posted @ 2006-03-15 14:26 asdfasdf 阅读(1156) 评论(0) 推荐(0)

摘要:第一个webserver的源码. using System;using System.Web;using System.Web.Services;using System.Web.Services.Protocols; [WebService(Namespace = "http://wzw1227.blogbus.com")] //自定义名称空间[WebServiceBin... 阅读全文
posted @ 2006-03-15 14:25 asdfasdf 阅读(286) 评论(0) 推荐(0)