Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

I have .NET Framework installed, but ASP.NET does not work.

You must have IIS (Internet Information Services) installed before you install .NET Framework. If you install IIS after you install .NET Framework, you must also register the ASP.NET extensions with IIS. You can do this by running the aspnet_regiis executable from:

 <windows root directory>\Microsoft.NET\Framework* *<.NET Framework version>\aspnet_regiis -r

  • Where <windows root directory> is the directory where Windows is installed (typically C:\windows or C:\winnt)
  • Where <.NET Framework version> is the .NET Framework version that you have installed.

If you receive the following error message when importing, make sure that the TimeTrackService virtual directory is set up to use .NET Framework 3.5.

"Server was unable to process request. → INSERT statement conflicted with COLUMN CHECK constraint '....'. The conflict occurred in database '<database name>', table 'WS10702', column "TRXBEGDT". The statement has been terminated."

...

Child pages (Children Display)