Я перемещаю все свои локальные приложения с компьютера с WinXP / IIS6 на компьютер с Win7 / IIS7.5.Я скопировал несколько папок из каталога wwwroot WinXP в wwwroot Win7.Затем создал виртуальный каталог и преобразовал в приложение.Когда я просматриваю это приложение, я получаю сообщение об ошибке:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The root element must match the name of the section referencing the file, 'appSettings'
Source Error:
Line 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Line 2: <html xmlns="http://www.w3.org/1999/xhtml">
Line 3: <head>
Line 4: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Source File: C:\inetpub\wwwroot\iisstart.htm Line: 2
Чего мне не хватает?