• 點部落
  • 首頁
  • RSS
    • 登入

亂馬客

https://rainmakerho.github.io/

2015-09-24

[COM]當 COM元件 遇到 Windows 2012

  • 3468
  • 0
  • VB6
  • 2016-03-11

要把 ASP 的系統,升級到 Windows 2012 嗎?

...繼續閱讀 »
  • 80004027
  • 8007007e
  • 800a01a8
  • COM
  • asp
2015-06-11

[ASP.NET]多個 Web Application 使用同一個 Forms Authentication

  • 8455
  • 0
  • ASP.NET
  • 2016-11-08

有多個 Web Application 可以共同一個 Forms Authentication 來達到 single sign on哦!

...繼續閱讀 »
  • ASP.NET
  • FormsAuthentication
  • 80004005
  • machineKey
  • 相同驗證
  • single sign on
2015-04-16

[ASP.NET 5]KVM(K version manager)

  • 892
  • 0

本文承前一篇「從空的Web專案到使用MVC」的範例,來介紹 KVM ,並讓Web AP 可以從 Command 視窗啟動。

...繼續閱讀 »
  • vNext
  • kvm
  • asp.net 5
2015-04-09

[ASP.NET 5]從空的Web專案到使用MVC

  • 2697
  • 0
  • ASP.NET
  • 2015-04-16

本文介紹從空的Web專案到使用MVC

...繼續閱讀 »
  • vNext
  • asp.net 5
2014-10-23

[ERROR]找不到要求類型 'GET' 的 HTTP 處理常式。

  • 4608
  • 0
  • ASP.NET

在ASP.NET程式要,透過 Server.Transfer or Server.Execute 來將網頁轉到 ASP or PHP 的網頁
,會發生「找不到要求類型 'GET' 的 HTTP 處理常式。」或是「找不到要求類型 'POST' 的 HTTP 處理常式。」的錯誤。
要如何解決呢?

...繼續閱讀 »
  • 0x80004005
  • RewritePath
  • Server.Execute
  • Server.Transfer
  • asp
2014-08-25

[ERROR](0x8002801D)Automation error Library not registered

  • 3639
  • 0
  • ASP.NET

在 Windows 2012 上執行一個呼叫VB6 COM元件透過 Microsoft Active Server Pages Object Library,
將資料直接Response到頁面上,居然發生Automation error Library not registered的錯誤!

...繼續閱讀 »
  • 0x8002801D
  • Windows2012
  • asp
  • ObjectContext
  • Response
2014-08-12

[ASP]透過 Recordset 來新增或更新資料

  • 4151
  • 0
  • ASP

在ASP時代,SQL常常都是用字串去串接,所以會有很多的 SQL Injection 問題!
解法可以透過 ADODB.Command 再搭配它的 Parameters 方式。
但有時Table的欄位可能粉多用SQL會蠻長的,參數去對應有可能會對錯!
這時,您有另一個選擇,就是使用 Recordset 來新增或是更新資料

...繼續閱讀 »
  • asp
  • sql
  • injection
  • Recordset
2014-07-03

[vNext]ASP.NET vNext初體驗

  • 1006
  • 0
  • ASP.NET

今天在Azure上開一個 Visual Studio 14 CTP 的VM來試試看 ASP.NET vNext !

...繼續閱讀 »
  • vNext
  • ASP.NET
2014-06-12

[ASP.NET]呼叫 LoadLibraryEx (於 ISAPI 篩選器 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\\aspnet_filter.dll" 上) 失敗

  • 6149
  • 0
  • ASP.NET

瀏覽一個圖片,就會發生 呼叫 LoadLibraryEx (於 ISAPI 篩選器 "C:\Windows\Microsoft.NET\Framework\v4.0.30319\\aspnet_filter.dll" 上) 失敗 的錯誤!
到底是什麼問題造成的呢?

...繼續閱讀 »
  • aspnet_filter.dll
  • LoadLibraryEx
2014-01-20

[ERROR]FortiClient導致ASP.NET程式發生「拒絕存取」的錯誤

  • 4606
  • 0
  • ASP.NET

[ERROR]FortiClient導致ASP.NET程式發生「拒絕存取」的錯誤

...繼續閱讀 »
  • FortiClient
  • 拒絕存取
  • ASP.NET
2013-08-22

[ERROR]使用Web參考物件,發生 型別 '<type1>' 的值無法轉換成 '<type2>' 的錯誤

  • 1702
  • 0
  • ASP.NET

使用VS2005加入Web參考,建立統一的Method來建立Web參考物件,居然出現「型別'' 的值無法轉換成 ''」的錯誤!

...繼續閱讀 »
  • ASP.NET
  • Error
2012-10-01

[ASP.NET]解決事件檢視器中出現一堆的ASP.NET警告訊息

  • 3614
  • 0
  • ASP.NET
  • 2015-03-03

[ASP.NET]解決事件檢視器中出現一堆的ASP.NET警告訊息

...繼續閱讀 »
  • Health
  • 停止ASP.NET警告
  • monitoring
2012-06-06

[IIS]IIS停機更新系統作法分享

  • 7100
  • 0
  • ASP.NET
  • 2012-06-14

[ASP.NET]ASP.NET停機更新系統作法分享

...繼續閱讀 »
  • IIS
  • ASP.NET停機
  • httpErrors
2012-05-10

[MVC]使用ExtJS + ASP.NET MVC做個簡單的File Browser

  • 14509
  • 0
  • ASP.NET MVC
  • 2012-05-18

[MVC]使用ExtJS + ASP.NET MVC做個簡單的File Browser

...繼續閱讀 »
  • ASP.NET
  • MVC
  • ExtJS
  • FileBrowser
  • filemanager
2011-12-16

ASP.NET 3.5 AJAX遇上Safari

  • 4711
  • 0
  • ASP.NET

ASP.NET 3.5 AJAX遇上Safari

...繼續閱讀 »
  • Ajax
  • ASP.NET
  • POSTBACK
  • Safari
2011-03-04

[WIN7]64bit IIS7裝ASP.NET 1.1之路

  • 34825
  • 0
  • IIS

[WIN7]64bit IIS7裝ASP.NET 1.1之路

...繼續閱讀 »
  • .net1.1
  • 64bit
  • asp.net1.1
  • iis7
  • win7
  • windows7
2010-09-29

ASPX中使用ASPX.VB的Function

  • 7111
  • 0

ASPX中使用ASPX.VB的Function

...繼續閱讀 »
  • aspx
  • DataItem
  • function
2010-03-10

asp.net網頁Error in loading DLL錯誤處理!

  • 9572
  • 0
  • ASP

asp.net網頁Error in loading DLL錯誤處理!

...繼續閱讀 »
  • asp
  • GetObjectContext
  • ObjectContext
2010-02-05

Asp.NET Run Batch File的方式

  • 9584
  • 0
  • IIS

Asp.NET Run Batch File的方式

...繼續閱讀 »
  • ASP.NET
  • batch
2010-02-02

ASP的IsNothing Function

  • 4925
  • 0
  • ASP

ASP的IsNothing Function

...繼續閱讀 »
  • asp
  • isnothing
  • 2
  • 3
  • 4

學習網站

pluralsight

wintellectnow

標籤雲

系列文章

最新留言

  • 服務規範
  • 聯絡我們
© 2025 點部落 Ver. 1.0.0.0
電魔小鋪有限公司 製作、維運;登豐數位科技 提供資安檢測