 |
|
 |
|
Next: Can't pinpoint this problem : connexion
|
| Author |
Message |
External

Since: Jul 11, 2007 Posts: 2
|
(Msg. 1) Posted: Wed Jul 11, 2007 3:58 pm
Post subject: MIME Confusion Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
On my Windows 2k3 powered IIS 6.0 Server I'm having troubles changing
my MIME type.
I log in as a domain administrator, start > Run > inetmgr right click
the server and go into properties then to MIME type. I scroll down
for .msg and edit the MIME type to plan/text.
I restart IIS 6.0 by going back into inetmgr, right clicking my IIS
6.0 server > all Tasks>Restart IIS...
When it comes back... the MIME type has been reverted... can anyone
help me with this?! >> Stay informed about: MIME Confusion |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 333
|
(Msg. 2) Posted: Thu Jul 12, 2007 1:51 am
Post subject: Re: MIME Confusion [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Let's not recommend "Edit while running" for this.
Please define what you mean by "reverted". Are you seeing the edited
value return in configuration as viewed by the UI, or are you seeing
responses for .msg still have the old Content-Type. Or some other
view.
Changing "global" MIME Types in IIS require a server restart to take
effect.
If "restarting" IIS happens to kill the metabase, where configuration
changes are made, but BEFORE the metabase changes are committed to
disk, on restart of IIS the old settings will come back (since the
change never saved to disk)
Please clarify exactly what you mean by "revert". Lots of things give
the *illusion* of settings reverting, including other processes that
reset IIS settings without you knowing.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On Jul 11, 11:11 pm, "Steve Schofield" wrote:
> Try enabling the 'direct edit' feature in IIS Manager. That is one idea,
> otherwise here is a good article on handling MIME types.http://msdn2.microsoft.com/en-us/library/ms775148.aspx
>
> --
>
> Best regards,
>
> Steve Schofield
> Windows Server MVP - IIShttp://weblogs.asp.net/steveschofield
>
> wrote in message
>
>
>
>
>
> > On my Windows 2k3 powered IIS 6.0 Server I'm having troubles changing
> > my MIME type.
>
> > I log in as a domain administrator, start > Run > inetmgr right click
> > the server and go into properties then to MIME type. I scroll down
> > for .msg and edit the MIME type to plan/text.
>
> > I restart IIS 6.0 by going back into inetmgr, right clicking my IIS
> > 6.0 server > all Tasks>Restart IIS...
>
> > When it comes back... the MIME type has been reverted... can anyone
> > help me with this?!- Hide quoted text -
>
> - Show quoted text - >> Stay informed about: MIME Confusion |
|
| Back to top |
|
 |  |
External

Since: Nov 26, 2006 Posts: 222
|
(Msg. 3) Posted: Thu Jul 12, 2007 2:11 am
Post subject: Re: MIME Confusion [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Try enabling the 'direct edit' feature in IIS Manager. That is one idea,
otherwise here is a good article on handling MIME types.
http://msdn2.microsoft.com/en-us/library/ms775148.aspx
--
Best regards,
Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield
wrote in message
> On my Windows 2k3 powered IIS 6.0 Server I'm having troubles changing
> my MIME type.
>
> I log in as a domain administrator, start > Run > inetmgr right click
> the server and go into properties then to MIME type. I scroll down
> for .msg and edit the MIME type to plan/text.
>
> I restart IIS 6.0 by going back into inetmgr, right clicking my IIS
> 6.0 server > all Tasks>Restart IIS...
>
> When it comes back... the MIME type has been reverted... can anyone
> help me with this?!
> >> Stay informed about: MIME Confusion |
|
| Back to top |
|
 |  |
External

Since: Jul 11, 2007 Posts: 2
|
(Msg. 4) Posted: Thu Jul 12, 2007 12:19 pm
Post subject: Re: MIME Confusion [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Jul 12, 4:51 am, David Wang wrote:
> Let's not recommend "Edit while running" for this.
>
> Please define what you mean by "reverted". Are you seeing the edited
> value return in configuration as viewed by the UI, or are you seeing
> responses for .msg still have the old Content-Type. Or some other
> view.
>
> Changing "global" MIME Types in IIS require a server restart to take
> effect.
>
> If "restarting" IIS happens to kill the metabase, where configuration
> changes are made, but BEFORE the metabase changes are committed to
> disk, on restart of IIS the old settings will come back (since the
> change never saved to disk)
>
> Please clarify exactly what you mean by "revert". Lots of things give
> the *illusion* of settings reverting, including other processes that
> reset IIS settings without you knowing.
>
> //Davidhttp://w3-4u.blogspot.comhttp://blogs.msdn.com/David.Wang
> //
>
> On Jul 11, 11:11 pm, "Steve Schofield" wrote:
>
> > Try enabling the 'direct edit' feature in IIS Manager. That is one idea,
> > otherwise here is a good article on handling MIME types.http://msdn2.microsoft.com/en-us/library/ms775148.aspx
>
> > --
>
> > Best regards,
>
> > Steve Schofield
> > Windows Server MVP - IIShttp://weblogs.asp.net/steveschofield
>
> > wrote in message
>
> >
>
> > > On my Windows 2k3 powered IIS 6.0 Server I'm having troubles changing
> > > my MIME type.
>
> > > I log in as a domain administrator, start > Run > inetmgr right click
> > > the server and go into properties then to MIME type. I scroll down
> > > for .msg and edit the MIME type to plan/text.
>
> > > I restart IIS 6.0 by going back into inetmgr, right clicking my IIS
> > > 6.0 server > all Tasks>Restart IIS...
>
> > > When it comes back... the MIME type has been reverted... can anyone
> > > help me with this?!- Hide quoted text -
>
> > - Show quoted text -
Well i change it from application/x-message or something like that, to
plan/text I press ok, apply then ok... I do a iis stop then an iis
start and when i double check to see if the settings changed, the .msg
is back to the application/x-message value...
Jonathan Nies >> Stay informed about: MIME Confusion |
|
| Back to top |
|
 |  |
External

Since: Nov 04, 2007 Posts: 333
|
(Msg. 5) Posted: Thu Jul 12, 2007 4:06 pm
Post subject: Re: MIME Confusion [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
On Jul 12, 5:19 am, " " wrote:
> On Jul 12, 4:51 am, David Wang wrote:
>
>
>
>
>
> > Let's not recommend "Edit while running" for this.
>
> > Please define what you mean by "reverted". Are you seeing the edited
> > value return in configuration as viewed by the UI, or are you seeing
> > responses for .msg still have the old Content-Type. Or some other
> > view.
>
> > Changing "global" MIME Types in IIS require a server restart to take
> > effect.
>
> > If "restarting" IIS happens to kill the metabase, where configuration
> > changes are made, but BEFORE the metabase changes are committed to
> > disk, on restart of IIS the old settings will come back (since the
> > change never saved to disk)
>
> > Please clarify exactly what you mean by "revert". Lots of things give
> > the *illusion* of settings reverting, including other processes that
> > reset IIS settings without you knowing.
>
> > //Davidhttp://w3-4u.blogspot.comhttp://blogs.msdn.com/David.Wang
> > //
>
> > On Jul 11, 11:11 pm, "Steve Schofield" wrote:
>
> > > Try enabling the 'direct edit' feature in IIS Manager. That is one idea,
> > > otherwise here is a good article on handling MIME types.http://msdn2.microsoft.com/en-us/library/ms775148.aspx
>
> > > --
>
> > > Best regards,
>
> > > Steve Schofield
> > > Windows Server MVP - IIShttp://weblogs.asp.net/steveschofield
>
> > > wrote in message
>
> > >
>
> > > > On my Windows 2k3 powered IIS 6.0 Server I'm having troubles changing
> > > > my MIME type.
>
> > > > I log in as a domain administrator, start > Run > inetmgr right click
> > > > the server and go into properties then to MIME type. I scroll down
> > > > for .msg and edit the MIME type to plan/text.
>
> > > > I restart IIS 6.0 by going back into inetmgr, right clicking my IIS
> > > > 6.0 server > all Tasks>Restart IIS...
>
> > > > When it comes back... the MIME type has been reverted... can anyone
> > > > help me with this?!- Hide quoted text -
>
> > > - Show quoted text -
>
> Well i change it from application/x-message or something like that, to
> plan/text I press ok, apply then ok... I do a iis stop then an iis
> start and when i double check to see if the settings changed, the .msg
> is back to the application/x-message value...
>
> Jonathan Nies- Hide quoted text -
>
> - Show quoted text -
Please define "do a iis stop then an iis start". What command/menu are
you choosing.
If your actions involve IISRESET.EXE, then you probably see some
variation of this:
http://blogs.msdn.com/david.wang/archive/2005/04/27/IIS-Configuration-...terious
Basically, do not use IISRESET in any way on IIS6. It was never a good
idea on prior IIS versions other than the fact it killed some run-away
processes, but that's a thing of the past, so the tool is no longer
useful. Are you running other services on IIS, like Exchange, SMTP,
NNTP, or POP3, which may slow down metabase shutdown and cause
IISRESET to kill the process.
I use:
NET STOP /y IISADMIN & NET START W3SVC
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
// >> Stay informed about: MIME Confusion |
|
| Back to top |
|
 |  |
External

Since: Nov 17, 2010 Posts: 1
|
(Msg. 6) Posted: Wed Nov 17, 2010 12:15 pm
Post subject: Re: Re: MIME Confusion [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Reset mimi type confusion.
> On Wednesday, July 11, 2007 2:57 PM JonN8 wrote:
> On my Windows 2k3 powered IIS 6.0 Server I'm having troubles changing
> my MIME type.
>
> I log in as a domain administrator, start > Run > inetmgr right click
> the server and go into properties then to MIME type. I scroll down
> for .msg and edit the MIME type to plan/text.
>
> I restart IIS 6.0 by going back into inetmgr, right clicking my IIS
> 6.0 server > all Tasks>Restart IIS...
>
> When it comes back... the MIME type has been reverted... can anyone
> help me with this?!
>> On Thursday, July 12, 2007 2:11 AM Steve Schofield wrote:
>> Try enabling the 'direct edit' feature in IIS Manager. That is one idea,
>> otherwise here is a good article on handling MIME types.
>> http://msdn2.microsoft.com/en-us/library/ms775148.aspx
>>
>> --
>>
>> Best regards,
>>
>> Steve Schofield
>> Windows Server MVP - IIS
>> http://weblogs.asp.net/steveschofield
>>
>>
>>
>> wrote in message
>>
>>> On Thursday, July 12, 2007 4:51 AM David Wang wrote:
>>> Let's not recommend "Edit while running" for this.
>>>
>>> Please define what you mean by "reverted". Are you seeing the edited
>>> value return in configuration as viewed by the UI, or are you seeing
>>> responses for .msg still have the old Content-Type. Or some other
>>> view.
>>>
>>> Changing "global" MIME Types in IIS require a server restart to take
>>> effect.
>>>
>>> If "restarting" IIS happens to kill the metabase, where configuration
>>> changes are made, but BEFORE the metabase changes are committed to
>>> disk, on restart of IIS the old settings will come back (since the
>>> change never saved to disk)
>>>
>>> Please clarify exactly what you mean by "revert". Lots of things give
>>> the *illusion* of settings reverting, including other processes that
>>> reset IIS settings without you knowing.
>>>
>>>
>>> //David
>>> http://w3-4u.blogspot.com
>>> http://blogs.msdn.com/David.Wang
>>> //
>>>
>>>
>>>
>>>
>>>
>>> On Jul 11, 11:11 pm, "Steve Schofield" wrote:
>>>> On Thursday, July 12, 2007 8:19 AM JonN8 wrote:
>>>> On Jul 12, 4:51 am, David Wang wrote:
>>>>
>>>> Well i change it from application/x-message or something like that, to
>>>> plan/text I press ok, apply then ok... I do a iis stop then an iis
>>>> start and when i double check to see if the settings changed, the .msg
>>>> is back to the application/x-message value...
>>>>
>>>> Jonathan Nies
>>>>> On Thursday, July 12, 2007 12:06 PM David Wang wrote:
>>>>> On Jul 12, 5:19 am, " " wrote:
>>>>>
>>>>>
>>>>>
>>>>> Please define "do a iis stop then an iis start". What command/menu are
>>>>> you choosing.
>>>>>
>>>>> If your actions involve IISRESET.EXE, then you probably see some
>>>>> variation of this:
>>>>>
>>>>> http://blogs.msdn.com/david.wang/archive/2005/04/27/IIS-Configuration-...terious
>>>>>
>>>>> Basically, do not use IISRESET in any way on IIS6. It was never a good
>>>>> idea on prior IIS versions other than the fact it killed some run-away
>>>>> processes, but that's a thing of the past, so the tool is no longer
>>>>> useful. Are you running other services on IIS, like Exchange, SMTP,
>>>>> NNTP, or POP3, which may slow down metabase shutdown and cause
>>>>> IISRESET to kill the process.
>>>>>
>>>>> I use:
>>>>> NET STOP /y IISADMIN & NET START W3SVC
>>>>>
>>>>>
>>>>> //David
>>>>> http://w3-4u.blogspot.com
>>>>> http://blogs.msdn.com/David.Wang
>>>>> //
>>>>> Submitted via EggHeadCafe
>>>>> Visual Studio Async CTP Overview
>>>>> http://www.eggheadcafe.com/tutorials/aspnet/e78665f9-b949-4cc7-a024-65...3bbad6d >> Stay informed about: MIME Confusion |
|
| Back to top |
|
 |  |
| Related Topics: | DMZ and ICF confusion w/ iis 6 - I an article (www.devx.com/webdev/article/17085/1954?pf=true ) I read that the preferable way to configure a DMZ is: 1. Configure a "back to back" DMZ where you have an internal & external firewall server. 2. Then in the article he says...
Patch confusion -
Pricing Confusion. - In general, what are CAL's and how do they work? How does this relate to client licenses for SQL Server, if at all? The explanation on the Microsoft site is a bit confusing. Want unlimited outside internet traffic to hit on regular and also secure..
Mass confusion - I wish I could get a simple answer to create and host 2 web sites on IIS 6.0 with 1 IP. everything i have tried does not work. Here are the domains Http://Lodestarpublications.net Http://Immoralbalance.com Please would some one visit these 2 siteand....
IISState confusion - I've installed IISState according to the instructions on www.iisfaq.com But I'm confused 1. Where can I find the dll's that need to be copied to \iisstate? I couldn't find them at the mentioned link. What about the files that got installed with the.. |
|
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
|
|
|
|
 |
|
|