简体   繁体   English

Mac上的ASP Classic编码?

[英]ASP Classic coding on the Mac?

Anyone here do classic ASP development on the Mac? 这里有人在Mac上做经典的ASP开发吗? The biggest thing that I'm looking for is a Web Preview that is capable of handling ASP Include files. 我正在寻找的最重要的事情是能够处理ASP Include文件的Web预览。 I personally use Textmate and Espresso for web development, but neither of those handle Include files. 我个人使用Textmate和Espresso进行Web开发,但这些都不处理包含文件。 My boss is in love with Dreamweaver but I'm loathe to adopt it because I've never liked using it. 我的老板爱上了Dreamweaver,但我不愿意采用它,因为我从来不喜欢使用它。 If it's my only way to go then I'll have to but I was hoping someone knew of another environment that would work for me. 如果这是我唯一的出路,那么我将不得不这样做,但我希望有人知道另一个适合我的环境。

Coda is a decent mac editor. Coda是一个不错的mac编辑器。 However I have also tried parallels and VMWare Fusion 3 with Visual Studio 2008. So far I have found that VMWare and VS 2008 works the most efficiently and does what I need. 不过,我也尝试过使用Visual Studio 2008的parallels和VMWare Fusion 3.到目前为止,我发现VMWare和VS 2008的工作效率最高,可以满足我的需求。

The easiest way to do Classic ASP Development on the MAC is to use Adobe Dreamweaver, with a second computer that has windows IIS installed. 在MAC上进行经典ASP开发的最简单方法是使用Adobe Dreamweaver,第二台安装了Windows IIS的计算机。

On the windows pc. 在Windows PC上。 setup your web sites in IIS. 在IIS中设置您的网站。 Make sure that the directories you use for the site are available on a share, or shared so that the mac can see them. 确保您在站点上使用的目录在共享上可用,或者共享,以便mac可以看到它们。

In your mac, setup dreamweaver to use the site that IIS is using to serve the files, and also update your hosts file to map to the IIS server's ip for the site you are working on. 在您的mac中,设置Dreamweaver以使用IIS用于提供文件的站点,并更新您的hosts文件以映射到您正在使用的站点的IIS服务器的IP。

You will be using Dreamweaver on mac to make changes directly on a website on an IIS Server. 您将在Mac上使用Dreamweaver直接在IIS服务器上的网站上进行更改。 The pc you use for IIS can be as cheap as $100. 你用于IIS的电脑可以便宜100美元。 Not much is needed to run IIS. 运行IIS不需要太多。

你为什么不使用Parallels然后你可以在你的Mac上运行Windows?

I haven't done ASP classic coding on a Mac in a few years, but for several years I worked as an ASP classic programmer and did most of my work on a Mac. 我在几年内没有在Mac上完成ASP经典编码,但几年来我一直是ASP经典程序员并且在Mac上完成了我的大部分工作。 To be honest, there wasn't much support. 说实话,没有多少支持。 I had an ASP bundle for TextMate that did color coding, but I copied files to a testing server to actually check them out. 我有一个用于TextMate的ASP包,它进行了颜色编码,但我将文件复制到测试服务器以实际检查它们。 (Of course, we used an old version of Dreamweaver, too, that didn't have great support for ASP either, so no one in the office that good ASP support.) I don't know if times have changed, but since ASP classic was getting a bit outdated even when I was an ASP classic developer, I'm guessing no one has bothered to improve support for it, especially on the Mac. (当然,我们也使用了旧版本的Dreamweaver,也没有对ASP提供很好的支持,所以办公室里没有人支持ASP好。)我不知道时间是否有所改变,但是自ASP以来即使我是一名ASP经典开发人员,经典也有点过时了,我猜不会有人费心去改进对它的支持,特别是在Mac上。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM