apache+asp.net Çó½Ì - .NET¼¼Êõ / .NET¼¼Êõǰհ
#asp.net
LoadModule aspdotnet_module "modules/mod_aspdotnet.so"
AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj licx rem resources resx soap vb vbproj vsdisco webinfo
<IfModule mod_aspdotnet.cpp>
# Mount the ASP.NET example application
AspNetMount /active "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\aspx"
# Map all requests for /active to the application files
Alias /active "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\aspx"
# Allow asp.net scripts to be executed in the active example
<Directory "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\aspx">
Options FollowSymlinks ExecCGI
Order allow,deny
Allow from all
DirectoryIndex Default.htm Default.aspx
</Directory>
# For all virtual ASP.NET webs, we need the aspnet_client files
# to serve the client-side helper scripts.
AliasMatch /aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*) "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"
<Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles">
Options FollowSymlinks
Order allow,deny
Allow from all
</Directory>
×î½üÔÚXPÉϰ²×°ÁËApache2.2.15 ºÍ mod_aspdotnet2.2.0£¬·þÎñÆ÷¿ÉÒÔÕý³£Æô¶¯£¬ÆäËû¶¼Ã»ÎÊÌ⣬µ«ÊÇÿµ±ÇëÇó .aspxÎļþʱ £¬¾Í»á³ö´í£¬ËµÊÇ·þÎñÆ÷ÄÚ²¿ÅäÖôíÎ󣬲鿴´íÎóÈÕÖ¾ÈçÏ£º
mod_asp
Ïà¹ØÎÊ´ð£º
ÎÒÓÃasp.net¿ª·¢wapÕ¾µã£¬Íê³ÉºóÈ¥http://validator.w3.org/ÕâÀïÑéÖ¤ÎÒµÄWapÒ³ÃæÊÇ·ñ±ê×¼£¬ÆäËüÎÊÌâ¶¼¸ÄºÃÁË£¬
¾ÍÊ£ÕâÒ»¸ö´íÎóÁË£¬°´×ÖÃæÒâ˼Àí½âÊÇ˵nameÊôÐÔÒÑ´æÔÚ£¬ÀàËÆÕâÑùµÄ´íÎó»¹Óв»ÄÜÓÃborder ,align,sizeµ ......
±¾ÈËÊDzËÄñÒ»¸ö£¬Æ½Ê±Òª×öÉúÒ⣬µ«ÊÇÕÒÁ˺ܶàÈË×öÍøÕ¾£¬¾ù±»ÆÁË¡£×öµÃ²»Èý²»ËÄ£¬ÏÖÔÚ¾öÐÄ×Ô¼ºÀ´×öÒ»¸ö£¬ÒÑѧϰASP.NETÏà¹ØµÄÍøÒ³ÖÆ×÷֪ʶ£¬ÓÐDW»ù´¡£¬¿ÉÒÔ˵ÊÇĿǰֻÓÐÀíÂÛ֪ʶ£¬µ«ÊÇÔÚʵ¼Ê¾ßÌå²Ù×÷µÄʱºò£¬×ÜÊÇÓöµ ......
ÎÒÏ뽫×Ö·û´®Éú³ÉÒ»ÕÅͼƬ£¬ÈçºÎд£¿
×Ö·û´®Éú³ÉͼƬ?
ÒýÓÃ
×Ö·û´®Éú³ÉͼƬ?
˵¼òµ¥µã¾ÍÊÇÉú³ÉÑéÖ¤ÂëµÄ·½·¨¡£
Private Sub Paint(ByVal strCode As String)
Dim strImgPath As String ......
ÎÒÓõÄÊÇGodaddyµÄ·þÎñ,ʹÓÃ
C# code:
HttpRuntime.UnloadAppDomain();
À´ÖØÆô³ÌÐò»áÅ׳öÒì³£,Ó¦¸ÃÊÇȨÏÞ²»¹»,Çë½Ì´ó¼Ò»¹ÓÐûÓÐÆäËûµÄ°ì·¨?
using System.ServiceProcess;
public void ResetAsp ......
C# code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Runtime.InteropServices;
nam ......