Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP.NET Quickstart Tutorial Source code not displaying

Status
Not open for further replies.

karth23

Programmer
May 23, 2002
13
US
Hi
I am working on MS Visual Studio Enterprise Architech - English. When I open the link in ASP.NET Quickstart tutorial Samples 'View Source Code' Link in the samples It displays the following message(not showing original code).

Source Viewer Error: cannot show this file

Either the file does not exist, or your configuration settings for the source viewer do not allow files in this directory to be viewed. To edit the configuration settings, see the web.config file at the root of the quickstart directory. Change the <sourceview> setting to point at the root directory of the quickstart. All files under this directory will be accessible to the source viewer.

<configuration>
<system.web>
<sourceview>
<add key=&quot;root&quot; value=&quot;c:\Program Files\Microsoft.Net\FrameworkSDK\Samples\Quickstart&quot; />
</sourceview>
</system.web>
</configuration>

Could anyone help me out to resolve this issue!

Karthik Bala
devlnk@hotmail.com
 
is the path in the <add key> tag pointing to where you installed teh quickstart stuff?

jack
 
Even I changed the Web.Config file point to the Quickstart Installed path I am getting the same Error msg.

What I suppose to change in Web.Config file and Which web.Config file I should change.

Karthik Bala
devlnk@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top