Mamp 和 aspx 文件仅显示源代码
Mamp and aspx file shows source code only
我正在尝试使用括号和 Mamp 实时预览我的网站,但是我正在处理的网站有 .aspx 文件,预览只显示文件源代码。我该怎么做才能让它正确显示?
Because ASP.NET 5 has completely decoupled ASP.NET applications from IIS or any other web server, it’s now possible to host ASP.NET applications on any number of different servers. ASP.NET supports three: IIS, WebListener, and Kestrel, which provide two great options for Windows environments and a third, open-source option that can be used on several different operating systems.
放弃 Apache(它似乎不支持 ASP.NET)并安装 Kestrel(但请注意它的 limitations 并考虑您是否真的想使用 ASP.NET 和不是-Windows).
我正在尝试使用括号和 Mamp 实时预览我的网站,但是我正在处理的网站有 .aspx 文件,预览只显示文件源代码。我该怎么做才能让它正确显示?
Because ASP.NET 5 has completely decoupled ASP.NET applications from IIS or any other web server, it’s now possible to host ASP.NET applications on any number of different servers. ASP.NET supports three: IIS, WebListener, and Kestrel, which provide two great options for Windows environments and a third, open-source option that can be used on several different operating systems.
放弃 Apache(它似乎不支持 ASP.NET)并安装 Kestrel(但请注意它的 limitations 并考虑您是否真的想使用 ASP.NET 和不是-Windows).