WSP在WSP开发模型中代表什么? (DotNetNuke模块开发)
我正在阅读有关 DotNetNuke 模块开发的教程,我想知道“WSP 开发模型”中的缩写 WSP 代表什么。
当他们说 WSP 开发模型时,我知道他们指的是什么,这是一种将 DNN 的整个目录结构连接到 Visual Studio 并从那里开发模块的开发模型。
I'm reading this tutorial on DotNetNuke Module Development, and I'd like to know what the acronym WSP stands for in phrase "the WSP model of development".
I know what they are referring to when they say the WSP model of Development, it's the model of development where you hookup the entire directory structure of DNN to Visual Studio and develop the module from there.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WSP 代表 Visual Studio 中的网站项目(文件 - 新网站)。
另一种项目模型是Web 应用程序项目或WAP(文件-新建项目-Web)。
另请参阅:
WSP stands for Web Site Project in Visual Studio (File - New Web Site).
The other project model is Web Application Project or WAP (File - New Project - Web).
See also: