Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 1.0
This is the forum to discuss the Wrox book Beginning ASP.NET 1.0 with C# by Chris Goode, John Kauffman, Christopher L. Miller, Neil Raybould, S. Srinivasa Sivakumar, Dave Sussman, Ollie Cornes, Rob Birdwell, Matt Butler, Gary Johnson, Ajoy Krishnamoorthy, Juan T. Llibre, Chris Ullman; ISBN: 9780764543708
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 1.0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 25th, 2004, 11:01 PM
shs shs is offline
Authorized User
 
Join Date: Mar 2004
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Default asp.net machine.config

Hi,
I am developing a web site using asp.net, sql server 2000, Windows XP pro. I save my files on my local machine under wwwroot folder and view them on the web browser http://localhost/mywebfolder/....
I am using the homesite feature of the dreamwaver to hand code everthing.

Everything has been working fine until I tried to make changes to machine.config file to minimize the size of the file being uploaded from the web site.
here is the sample change I made:
_____________________________________________
        <httpRuntime
            executionTimeout="90"
            maxRequestLength="4096" replaced to maxRequestLength="255" but it is in its original state now useFullyQualifiedRedirectUrl="false"
            minFreeThreads="8"
            minLocalRequestFreeThreads="4"
            appRequestQueueLimit="100"
            enableVersionHeader="true"
        />
____________________________________________

as I tried to save the file, there was a sharing violation message but I saved and after nothing was working properly. started to get error message below. I put back everything to normal and I got same message but still not working.
I read the microsoft knowledge base articles and it seems there is some sort of lock set up on Temporary ASP.Net files and I am not sure what is going on ...i am not familiar with IIS either..could you please help me with this.

Many Thanks

Error:
__________________________________________________ ____

Server Error in '/' Application.
--------------------------------------------------------------------------------

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Server cannot read capabilities configuration r.

Source Error:


Line 632: rendersBreakBeforeWmlSelectAndInput = "false"
Line 633: requiresPhoneNumbersAsPlainText = "false"
Line 634: requiresAttributeColonSubstitution = "false"
Line 635: requiresUrlEncodedPostfieldValues = "false"
Line 636: requiredMetaTagNameValue = "<filter>



Source File: c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line: 634



--------------------------------------------------------------------------------

Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573





Similar Threads
Thread Thread Starter Forum Replies Last Post
Config error--machine.config sunithavasudevan ASP.NET 1.0 and 1.1 Professional 2 October 10th, 2006 07:14 AM
machine.config Mike McClanahan BOOK: ASP.NET Website Programming Problem-Design-Solution 9 September 8th, 2004 07:18 AM
machine.config [email protected] BOOK: ASP.NET Website Programming Problem-Design-Solution 7 August 24th, 2004 07:21 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.