資源簡介
Web.config 必須配置正確的AppId,AppKey,Redirect_uri
改開放平臺AppId必須有授權過微信登錄接口
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Web;
using?System.Web.Http;
using?System.Web.Mvc;
using?System.Web.Routing;
namespace?MvcApplication1
{
????//?注意:?有關啟用?IIS6?或?IIS7?經典模式的說明,
????//?請訪問?http://go.microsoft.com/?linkId=9394801
????public?class?MvcApplication?:?System.Web.HttpApplication
????{
????????protected?void?Application_Start()
????????{
????????????AreaRegistration.RegisterAllAreas();
????????????WebApiConfig.Register(GlobalConfiguration.Configuration);
????????????FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
????????????RouteConfig.RegisterRoutes(RouteTable.Routes);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-01-29?13:55??MvcApplication1\
?????目錄???????????0??2016-01-29?13:50??MvcApplication1.Tests\
?????文件?????????300??2016-01-29?13:50??MvcApplication1.Tests\App.config
?????目錄???????????0??2016-01-29?13:50??MvcApplication1.Tests\bin\
?????目錄???????????0??2016-01-29?14:00??MvcApplication1.Tests\bin\Debug\
?????文件???????45416??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\Microsoft.Web.Infrastructure.dll
?????文件???????23640??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\Microsoft.Web.Mvc.FixedDisplayModes.dll
?????文件???????17408??2016-01-29?13:59??MvcApplication1.Tests\bin\Debug\MvcApplication1.dll
?????文件???????36352??2016-01-29?13:59??MvcApplication1.Tests\bin\Debug\MvcApplication1.pdb
?????文件????????4096??2016-01-29?14:00??MvcApplication1.Tests\bin\Debug\MvcApplication1.Tests.dll
?????文件?????????300??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\MvcApplication1.Tests.dll.config
?????文件????????7680??2016-01-29?14:00??MvcApplication1.Tests\bin\Debug\MvcApplication1.Tests.pdb
?????文件??????391680??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\Newtonsoft.Json.dll
?????文件??????440219??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\Newtonsoft.Json.xm
?????文件??????180904??2013-07-09?11:04??MvcApplication1.Tests\bin\Debug\System.Net.Http.dll
?????文件??????168520??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Net.Http.Formatting.dll
?????文件??????137872??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Net.Http.Formatting.xm
?????文件???????16552??2013-07-09?11:04??MvcApplication1.Tests\bin\Debug\System.Net.Http.WebRequest.dll
?????文件????????5102??2013-10-01?18:07??MvcApplication1.Tests\bin\Debug\System.Net.Http.WebRequest.xm
?????文件??????148528??2013-10-01?18:07??MvcApplication1.Tests\bin\Debug\System.Net.Http.xm
?????文件??????138432??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Helpers.dll
?????文件???????74208??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Helpers.xm
?????文件??????323240??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Http.dll
?????文件???????73384??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Http.WebHost.dll
?????文件???????10071??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Http.WebHost.xm
?????文件??????379561??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Http.xm
?????文件??????507048??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Mvc.dll
?????文件??????847872??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Mvc.xm
?????文件??????266944??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Razor.dll
?????文件??????365160??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.Razor.xm
?????文件???????41152??2016-01-29?13:50??MvcApplication1.Tests\bin\Debug\System.Web.WebPages.Deployment.dll
............此處省略286個文件信息
- 上一篇:C#縮放圖片(支持gif縮放)
- 下一篇:C# 文檔編輯器
評論
共有 條評論