Microsoft Knowledge Base Email Alertz

(238881) - When you attempt to create a new project with Visual InterDev, the following error message may occur: Cannot create a disk-based Web application in 'C:\WINNT\Profiles\username\Personal\Visual Studio Projects\Projectname\Projectname_Local'. Config File...

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 238881 - Last Review: February 19, 2007 - Revision: 2.1

Error Creating Web Application Using Visual InterDev

This article was previously published under Q238881

On This Page

SYMPTOMS

When you attempt to create a new project with Visual InterDev, the following error message may occur:
Cannot create a disk-based Web application in 'C:\WINNT\Profiles\username\Personal\Visual Studio Projects\Projectname\Projectname_Local'. Config File "": value "Global FrontPageRoot" not found.
Note: The path in the error message may vary due to your configuration.

CAUSE

Visual InterDev checks the Frontpg.ini file for the FrontPageRoot directive. If the directive is not there, the project is not created and the error message occurs.

RESOLUTION

To resolve this problem, do the following:
  1. Click Start, and then click Run.
  2. Type "Frontpg.ini" (without the quotation marks) in the Open: dialog box and click OK. (This opens the Frontpg.ini file in Notepad.)

    Note: If there is no Frontpg.ini file on the computer, create a text file with this name and save it to the Winnt folder.
  3. Make sure that the file looks similar to the following:
    [FrontPage 3.0]
    FrontPageRoot=d:\Program Files\Microsoft FrontPage
    FrontPageLangID=0x0409
    UILangAbbrev=enu
    NoAbsoluteFileResults=1
    NoServerFileResults=1
    BotCacheDir=d:\Program Files\Microsoft FrontPage\BotCache
    CheckedHostName=treys
    HostOverride=
    							
  4. If the FrontPageRoot entry is missing, add the following in the [FrontPage 3.0] section:
    FrontPageRoot=
    You do not need to add a value.
  5. Save the file.
You should now be able to create a project.

REFERENCES

For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:
194798  (http://kbalertz.com/Feedback.aspx?kbNumber=194798/EN-US/ ) PRB: Cannot Create Disk-based Web App or Unable to Contact Web
191965  (http://kbalertz.com/Feedback.aspx?kbNumber=191965/EN-US/ ) PRB: Cannot Create Disk-Based Web Application in InetPub\WWWRoot

APPLIES TO
  • Microsoft FrontPage 2000 Server Extensions
  • Microsoft Visual InterDev 6.0 Standard Edition
  • Microsoft FrontPage 98 Standard Edition
Keywords: 
kbprb KB238881
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

Jijo Report As Irrelevant  
Written: 7/25/2005 2:25 AM
This was a very valuable help link