I'm looking through my Solution Explorer at the Web.config file, and I right-click and see the options Open, Open With, and View in Browser.
Out of curiosity, I try "View in Browser" and eventually get the following:
Server Error in '/ServiceTwoSources' Application.
-------------------------------------------------
This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.config' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
Requested Url: /ServiceTwoSources/Web.config
-------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET Version:1.0.3705.0
So if you're not supposed to use the browser on that file, why does Microsoft offer it as an option?
Just curious...
Out of curiosity, I try "View in Browser" and eventually get the following:
Server Error in '/ServiceTwoSources' Application.
-------------------------------------------------
This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.config' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
Requested Url: /ServiceTwoSources/Web.config
-------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET Version:1.0.3705.0
So if you're not supposed to use the browser on that file, why does Microsoft offer it as an option?
Just curious...