
May 29th, 2002, 09:37 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
ASP.NET Quickstart Tutorial source code
<i><b>Originally posted by : Karthikeyan (devlnk@hotmail.com)</b></i><br />Hi, <br />I am not able to see the source code of the any ASP.NET quickstart tutorial. <br />I can see the Run Sample but I can't see the source code. I am getting the following message message. <br /><br />Source Viewer Error: cannot show this file <br /><br />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. <br /><br /><configuration> <br /> <system.web> <br /> <sourceview> <br /> <add key="root" value="c:Program FilesMicrosoft.NetFrameworkSDKSamplesQuickstart /> <br /> </sourceview> <br /> </system.web> <br /></configuration> <br /><br />It would be great any body give solution to resolve this problem. <br />Note: Beta 2 upgraded to MS Visual Studio Enterprise Architech - English <br /><br />
|