Configuring ASP.NET for a .NET Web Service Project

Configure .NET Web Service projects.

IIS and ASP.NET

ASP.NET configuration includes making sure the Web server has a compatible version of IIS and that the 2.0 version of ASP.NET is selected for your Web service components.

For information on installing IIS and setting the default version of ASP.NET, see ASP.NET Configuration for a .NET Project.

SQL Anywhere database connections

Set up a database connection for your Web service components in the same way as for a smart client application.See Setting Up a SQL Anywhere Database Connection.

Global properties

The following global properties can be used by Web service projects:
  • LogFolder
  • FileFolder
  • PrintFolder
  • PBWebFileProcessMode
  • PBCurrentDir
  • PBTempDir
  • PBLibDir
  • PBDenyDownloadFolders
  • PBTrace
  • PBTraceTarget
  • PBTraceFileName
  • PBMaxSession
  • PBEventLogID
  • PBDeleteTempFileInterval

See and Global Web Configuration Properties.