|
Setting up an ASP.NET environment
To develop ASP.NET pages that can access web services, you must install the ASP.NET SDK, on the same computer on which you are running Dreamweaver MX. Dreamweaver MX uses the ASP.NET SDK to generate the web service proxy. After you develop a page, you must copy both the web page and the ASP.NET proxy to the server hosting the page.
Before you create a web page that uses a web service, you must be familiar with the underlying server technology of the application you want to use and the programming constructs that the application requires. Dreamweaver MX supports ASP.NET web service consumer development in both the Visual Basic and C# languages.
To learn more about ASP.NET and the ASP.NET SDK, visit the Microsoft Developer Network.
|