Plz help me- urgent work..

  •  09-30-2005, 10:09 PM

    Plz help me- urgent work..

    hai Adam,

    I had followed your steps for create virtual directory
    ================================================================
    How to create Virtual Directories in IIS?
    1. Click Start, point to Programs, click to select Administrative Tools, and then click Internet Services Manager.
    2. Expand the server name.
    3. In the left pane, right-click Default Web Site, point to New, and then click Virtual Directory.
    4. In the first screen of the Virtual Directory Creation Wizard, type an alias, or name, for the virtual directory (such as MyWebData), and then click Next.
    5. In the second screen, click Browse. Locate the content folder that you created to hold the content. Click Next.
    6. In the third screen, click to select Read and Run scripts. Make sure that the other check boxes are cleared. Click Finish to complete the wizard.
    7. For ASP content, you may want to confirm that an application was created. To do this, right-click the new virtual directory, and then click Properties.
    8. On the Virtual Directory tab, make sure that the virtual directory name is listed in the Application Name box under Application Settings. If it is not, click Create. Note that the application name does not have to match the virtual directory alias.
    9. Close the Properties dialog box.
     
     
     
    but after run the login aspx page i got the following error
     
     
     
     

    Server Error in '/SamplePortal' Application.

    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: Only elements allowed

    Source Error:

    Line 3:  
    Line 4:  	<appSettings>
    Line 5:  		<add key="ConnectionString" value="server=(local)\portal;database=SamplePortal;uid=test;pwd=test"/>  
    Line 6:  <add key="CuteChat.ConnectionStringProvider" value="SamplePortal.ConnectionStringProvider,SamplePortal"/>
    Line 7:  	 </appSettings>

    Source File: C:\Inetpub\wwwroot\SamplePortal\Web\web.config    Line: 5


    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
View Complete Thread