"it would make more sense to reconfigure your default website in IIS"
OK, I started the IIS Manager. Now what? I clicked somewhere on Sites, and it says on one line Default Web Site. Then it says ID 1; Status Started (http), Unknown(net.tcp),Unknown(net.pipe),Unknown(ned.msmq), Unknown(msmq.formatname), Binding *.80(http),808.*(net.tcp),*(net.pipe),localhost(net.msmq),localhost(msmq.fo rmatname), Path %SystemDrive%\inetpub\wwwroot
That looks pretty good, like the Default Webg Site is ID 1, started, port 80, pointing to C:\inetpub\wwwroot
Next is says gallery, ID 4, Started(http), localhost on *.80(http), path C:\Users\Al\Desktop\GalleryServer
That directory exists, and contains a file named web.config. it is 15Kbytes in size, and contains a lot of stuff. I will quote the top few lines:
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="system.web">
<section name="galleryServerPro" type="GalleryServerPro.Configuration.GalleryServerProConfigSettings, GalleryServerPro.Configuration" allowDefinition="MachineToApplication" restartOnExternalChanges="true" requirePermission="false" />
</sectionGroup>
<section name="cachingConfiguration" type="Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.CacheMana gerSettings, Microsoft.Practices.EnterpriseLibrary.Caching" requirePermission="false" />
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
</sectionGroup>
</sectionGroup>
</sectionGroup>
</configSections>
<connectionStrings>
<clear />
<add name="SqlServerDbConnection" connectionString="Server=.\SQLEXPRESS;Database=GalleryServerPro;uid=Admin;P wd=Joatmon1;Application Name=Gallery Server Pro" />
</connectionStrings>
<appSettings>
I have to tell you, we're way over my head here. Is there any place I can find simple, step by step instructions, like click on this then select that option and then type in"....
I've been working with PCs since 1978, Z80-CP/M 8" floppies, and although I recognize virtually every word in the quoted text above, I haven't a clue if this is where or how I would "reconfigure my default web site..." (to what? Where? How?)
Thanks for your patience and any help you can offer.
Al