我需要为。
Our application consists of controls for a (third-party) DotNetNuke module called SimpleWrapper. The way this module works is that it provides a lightweight but not very flexible way of displaying regular ASP.NET user controls on a DNN page. The caveat is these are .ascx
controls, not .aspx
pages.
I m 大部分是可使用的各种技术的损失。 我审视了ASMX服务,但这些服务似乎主要针对生成的 Java代法。 我需要能够:
- mount the service at a static URL
- have it accept a single string parameter
- have it produce JSON in a specific, but very simple format
I don t really need strong integration with ASP.NET, like being able to respond to a postback or some such. I d also prefer something deployable just by adding a file, without having to edit configuration files. What would be a straightforward way to spit out a chunk of JSON in such an environment?