How can I implement a site with ASP.NET MVC without using Visual Studio?

前端 未结 4 2049
没有蜡笔的小新
没有蜡笔的小新 2020-12-04 13:38

I have seen ASP.NET MVC Without Visual Studio, which asks, Is it possible to produce a website based on ASP.NET MVC, without using Visual Studio?

And the a

4条回答
  •  一整个雨季
    2020-12-04 14:19

    Note: if you added namespace you must have an assembly.

    web.config example for Cheeso example project on opensuse linux under mono project.

    
    
      
        

提交回复
热议问题