This is my web config my application is not displaying the pages. neither IIS server icon displays,IIS 7 , & Framework is 4.5
here is my Web config
<?xml version="1.0"?><configuration><configSections><sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"><section name="ADRWeb.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/></sectionGroup><section name="membershipAdvanceConfiguration" type="SigmaFlow.Insights.BLL.MembershipAdvanceConfiguration, SigmaFlow.Insights.BLL"/></configSections><connectionStrings><add name="ConnectionString" connectionString="Server=HASSAN-PC\DEVSERVER;User ID=sa;Password=Admin!123;Database=SF_CORE_VALSPAR;Connection Timeout=600;" providerName="System.Data.SqlClient"/><!--License Service Connection--><add name="CorporateServicesDB" connectionString="Data Source=HASSAN-PC\DEVSERVER;Initial Catalog=SF_CorporateServices_VALSPAR;User ID=sa;Password=Admin!123;Connection Timeout=600;" providerName="System.Data.SqlClient"/><!--EntityFramework Connectionstring--><add name="ReportBuilderConnection" connectionString="metadata=res://*/ReportBuilderORM.csdl|res://*/ReportBuilderORM.ssdl|res://*/ReportBuilderORM.msl;provider=System.Data.SqlClient;provider connection string="Data Source=HASSAN-PC\DEVSERVER;Initial Catalog=SF_CORE_VALSPAR;Persist Security Info=True;User ID=sa;Password=Admin!123;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient"/><add name="QueryBuilderConnection" connectionString="metadata=res://*/QueryBuilderORM.csdl|res://*/QueryBuilderORM.ssdl|res://*/QueryBuilderORM.msl;provider=System.Data.SqlClient;provider connection string="Data Source=HASSAN-PC\DEVSERVER;Initial Catalog=SF_CORE_VALSPAR;Persist Security Info=True;User ID=sa;Password=Admin!123;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient"/><!--EntityFramework Connectionstring--><!--Connectionstring for DataMart on Public Server. Uncomment only if it exists--><!--<add name="PublicDataMartConnectionString" connectionString="Server=HASSAN-PC\DEVSERVER;User ID=sa;Password=sa;Database=SF_DATAMART_FRESH;Connection Timeout=600;" providerName="System.Data.SqlClient"/>--></connectionStrings><appSettings><!-- Licensing Service Keys--><add key="LicensingType" value="0"/><add key="ConcurrentLicenseTimeToLive" value="720"/><add key="CorporateAdminVirtualDirName" value="SigmaFlowCorporateAdmin"/><add key="LicenseExpirationReminderDays" value="30"/><add key="MaintenanceExpirationReminderDays" value="30"/><!-- End Licensing Service Keys--><add key="DownLoadPath" value="C:\WINDOWS\Temp"/><add key="Version" value="(Build - 1.1.6)"/><add key="ServicesVirtualDirName" value="SigmaFlowServices"/><add key="NoPermissionPage" value="../Admin/AuthPage.aspx"/><add key="ShowErrorPage" value="No"/><add key="NoFilterFound" value="../Admin/NoFilterFoundPage.aspx"/><add key="DefaultFileLocation" value="/Corporation/Projects"/><add key="SenderEmailAddress" value="noreply@sigmaflow.com"/><add key="DumpPermissionObject" value="0"/><add key="AxVersionFileManagement" value="1,6,0,2"/><add key="ShowInstanceIdentifier" value="true"/><add key="InstanceName" value="InstanceName"/><add key="InstanceEnvironment" value="InstanceEnvironment"/><!-- URL for Local DataMart--><add key="DataMartLink" value="http://test-sql01:81/Reports"/><!-- Attribute for KP Single Sign On--><add key="KPSSOEnable" value="false"/><add key="FinanceApprovalType" value="QUARTERLY"/><add key="FileSizeMessage" value="User in excel file execeeding the maximum no of allowed users in excel file"/><add key="ShowMyProjects" value="FALSE"/><add key="SmtpClientTimeOut" value="600000"/><add key="aspnet:MaxHttpCollectionKeys" value="2000"/><!--QUARTER --></appSettings><!-- For a description of web.config changes for .NET 4.5 see http://go.microsoft.com/fwlink/?LinkId=235367. The following attributes can be set on the <httpRuntime> tag.<system.Web><httpRuntime targetFramework="4.5" /></system.Web> --><system.web><!-- ' Doug DeCoursin 05/20/2008 - Authentication Token Encryption and Validation Settings. Most of the settings are the default, but showing the values explicitly provides better documentation NOTE TO FARHAN - when we standardize on a single machine key (for securing web service calls), we must update the machine key settings since we won't be able to autogenerate keys on a machine by machine basis. 'decryption' specifies the algorithm to use for encryption/decryption 'validation' specifies Advanced Encryption Standard (highest supported) validation 'decryptionKey' specifies that a decryption key should be auto-generated and unique to this application instance. 'validationKey' specifies that a validation key should be auto-generated and unique to this application instance. It should be noted that these security settings will not work if we move to a web farm since each application instance on each web server will have a different decryption and validation key. --><machineKey validationKey="BE05735F5A02CE58C07DED5996B641087D10DFAB" decryptionKey="27AE8D91FCA4B1790B229F558A79EABE983C0A1ABF30A890" decryption="3DES" validation="SHA1"/><!--<machineKey decryption = "Auto" validation = "AES" decryptionKey = "AutoGenerate,IsolateApps" validationKey = "AutoGenerate,IsolateApps" />--><roleManager enabled="true"><providers><remove name="AspNetSqlRoleProvider"/><add connectionStringName="ConnectionString" applicationName="/" name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/></providers></roleManager><membership defaultProvider="AspNetSqlMembershipProvider" userIsOnlineTimeWindow="15"><providers><clear/><add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" applicationName="/" commandTimeout="30" connectionStringName="ConnectionString" description="Insights Membership Provider" enablePasswordRetrieval="false" enablePasswordReset="true" maxInvalidPasswordAttempts="2147483647" passwordAttemptWindow="10" passwordFormat="Hashed" requiresQuestionAndAnswer="true" requiresUniqueEmail="false" minRequiredNonalphanumericCharacters="0" minRequiredPasswordLength="5" passwordStrengthRegularExpression=""/><!-- Configuration for AspNetSqlMembershipProvider: connectionStringName="string" Name corresponding to the entry in <connectionStrings> section where the connection string for the provider is specified passwordAttemptThreshold="int" The number of failed password attempts, or failed password answer attempts that are allowed before locking out a user?s account passwordAttemptWindow="int" The time window, in minutes, during which failed password attempts and failed password answer attempts are tracked enablePasswordRetrieval="[true|false]" Should the provider support password retrievals enablePasswordReset="[true|false]" Should the provider support password resets requiresQuestionAndAnswer="[true|false]" Should the provider require Q & A minRequiredPasswordLength="int" The minimum password length minRequiredNonalphanumericCharacters="int" The minimum number of non-alphanumeric characters applicationName="string" Optional string to identity the application: defaults to Application Metabase path requiresUniqueEmail="[true|false]" Should the provider require a unique email to be specified passwordFormat="[Clear|Hashed|Encrypted]" Storage format for the password: Hashed (SHA1), Clear or Encrypted (Triple-DES) description="string" Description of what the provider does --></providers></membership><!-- DYNAMIC DEBUG COMPILATION Set compilation debug="true" to insert debugging symbols (.pdb information) into the compiled page. Because this creates a larger file that executes more slowly, you should set this value to true only when debugging and to false at all other times. For more information, refer to the documentation about debugging ASP.NET files. --><compilation defaultLanguage="vb" debug="true" targetFramework="4.5"><assemblies><add assembly="DevExpress.Web.v13.1, Version=13.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/><add assembly="DevExpress.Printing.v13.1.Core, Version=13.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/><add assembly="DevExpress.Data.v13.1, Version=13.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/><add assembly="DevExpress.Web.ASPxTreeList.v13.1, Version=13.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/><add assembly="DevExpress.Xpo.v13.1.Web, Version=13.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/><add assembly="DevExpress.Xpo.v13.1, Version=13.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/><add assembly="DevExpress.Charts.v13.1.Core, Version=13.1.4.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/><add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/><add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/></assemblies></compilation><!-- CUSTOM ERROR MESSAGES Set customErrors mode="On" or "RemoteOnly" to enable custom error messages, "Off" to disable. Add <error> tags for each of the errors you want to handle."On" Always display custom (friendly) messages."Off" Always display detailed ASP.NET error information."RemoteOnly" Display custom (friendly) messages only to users not running on the local Web server. This setting is recommended for security purposes, so that you do not display application detail information to remote clients. --><customErrors mode="Off"><error statusCode="404" redirect="~/main/PageNotFound.aspx"/></customErrors><!-- AUTHENTICATION This section sets the authentication policies of the application. Possible modes are "Windows","Forms", "Passport" and "None""None" No authentication is performed."Windows" IIS performs authentication (Basic, Digest, or Integrated Windows) according to its settings for the application. Anonymous access must be disabled in IIS."Forms" You provide a custom form (Web page) for users to enter their credentials, and then you authenticate them in your application. A user credential token is stored in a cookie."Passport" Authentication is performed via a centralized authentication service provided by Microsoft that offers a single logon and core profile services for member sites. ' Doug DeCoursin 05/20/2008 - Forms Based Authentication Settings. Most of the settings are the default, but showing the values explicitly provides better documentation 'cookieless' - specifies whether or not cookies are used to store the authentication token 'defaultUrl' - specifies the URL a user will be redirected to if there is no RedirectUrl in the querystring 'enableCrossAppRedirects' - indicates whether authenticated users are remembered when redirected to URLs in other web applications on the same server 'loginUrl' - specifies the path to the login page 'name' - when using cookie-based authentication tickets, the name of the cookie. 'path' - When using cookie-based authentication tickets, this setting specifies the cookie’s path attribute. The path attribute enables a developer to limit the scope of a cookie to a particular directory hierarchy. 'protection' specifies whether or not to encrypt and digitally sign the authentication token. ' requireSSL' - a Boolean value that indicates whether an SSL connection is required to transmit the authentication cookie. The default value is false. 'slidingexpiration' - forces the authentication ticket to expire only when > 50% of authentication ticket timeout has elapsed 'timeout' specifies # of minutes before an inactive sessions authentication ticket becomes invalid and forces re-authentication --><authentication mode="Forms"><forms cookieless="UseCookies" defaultUrl="~/Work/InsightsDashBoard.aspx" enableCrossAppRedirects="false" loginUrl="~/Main/login.aspx" name=".ASPXAUTH" path="/" protection="All" requireSSL="false" slidingExpiration="true" timeout="1"/></authentication><!-- AUTHORIZATION This section sets the authorization policies of the application. You can allow or deny access to application resources by user or role. Wildcards: "*" mean everyone, "?" means anonymous (unauthenticated) users. --><authorization><!-- Allow all users --><allow users="*"/><!-- Deny anonymous users --><deny users="?"/><!-- <allow users="[comma separated list of users]" roles="[comma separated list of roles]"/><deny users="[comma separated list of users]" roles="[comma separated list of roles]"/> --></authorization><!-- APPLICATION-LEVEL TRACE LOGGING Application-level tracing enables trace log output for every page within an application. Set trace enabled="true" to enable application trace logging. If pageOutput="true", the trace information will be displayed at the bottom of each page. Otherwise, you can view the application trace log by browsing the "trace.axd" page from your web application root. --><trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true"/><!-- SESSION STATE SETTINGS By default ASP.NET uses cookies to identify which requests belong to a particular session. If cookies are not available, a session can be tracked by adding a session identifier to the URL. To disable cookies, set sessionState cookieless="true". --><sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes" cookieless="false" timeout="30"/><!-- GLOBALIZATION This section sets the globalization settings of the application. --><globalization requestEncoding="utf-8" responseEncoding="utf-8"/><pages validateRequest="false" enableEventValidation="false" theme="TreeList" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/><httpRuntime maxRequestLength="962144" executionTimeout="450000"/><xhtmlConformance mode="Transitional"/><httpModules><add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v13.1, Version=13.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule"/></httpModules></system.web><membershipAdvanceConfiguration accountLockoutDuration="5" passwordExpiry="0" distinctPasswordCount="0" minRequiredUpperCaseAlphaCharacters="0" minRequiredLowerCaseAlphaCharacters="0" minRequiredNumberCharacters="0"/><system.web.extensions><scripting><scriptResourceHandler enableCompression="false" enableCaching="true"/></scripting></system.web.extensions><system.webServer><modules><add type="DevExpress.Web.ASPxClasses.ASPxHttpHandlerModule, DevExpress.Web.v13.1, Version=13.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" name="ASPxHttpHandlerModule"/></modules></system.webServer><applicationSettings><ADRWeb.My.MySettings><setting name="SigmaFlowInsights_InsightsUtilityService_Service" serializeAs="String"><value>http://localhost/InsightsUtilityService/Service.asmx</value></setting></ADRWeb.My.MySettings></applicationSettings></configuration>