To work around this problem, create a Get_aspx_ver.aspx file in the Web application folder that contains the Web.config file. To create the Get_aspx_ver.aspx file for the Web application that you create in the "More Information" section of this article, follow these steps:
- Locate the MyWebApp2002 project folder
(located in %Inetpub%\wwwroot).
- In the MyWebApp2002 folder, create a new
text file, and then rename the file
get_aspx_ver.aspx.
- Add the following line of code to the Web.config file:
<location path="get_aspx_ver.aspx" />
- In the Rename dialog box, click
Yes.
- Perform steps 4, 5 and 6 in the "More Information"
section of this article.
Note If you receive a Microsoft Development
Environment dialog box, click OK.