 |
|
|
|
|
Knowledgebase
Article 1568 |
|
|
 |
|
QUESTION:
I am trying to setup the virtual directory that hosts the PrtrackerWeService and I am getting the error:
Parser Error Message: Unrecognized configuration section 'connectionStrings'
Source Error:
Line 10: <configuration>
Line 11: <appSettings/>
Line 12: <connectionStrings/>
Line 13: <system.web>
ANSWER:
This means that the virtual directory is configured with the wrong version of ASP.NET. To fix the problem do these steps:
1) From the IIS console tree, right click on PrtrackerWebService and select Properties.
2) On the Properties dialog go to the ASP.NET tab.
3) Set the ASP.Net version to 2.0.50727 or higher
|
|
|
|
|

|
| | |
|
|