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