
ASP.NET
文章平均质量分 63
xhinker
请访问我的正牌博客: xhinker.com
展开
-
跨浏览器数据交换
Question:使用javascript 在不同的浏览器间交换数据 Answer& Example: Hi,Do it in this way: var childWindow; // a reference hold child window objec原创 2009-01-02 15:02:00 · 795 阅读 · 0 评论 -
ASP.NET 页面中获取访问者的IP地址
ip= http://forums.asp.net/t/1362815.aspx原创 2008-12-24 14:45:00 · 2571 阅读 · 0 评论 -
Credit card transaction
Question: Hi: i need to developed a online purchasing in my website. i did dont do this like before. and also i dont know anything about the online transaction. so please someone guide me ho原创 2009-02-20 10:56:00 · 720 阅读 · 0 评论 -
Building Custom Providers for ASP.NET 2.0 Membership
http://msdn.microsoft.com/en-us/library/aa479048.aspxJit GhoshMicrosoft CorporationMay 2004Applies To:Microsoft® ASP.NET 2.0Microsoft® Visual Studio® .NET 2005Microsoft® Active Directory® Applic转载 2009-01-30 19:08:00 · 1776 阅读 · 0 评论 -
Single Sign-On for everyone
http://blogs.neudesic.com/blogs/michael_morozov/archive/2006/03/17/72.aspxSingle Sign-On for everyoneSingle Sign-On (SSO) is a hot topic these days. Most clients I worked with have more than one转载 2009-01-23 09:24:00 · 1364 阅读 · 1 评论 -
如何在Firefox中实现ASP.NET 不弹出窗口的Windows Integrated Authentication
Follow these steps - 1. Open Firefox 2. Navigate to the url about:config 3. Locate the following preference names and put as the value the comma separated values of the address roots. network.原创 2009-02-02 11:30:00 · 1049 阅读 · 0 评论 -
tally the number of users logged onto the asp.net web site
http://aspnet.4guysfromrolla.com/articles/041608-1.aspx转载 2009-01-22 15:44:00 · 672 阅读 · 0 评论 -
关于asp.net 代码显示在浏览器里的一点疑问
如果asp.net 代码显示在页面上,会是什么造成的呢?我在IIS 里把 asp.net prohibit掉,页面会显示404错误,而不是把代码显示出来。答案寻找中...原创 2009-01-18 20:29:00 · 581 阅读 · 0 评论 -
Windows Authentication(for archive only)
Question: Hi Friends,I need to use login name,password by using the system login name,password..please help me to do this.. i heard that it can be done by using IIS server..please me to do.. t原创 2009-01-16 10:12:00 · 641 阅读 · 0 评论 -
Personalization in ASP.NET 1.1(Help you understand Profile in ASP.NET 2.0)
Cutting EdgePersonalization in ASP.NET 1.1Dino EspositoCode download available at: CuttingEdge0403.exe (141 KB) Browse the Code Online Contents Designing a Personalization Layer The Per转载 2009-01-13 13:37:00 · 1139 阅读 · 0 评论 -
Troubleshooting Methodology(排错方法学)
Troubleshooting MethodologyTo efficiently troubleshoot Web applications, you need to apply and consistently use a troubleshooting framework, or methodology. Doing so helps you to streamline your转载 2009-01-14 15:34:00 · 1118 阅读 · 0 评论 -
Sample forms authentication test in C# (纯c# 代码 forms authentication)
This sample test is doing the following:1. Sending request to a page which requires forms authentication. This results in 302 to login page.2. Send request to login page.3. Parse response from 2 and c转载 2009-01-13 15:10:00 · 1372 阅读 · 0 评论 -
Storing Additional User Information in membership db - ASP.NET
Question: Hi,In my project I already used the aspnet_regsql and the aspnetDB database was included into my oun data base.when one adds an acount the information falls into the aspnet_Membershi原创 2009-01-15 10:53:00 · 1008 阅读 · 0 评论 -
Change expired password in AD with C# (使用c# 更改AD 中过期密码)
Question: Hello,Im looking for a solution to completely replace iisadmpwd with a pure ASP.NET 2.0 solution.We are using windows authentication with a web application.If the users password is原创 2009-01-12 17:30:00 · 2006 阅读 · 0 评论 -
Protect non-page files; asp.net;IIS
Question:Hello my friends ,not a hard questionI have asite with forms authentication defined ,I have role security enabled ,we have the Support part of the site with role based securitythat we o原创 2009-01-08 10:47:00 · 723 阅读 · 0 评论 -
如何不使用 Visual Studio 开发ASP.NET
引言你可能已经用惯了使用VS 新建一个WebSite, VS 几乎为我们包揽了一切琐碎的东西,同时也掩盖了很多重要的东西。本文将通过一个很简单的例子来告诉你如何使用记事本去开发一个ASP.NET 页面。不使用VS来学习 ASP.NET 有两个好处:1. 所有的代码都在你的控制之中,让你更清楚的明白你在做些什么。2. 使用记事本开发能让你更明白ASP.NET 是如何工作的。 A原创 2009-04-05 11:48:00 · 1009 阅读 · 0 评论