Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Edit IIS 6.0 Metabase

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Reset down webste programmatically  
Author Message
gurp

External


Since: Mar 15, 2005
Posts: 4



(Msg. 1) Posted: Tue Mar 15, 2005 6:35 am
Post subject: Edit IIS 6.0 Metabase
Archived from groups: microsoft>public>inetserver>iis (more info?)

I wold like to edit IIS 6.0 metabase to modify the "AspBufferingLimit"
value.

I obtain "Response buffer limit exceeded" on a asp page load.

How can I edit this value?
Is there a program like "regedit" than can do this?

thanks a lot.

Lit

 >> Stay informed about: Edit IIS 6.0 Metabase 
Back to top
Login to vote
noone

External


Since: Mar 14, 2005
Posts: 16



(Msg. 2) Posted: Tue Mar 15, 2005 6:35 am
Post subject: Re: Edit IIS 6.0 Metabase [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Metaedit.... download from Microsoft or change the Metafile [in IIS 6.0 it's
a XML file, make sure you 'allow edit' in the properties in the ISM.].


"gurp" <xxx RemoveThis @xxx.xx> wrote in message
news:o1gd31tq134bbievhvhbnempqnuqf948v8@4ax.com...
 > I wold like to edit IIS 6.0 metabase to modify the "AspBufferingLimit"
 > value.
 >
 > I obtain "Response buffer limit exceeded" on a asp page load.
 >
 > How can I edit this value?
 > Is there a program like "regedit" than can do this?
 >
 > thanks a lot.
 >
 > Lit<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Edit IIS 6.0 Metabase 
Back to top
Login to vote
gurp

External


Since: Mar 15, 2005
Posts: 4



(Msg. 3) Posted: Tue Mar 15, 2005 7:35 am
Post subject: Re: Edit IIS 6.0 Metabase [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

How can I enable 'direct edit' without reset IIS 6.0???

thanks a lot

Lit

 >Metaedit.... download from Microsoft or change the Metafile [in IIS 6.0 it's
 >a XML file, make sure you 'allow edit' in the properties in the ISM.].
 >
 >
 >"gurp" <xxx DeleteThis @xxx.xx> wrote in message
 >news:o1gd31tq134bbievhvhbnempqnuqf948v8@4ax.com...
  >> I wold like to edit IIS 6.0 metabase to modify the "AspBufferingLimit"
  >> value.
  >>
  >> I obtain "Response buffer limit exceeded" on a asp page load.
  >>
  >> How can I edit this value?
  >> Is there a program like "regedit" than can do this?
  >>
  >> thanks a lot.
  >>
  >> Lit
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Edit IIS 6.0 Metabase 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 4) Posted: Tue Mar 15, 2005 8:35 am
Post subject: Re: Edit IIS 6.0 Metabase [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

MetaEdit has been replaced with Metabase Explorer.
http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a...73-b628

Cheers
Ken


"noone" <noone DeleteThis @nowhere.com> wrote in message
news:eRAAwLVKFHA.3652@TK2MSFTNGP10.phx.gbl...
: Metaedit.... download from Microsoft or change the Metafile [in IIS 6.0
it's
: a XML file, make sure you 'allow edit' in the properties in the ISM.].
:
:
: "gurp" <xxx DeleteThis @xxx.xx> wrote in message
: news:o1gd31tq134bbievhvhbnempqnuqf948v8@4ax.com...
: > I wold like to edit IIS 6.0 metabase to modify the "AspBufferingLimit"
: > value.
: >
: > I obtain "Response buffer limit exceeded" on a asp page load.
: >
: > How can I edit this value?
: > Is there a program like "regedit" than can do this?
: >
: > thanks a lot.
: >
: > Lit
:
:
 >> Stay informed about: Edit IIS 6.0 Metabase 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 5) Posted: Tue Mar 15, 2005 8:53 am
Post subject: Re: Edit IIS 6.0 Metabase [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

A "regedit" program for IIS metabase is Metabase Explorer, which can be
found in IIS6 Resource kit tools.
<a style='text-decoration: underline;' href="http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en" target="_blank">http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a...73-b628</a>

Commandline version to edit IIS metabase would be adsutil.vbs , where you
can directly change the value with a single commandline like:
ADSUTIL.VBS GET W3SVC/AspBufferingLimit (get the global ASP Buffering
Limit value )
<a style='text-decoration: underline;' href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/5e7f8cde-4a01-42bd-acaf-f8f7d091ef7c.asp" target="_blank">http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissd...tml/5e7</a>

However, you should review the fact that you have a web page which attempts
to send 4+MB of data at once to a web client. That seems like the bigger
problem to me. IIS is simply warning you of a known DoS from the past.

--
//David
IIS
<a style='text-decoration: underline;' href="http://blogs.msdn.com/David.Wang" target="_blank">http://blogs.msdn.com/David.Wang</a>
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"gurp" <xxx RemoveThis @xxx.xx> wrote in message
news:orid31t0o6r6mabl3s30qp1iiod32via4h@4ax.com...
How can I enable 'direct edit' without reset IIS 6.0???

thanks a lot

Lit

 >Metaedit.... download from Microsoft or change the Metafile [in IIS 6.0
it's
 >a XML file, make sure you 'allow edit' in the properties in the ISM.].
 >
 >
 >"gurp" <xxx RemoveThis @xxx.xx> wrote in message
 >news:o1gd31tq134bbievhvhbnempqnuqf948v8@4ax.com...
  >> I wold like to edit IIS 6.0 metabase to modify the "AspBufferingLimit"
  >> value.
  >>
  >> I obtain "Response buffer limit exceeded" on a asp page load.
  >>
  >> How can I edit this value?
  >> Is there a program like "regedit" than can do this?
  >>
  >> thanks a lot.
  >>
  >> Lit
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Edit IIS 6.0 Metabase 
Back to top
Login to vote
dennis_redfiel

External


Since: Jan 26, 2005
Posts: 4



(Msg. 6) Posted: Wed Mar 16, 2005 8:57 am
Post subject: Re: Edit IIS 6.0 Metabase [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

while metaedit MAY still work with IIS6 the prefered tool is Metabase
Explorer.

"noone" <noone.DeleteThis@nowhere.com> wrote in message
news:eRAAwLVKFHA.3652@TK2MSFTNGP10.phx.gbl...
 > Metaedit.... download from Microsoft or change the Metafile [in IIS 6.0
it's
 > a XML file, make sure you 'allow edit' in the properties in the ISM.].
 >
 >
 > "gurp" <xxx.DeleteThis@xxx.xx> wrote in message
 > news:o1gd31tq134bbievhvhbnempqnuqf948v8@4ax.com...
  > > I wold like to edit IIS 6.0 metabase to modify the "AspBufferingLimit"
  > > value.
  > >
  > > I obtain "Response buffer limit exceeded" on a asp page load.
  > >
  > > How can I edit this value?
  > > Is there a program like "regedit" than can do this?
  > >
  > > thanks a lot.
  > >
  > > Lit
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Edit IIS 6.0 Metabase 
Back to top
Login to vote
gurp

External


Since: Mar 15, 2005
Posts: 4



(Msg. 7) Posted: Fri Mar 18, 2005 5:35 am
Post subject: Re: Edit IIS 6.0 Metabase [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks a lot


On Wed, 16 Mar 2005 08:57:11 -0500, "Dennis Redfield"
<dennis_redfield DeleteThis @newsgroup.nospam> wrote:

 >while metaedit MAY still work with IIS6 the prefered tool is Metabase
 >Explorer.
 >
 >"noone" <noone DeleteThis @nowhere.com> wrote in message
 >news:eRAAwLVKFHA.3652@TK2MSFTNGP10.phx.gbl...
  >> Metaedit.... download from Microsoft or change the Metafile [in IIS 6.0
 >it's
  >> a XML file, make sure you 'allow edit' in the properties in the ISM.].
  >>
  >>
  >> "gurp" <xxx DeleteThis @xxx.xx> wrote in message
  >> news:o1gd31tq134bbievhvhbnempqnuqf948v8@4ax.com...
   >> > I wold like to edit IIS 6.0 metabase to modify the "AspBufferingLimit"
   >> > value.
   >> >
   >> > I obtain "Response buffer limit exceeded" on a asp page load.
   >> >
   >> > How can I edit this value?
   >> > Is there a program like "regedit" than can do this?
   >> >
   >> > thanks a lot.
   >> >
   >> > Lit
  >>
  >>
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Edit IIS 6.0 Metabase 
Back to top
Login to vote
gurp

External


Since: Mar 15, 2005
Posts: 4



(Msg. 8) Posted: Fri Mar 18, 2005 5:35 am
Post subject: Re: Edit IIS 6.0 Metabase [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

thanks a lot

On Tue, 15 Mar 2005 08:53:18 -0800, "David Wang [Msft]"
<someone RemoveThis @online.microsoft.com> wrote:

 >A "regedit" program for IIS metabase is Metabase Explorer, which can be
 >found in IIS6 Resource kit tools.
 >http://www.microsoft.com/downloads/details.aspx?FamilyID=56fc92ee-a71a-4c73-b628-ade629c89499&DisplayLang=en
 >
 >Commandline version to edit IIS metabase would be adsutil.vbs , where you
 >can directly change the value with a single commandline like:
 >ADSUTIL.VBS GET W3SVC/AspBufferingLimit (get the global ASP Buffering
 >Limit value )
 >http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/5e7f8cde-4a01-42bd-acaf-f8f7d091ef7c.asp
 >
 >However, you should review the fact that you have a web page which attempts
 >to send 4+MB of data at once to a web client. That seems like the bigger
 >problem to me. IIS is simply warning you of a known DoS from the past.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Edit IIS 6.0 Metabase 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Cannot Add/Edit Mappings in IIS 6.0 - Hi, In IIS Manager, I want to add/edit some extensions for a virtual directory. After adding/editing, when I press OK button, no response. What's wrong? Thanks. Justin

Can't Edit Word Docs, always "Currently in use" - Running IIS 4 on an NT4, sp6a machine, whenever we try to edit Word docs ( rename, delete, etc... ) we get a FrontPage error that says something to the effect of "Can't delete/edit (filename), currently in use." HTML, .ASP, and even PowerP...

Directory Security ->Edit disabled - On one of our NT40 servers we have IIS 4.0 installed and also Site Server 3.0. The problem is that on the Directory Security tab of Website properties the first EDIT button is disabled ( the one where Anonymous access and authentication control can be....

Unable to edit with FrontPage after copy - I've made a copy of our www site for editing. I used xcopy and created a new site. I've made sure the settings of the www site and the copy are the same. The operation was successful, there's no difference in user experience between the www site and..

Edit an excel file in IIS web server - Hi, I'm a newbie to webservers / IIS. I've got a small website setup using IIS on Windows XP. I'm trying to set up an excel file that I can edit from anywhere on the web. I can currently see the excel file underneath the website, but can't edit and....
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]