我想在 blogger 中制作一个 asp.net 网站..是否可能。有哪些替代方法?
我一直在考虑用asp.net 创建一个网站。
可以在blogger中开发asp.net网站吗?我看到的是用纯文本或 html 写一些东西,它会被发布......但我想在博客中使用 sql server 编写 asp.net 代码。
谢谢
I have been thinking of creating a website with asp.net.
Is it possible to develop asp.net sites in blogger? Wat i have seen is write something in plaintext or html and it wil be posted...but i want to write asp.net code using sql server in bloggger.
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有许多用于 ASP.NET 的博客引擎。 http://www.dotnetblogengine.net/ 是我听说很容易使用的一个。
您不能在 blogger 中编写 asp.net 应用程序,因为 blogger 是 Google 提供的免费服务,托管在他们自己的服务器上。
我假设您指的是输入文本的方式。如果是这种情况,请查看 Textile.NET。这将简化文本输入并允许您在数据库中存储不包含任何 html 的值。
There are a number of blog engines for asp.net. http://www.dotnetblogengine.net/ is one that I've heard is easy to use.
You can't write an asp.net application in blogger because blogger is a free service offered by Google, hosted on their own servers.
I'd assume you're referring to the way of inputting text. If that's the case, check out Textile.NET. This will simplify textual input and allow you to store values in the database which don't include any html.