In order to have a common sign on, I have recently converted 45 applications all with their own IIS registrations to subfolders of one application (with one IIS registration).
I (carefully) followed the instructions at
http://www.asp101.com/articles/jayra...te/default.asp
Problem is it compiles, but it doesnt run. Its to do with the webconfig files.
In the webconfig file in the subfolders I have :
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="SettingsPath" value="C:\Inetpub\wwwroot\Master2\Settings.xml" />
</appSettings>
<system.web>
</system.web>
</configuration>
Im the first to admit I am not very clued up on webconfig files
Any thoughts?
Dougie