473,624 Members | 2,557 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Application Mapping - IIS Config

I'm trying to add some extensions to IIS on the properties, home directory,
config screen.

I must be missing something because the OK button is always disabled ...

Any ideas please ?

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com

Nov 19 '05 #1
6 2091
Hi Michael,

Regarding on the adding new extension mapping problem, based on my local
test, when we click the "Add" button to add a new extension mapping and
popup the Add Extension dialog, as long as we have input the value for the
"Excutable" entry field, the "OK" button will become enabled. We can
specify the executable with the path of the extension component such as:

C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_isapi.dl l

So have you tried add new extention which just duplicate one of the ASP.NET
extension setting to see whether it works? If still not work, I'm afraid
there may exist something wrong with the IIS configuration manager on the
server. You can also try posting in the IIS group for this.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Michael Tissington" <mt*********@ne wsgroups.nospam >
| Subject: Application Mapping - IIS Config
| Date: Mon, 17 Oct 2005 19:43:12 -0700
| Lines: 14
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| Message-ID: <uI************ **@TK2MSFTNGP14 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: antelope.oaklod ge.com 63.67.71.5
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP14.phx. gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1319 81
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| I'm trying to add some extensions to IIS on the properties, home
directory,
| config screen.
|
| I must be missing something because the OK button is always disabled ...
|
| Any ideas please ?
|
| --
| Michael Tissington
| http://www.oaklodge.com
| http://www.tabtag.com
|
|
|
|

Nov 19 '05 #2
Yes I have tried this and the OK button is still disabled.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
"Steven Cheng[MSFT]" <st*****@online .microsoft.com> wrote in message
news:ji******** ******@TK2MSFTN GXA01.phx.gbl.. .
Hi Michael,

Regarding on the adding new extension mapping problem, based on my local
test, when we click the "Add" button to add a new extension mapping and
popup the Add Extension dialog, as long as we have input the value for the
"Excutable" entry field, the "OK" button will become enabled. We can
specify the executable with the path of the extension component such as:

C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_isapi.dl l

So have you tried add new extention which just duplicate one of the
ASP.NET
extension setting to see whether it works? If still not work, I'm afraid
there may exist something wrong with the IIS configuration manager on the
server. You can also try posting in the IIS group for this.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Michael Tissington" <mt*********@ne wsgroups.nospam >
| Subject: Application Mapping - IIS Config
| Date: Mon, 17 Oct 2005 19:43:12 -0700
| Lines: 14
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| Message-ID: <uI************ **@TK2MSFTNGP14 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: antelope.oaklod ge.com 63.67.71.5
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP14.phx. gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1319 81
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| I'm trying to add some extensions to IIS on the properties, home
directory,
| config screen.
|
| I must be missing something because the OK button is always disabled ...
|
| Any ideas please ?
|
| --
| Michael Tissington
| http://www.oaklodge.com
| http://www.tabtag.com
|
|
|
|

Nov 19 '05 #3
Make sure the extension starts with a "."

..PHP

This appears to be fixed in 6+

You may need to use the browse dialog option as well, and if it is a long
path click in the edit field and then type in "." and your extension.

--
cheers

Chris

Chris Crowe [MVP 2005/2006]
http://blog.crowe.co.nz

"Michael Tissington" <mt*********@ne wsgroups.nospam > wrote in message
news:OB******** *****@TK2MSFTNG P10.phx.gbl...
Yes I have tried this and the OK button is still disabled.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
"Steven Cheng[MSFT]" <st*****@online .microsoft.com> wrote in message
news:ji******** ******@TK2MSFTN GXA01.phx.gbl.. .
Hi Michael,

Regarding on the adding new extension mapping problem, based on my local
test, when we click the "Add" button to add a new extension mapping and
popup the Add Extension dialog, as long as we have input the value for
the
"Excutable" entry field, the "OK" button will become enabled. We can
specify the executable with the path of the extension component such as:

C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_isapi.dl l

So have you tried add new extention which just duplicate one of the
ASP.NET
extension setting to see whether it works? If still not work, I'm afraid
there may exist something wrong with the IIS configuration manager on the
server. You can also try posting in the IIS group for this.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Michael Tissington" <mt*********@ne wsgroups.nospam >
| Subject: Application Mapping - IIS Config
| Date: Mon, 17 Oct 2005 19:43:12 -0700
| Lines: 14
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| Message-ID: <uI************ **@TK2MSFTNGP14 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: antelope.oaklod ge.com 63.67.71.5
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP14.phx. gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1319 81
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| I'm trying to add some extensions to IIS on the properties, home
directory,
| config screen.
|
| I must be missing something because the OK button is always disabled
...
|
| Any ideas please ?
|
| --
| Michael Tissington
| http://www.oaklodge.com
| http://www.tabtag.com
|
|
|
|


Nov 19 '05 #4
Thanks for Chris's informative suggestion.

Hi Michael,

Yes, since my test is performed in a IIS6 server, you can try Chris's
suggestion if you're using IIS5.x.

1. pick up the extension dll or exe through "browse" button

2. add "." before the extension name.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Chris Crowe [MVP 2005/2006]" <II********@iis faq.homeip.net>
| References: <uI************ **@TK2MSFTNGP14 .phx.gbl>
<ji************ **@TK2MSFTNGXA0 1.phx.gbl>
<OB************ *@TK2MSFTNGP10. phx.gbl>
| Subject: Re: Application Mapping - IIS Config
| Date: Wed, 19 Oct 2005 11:52:31 +1300
| Lines: 98
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Response
| Message-ID: <O9************ **@TK2MSFTNGP10 .phx.gbl>
| Newsgroups:
microsoft.publi c.dotnet.framew ork.aspnet,micr osoft.public.do tnet.framework. i
nterop,microsof t.public.inetse rver.iis
| NNTP-Posting-Host: 218-101-54-nat.trimble.co. nz 218.101.54.21
| Path:
TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA02.phx.gbl!T K2MSFTNGXA03.ph x.gbl!TK2MSFTNG P
08.phx.gbl!TK2M SFTNGP10.phx.gb l
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.interop:102 47
microsoft.publi c.inetserver.ii s:45232
microsoft.publi c.dotnet.framew ork.aspnet:1322 81
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Make sure the extension starts with a "."
|
| .PHP
|
| This appears to be fixed in 6+
|
| You may need to use the browse dialog option as well, and if it is a long
| path click in the edit field and then type in "." and your extension.
|
| --
| cheers
|
| Chris
|
| Chris Crowe [MVP 2005/2006]
| http://blog.crowe.co.nz
|
|
|
| "Michael Tissington" <mt*********@ne wsgroups.nospam > wrote in message
| news:OB******** *****@TK2MSFTNG P10.phx.gbl...
| > Yes I have tried this and the OK button is still disabled.
| >
| > --
| > Michael Tissington
| > http://www.oaklodge.com
| > http://www.tabtag.com
| >
| >
| > "Steven Cheng[MSFT]" <st*****@online .microsoft.com> wrote in message
| > news:ji******** ******@TK2MSFTN GXA01.phx.gbl.. .
| >> Hi Michael,
| >>
| >> Regarding on the adding new extension mapping problem, based on my
local
| >> test, when we click the "Add" button to add a new extension mapping and
| >> popup the Add Extension dialog, as long as we have input the value for
| >> the
| >> "Excutable" entry field, the "OK" button will become enabled. We can
| >> specify the executable with the path of the extension component such
as:
| >>
| >> C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_isapi.dl l
| >>
| >> So have you tried add new extention which just duplicate one of the
| >> ASP.NET
| >> extension setting to see whether it works? If still not work, I'm
afraid
| >> there may exist something wrong with the IIS configuration manager on
the
| >> server. You can also try posting in the IIS group for this.
| >>
| >> Thanks,
| >>
| >> Steven Cheng
| >> Microsoft Online Support
| >>
| >> Get Secure! www.microsoft.com/security
| >> (This posting is provided "AS IS", with no warranties, and confers no
| >> rights.)
| >>
| >>
| >> --------------------
| >> | From: "Michael Tissington" <mt*********@ne wsgroups.nospam >
| >> | Subject: Application Mapping - IIS Config
| >> | Date: Mon, 17 Oct 2005 19:43:12 -0700
| >> | Lines: 14
| >> | X-Priority: 3
| >> | X-MSMail-Priority: Normal
| >> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| >> | X-RFC2646: Format=Flowed; Original
| >> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| >> | Message-ID: <uI************ **@TK2MSFTNGP14 .phx.gbl>
| >> | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| >> | NNTP-Posting-Host: antelope.oaklod ge.com 63.67.71.5
| >> | Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP14.phx. gbl
| >> | Xref: TK2MSFTNGXA01.p hx.gbl
| >> microsoft.publi c.dotnet.framew ork.aspnet:1319 81
| >> | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
| >> |
| >> | I'm trying to add some extensions to IIS on the properties, home
| >> directory,
| >> | config screen.
| >> |
| >> | I must be missing something because the OK button is always disabled
| >> ...
| >> |
| >> | Any ideas please ?
| >> |
| >> | --
| >> | Michael Tissington
| >> | http://www.oaklodge.com
| >> | http://www.tabtag.com
| >> |
| >> |
| >> |
| >> |
| >>
| >
| >
|
|
|

Nov 19 '05 #5
Very strange ... I finally got it to work - using browse did not help.

Copy the path from an existing extension and pasting it into the new finally
enables the OK button.

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com
"Steven Cheng[MSFT]" <st*****@online .microsoft.com> wrote in message
news:FU******** ********@TK2MSF TNGXA01.phx.gbl ...
Thanks for Chris's informative suggestion.

Hi Michael,

Yes, since my test is performed in a IIS6 server, you can try Chris's
suggestion if you're using IIS5.x.

1. pick up the extension dll or exe through "browse" button

2. add "." before the extension name.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| From: "Chris Crowe [MVP 2005/2006]" <II********@iis faq.homeip.net>
| References: <uI************ **@TK2MSFTNGP14 .phx.gbl>
<ji************ **@TK2MSFTNGXA0 1.phx.gbl>
<OB************ *@TK2MSFTNGP10. phx.gbl>
| Subject: Re: Application Mapping - IIS Config
| Date: Wed, 19 Oct 2005 11:52:31 +1300
| Lines: 98
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Response
| Message-ID: <O9************ **@TK2MSFTNGP10 .phx.gbl>
| Newsgroups:
microsoft.publi c.dotnet.framew ork.aspnet,micr osoft.public.do tnet.framework. i
nterop,microsof t.public.inetse rver.iis
| NNTP-Posting-Host: 218-101-54-nat.trimble.co. nz 218.101.54.21
| Path:
TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA02.phx.gbl!T K2MSFTNGXA03.ph x.gbl!TK2MSFTNG P
08.phx.gbl!TK2M SFTNGP10.phx.gb l
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.interop:102 47
microsoft.publi c.inetserver.ii s:45232
microsoft.publi c.dotnet.framew ork.aspnet:1322 81
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Make sure the extension starts with a "."
|
| .PHP
|
| This appears to be fixed in 6+
|
| You may need to use the browse dialog option as well, and if it is a
long
| path click in the edit field and then type in "." and your extension.
|
| --
| cheers
|
| Chris
|
| Chris Crowe [MVP 2005/2006]
| http://blog.crowe.co.nz
|
|
|
| "Michael Tissington" <mt*********@ne wsgroups.nospam > wrote in message
| news:OB******** *****@TK2MSFTNG P10.phx.gbl...
| > Yes I have tried this and the OK button is still disabled.
| >
| > --
| > Michael Tissington
| > http://www.oaklodge.com
| > http://www.tabtag.com
| >
| >
| > "Steven Cheng[MSFT]" <st*****@online .microsoft.com> wrote in message
| > news:ji******** ******@TK2MSFTN GXA01.phx.gbl.. .
| >> Hi Michael,
| >>
| >> Regarding on the adding new extension mapping problem, based on my
local
| >> test, when we click the "Add" button to add a new extension mapping
and
| >> popup the Add Extension dialog, as long as we have input the value
for
| >> the
| >> "Excutable" entry field, the "OK" button will become enabled. We can
| >> specify the executable with the path of the extension component such
as:
| >>
| >> C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_isapi.dl l
| >>
| >> So have you tried add new extention which just duplicate one of the
| >> ASP.NET
| >> extension setting to see whether it works? If still not work, I'm
afraid
| >> there may exist something wrong with the IIS configuration manager on
the
| >> server. You can also try posting in the IIS group for this.
| >>
| >> Thanks,
| >>
| >> Steven Cheng
| >> Microsoft Online Support
| >>
| >> Get Secure! www.microsoft.com/security
| >> (This posting is provided "AS IS", with no warranties, and confers no
| >> rights.)
| >>
| >>
| >> --------------------
| >> | From: "Michael Tissington" <mt*********@ne wsgroups.nospam >
| >> | Subject: Application Mapping - IIS Config
| >> | Date: Mon, 17 Oct 2005 19:43:12 -0700
| >> | Lines: 14
| >> | X-Priority: 3
| >> | X-MSMail-Priority: Normal
| >> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| >> | X-RFC2646: Format=Flowed; Original
| >> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| >> | Message-ID: <uI************ **@TK2MSFTNGP14 .phx.gbl>
| >> | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| >> | NNTP-Posting-Host: antelope.oaklod ge.com 63.67.71.5
| >> | Path:
TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP14.phx. gbl
| >> | Xref: TK2MSFTNGXA01.p hx.gbl
| >> microsoft.publi c.dotnet.framew ork.aspnet:1319 81
| >> | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
| >> |
| >> | I'm trying to add some extensions to IIS on the properties, home
| >> directory,
| >> | config screen.
| >> |
| >> | I must be missing something because the OK button is always
disabled
| >> ...
| >> |
| >> | Any ideas please ?
| >> |
| >> | --
| >> | Michael Tissington
| >> | http://www.oaklodge.com
| >> | http://www.tabtag.com
| >> |
| >> |
| >> |
| >> |
| >>
| >
| >
|
|
|

Nov 19 '05 #6
Thanks for your followup Michael,

Yes, sounds really strange. Any way, glad that you've got it working now.
If you meet any furhter problem later, please feel free to post here or in
IIS newsgroup.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: "Michael Tissington" <mt*********@ne wsgroups.nospam >
| References: <uI************ **@TK2MSFTNGP14 .phx.gbl>
<ji************ **@TK2MSFTNGXA0 1.phx.gbl>
<OB************ *@TK2MSFTNGP10. phx.gbl>
<O9************ **@TK2MSFTNGP10 .phx.gbl>
<FU************ **@TK2MSFTNGXA0 1.phx.gbl>
| Subject: Re: Application Mapping - IIS Config
| Date: Tue, 18 Oct 2005 20:55:17 -0700
| Lines: 172
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| X-RFC2646: Format=Flowed; Original
| Message-ID: <Oe************ **@tk2msftngp13 .phx.gbl>
| Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| NNTP-Posting-Host: antelope.oaklod ge.com 63.67.71.5
| Path: TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!tk 2msftngp13.phx. gbl
| Xref: TK2MSFTNGXA01.p hx.gbl
microsoft.publi c.dotnet.framew ork.aspnet:1323 15
| X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
|
| Very strange ... I finally got it to work - using browse did not help.
|
| Copy the path from an existing extension and pasting it into the new
finally
| enables the OK button.
|
|
|
| --
| Michael Tissington
| http://www.oaklodge.com
| http://www.tabtag.com
|
|
| "Steven Cheng[MSFT]" <st*****@online .microsoft.com> wrote in message
| news:FU******** ********@TK2MSF TNGXA01.phx.gbl ...
| > Thanks for Chris's informative suggestion.
| >
| > Hi Michael,
| >
| > Yes, since my test is performed in a IIS6 server, you can try Chris's
| > suggestion if you're using IIS5.x.
| >
| > 1. pick up the extension dll or exe through "browse" button
| >
| > 2. add "." before the extension name.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| > --------------------
| > | From: "Chris Crowe [MVP 2005/2006]" <II********@iis faq.homeip.net>
| > | References: <uI************ **@TK2MSFTNGP14 .phx.gbl>
| > <ji************ **@TK2MSFTNGXA0 1.phx.gbl>
| > <OB************ *@TK2MSFTNGP10. phx.gbl>
| > | Subject: Re: Application Mapping - IIS Config
| > | Date: Wed, 19 Oct 2005 11:52:31 +1300
| > | Lines: 98
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | X-RFC2646: Format=Flowed; Response
| > | Message-ID: <O9************ **@TK2MSFTNGP10 .phx.gbl>
| > | Newsgroups:
| >
microsoft.publi c.dotnet.framew ork.aspnet,micr osoft.public.do tnet.framework. i
| > nterop,microsof t.public.inetse rver.iis
| > | NNTP-Posting-Host: 218-101-54-nat.trimble.co. nz 218.101.54.21
| > | Path:
| >
TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GXA02.phx.gbl!T K2MSFTNGXA03.ph x.gbl!TK2MSFTNG P
| > 08.phx.gbl!TK2M SFTNGP10.phx.gb l
| > | Xref: TK2MSFTNGXA01.p hx.gbl
| > microsoft.publi c.dotnet.framew ork.interop:102 47
| > microsoft.publi c.inetserver.ii s:45232
| > microsoft.publi c.dotnet.framew ork.aspnet:1322 81
| > | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
| > |
| > | Make sure the extension starts with a "."
| > |
| > | .PHP
| > |
| > | This appears to be fixed in 6+
| > |
| > | You may need to use the browse dialog option as well, and if it is a
| > long
| > | path click in the edit field and then type in "." and your extension.
| > |
| > | --
| > | cheers
| > |
| > | Chris
| > |
| > | Chris Crowe [MVP 2005/2006]
| > | http://blog.crowe.co.nz
| > |
| > |
| > |
| > | "Michael Tissington" <mt*********@ne wsgroups.nospam > wrote in message
| > | news:OB******** *****@TK2MSFTNG P10.phx.gbl...
| > | > Yes I have tried this and the OK button is still disabled.
| > | >
| > | > --
| > | > Michael Tissington
| > | > http://www.oaklodge.com
| > | > http://www.tabtag.com
| > | >
| > | >
| > | > "Steven Cheng[MSFT]" <st*****@online .microsoft.com> wrote in message
| > | > news:ji******** ******@TK2MSFTN GXA01.phx.gbl.. .
| > | >> Hi Michael,
| > | >>
| > | >> Regarding on the adding new extension mapping problem, based on my
| > local
| > | >> test, when we click the "Add" button to add a new extension
mapping
| > and
| > | >> popup the Add Extension dialog, as long as we have input the value
| > for
| > | >> the
| > | >> "Excutable" entry field, the "OK" button will become enabled. We
can
| > | >> specify the executable with the path of the extension component
such
| > as:
| > | >>
| > | >> C:\WINDOWS\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_isapi.dl l
| > | >>
| > | >> So have you tried add new extention which just duplicate one of the
| > | >> ASP.NET
| > | >> extension setting to see whether it works? If still not work, I'm
| > afraid
| > | >> there may exist something wrong with the IIS configuration manager
on
| > the
| > | >> server. You can also try posting in the IIS group for this.
| > | >>
| > | >> Thanks,
| > | >>
| > | >> Steven Cheng
| > | >> Microsoft Online Support
| > | >>
| > | >> Get Secure! www.microsoft.com/security
| > | >> (This posting is provided "AS IS", with no warranties, and confers
no
| > | >> rights.)
| > | >>
| > | >>
| > | >> --------------------
| > | >> | From: "Michael Tissington" <mt*********@ne wsgroups.nospam >
| > | >> | Subject: Application Mapping - IIS Config
| > | >> | Date: Mon, 17 Oct 2005 19:43:12 -0700
| > | >> | Lines: 14
| > | >> | X-Priority: 3
| > | >> | X-MSMail-Priority: Normal
| > | >> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2670
| > | >> | X-RFC2646: Format=Flowed; Original
| > | >> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670
| > | >> | Message-ID: <uI************ **@TK2MSFTNGP14 .phx.gbl>
| > | >> | Newsgroups: microsoft.publi c.dotnet.framew ork.aspnet
| > | >> | NNTP-Posting-Host: antelope.oaklod ge.com 63.67.71.5
| > | >> | Path:
| > TK2MSFTNGXA01.p hx.gbl!TK2MSFTN GP08.phx.gbl!TK 2MSFTNGP14.phx. gbl
| > | >> | Xref: TK2MSFTNGXA01.p hx.gbl
| > | >> microsoft.publi c.dotnet.framew ork.aspnet:1319 81
| > | >> | X-Tomcat-NG: microsoft.publi c.dotnet.framew ork.aspnet
| > | >> |
| > | >> | I'm trying to add some extensions to IIS on the properties, home
| > | >> directory,
| > | >> | config screen.
| > | >> |
| > | >> | I must be missing something because the OK button is always
| > disabled
| > | >> ...
| > | >> |
| > | >> | Any ideas please ?
| > | >> |
| > | >> | --
| > | >> | Michael Tissington
| > | >> | http://www.oaklodge.com
| > | >> | http://www.tabtag.com
| > | >> |
| > | >> |
| > | >> |
| > | >> |
| > | >>
| > | >
| > | >
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1077
by: authorking | last post by:
I intsall IIS version 6.0 on Windows Server 2003. Every time when I create a C# web appliction, the system tell me following information: "Can not create the web application "myapp", file path "c:\inetpub\wwwroot\myapp" and the URL http://localhost/myapp dosn't match. Their server mapping must be the same. Please try to use FrontPage extension." I want to know what's the problem and How should I config my IIS so that I can create my web...
4
3422
by: Ian Turner | last post by:
Hi, In an attempt to get every request for a particular virtual directory to go through ASP.NET I've been trying to add a wildcard application mapping. The scenario is that any url for that VD, whether it resolves to an actual file or not, can be intercepted by an HttpModule and ultimately redirected (using RewritePath) to a resource of my choosing. I was hoping that just adding the wildcard mapping to the IIS VD would work. But it...
0
1694
by: Leo | last post by:
Hi, I'm running Windows XP professinal and have an application extension mapping in IIS that maps .xyz to aspnet_isapi. Everything works fine until I did some Windows Components Updates and installed those critical updates. Now I can not chaned or add any application extension mapping. When I try to change the .xyz extension in the Add/Edit Application Extension Mapping window, the extension input field is disabled. And when I try to add...
1
1232
by: Angel Faus | last post by:
Hi, Our ASP.net application has stopped working. We are getting a "Server Application Unavailable" error, the message in the Event Log says it's due to wrong permissions on the .NET Framework files. ( We've tried the following solutions:
1
2655
by: Ace | last post by:
Hi, I am new to C# and i am developing an application using VS.Net 2005 to create a dll that will hold all the business logic which will requires me to connect to an msde 1.0 database to activate an application role. My problem is how do i store and retrieve the application role user and password in the dll without hardcoding it? Can someone please recommend any C# book that i can use towards exam 70-316. Many thanks for your help
3
2067
by: pratham | last post by:
If i understand correct? is strong typed DataSet is ORM implementation by Microsoft? Expecting comments .. please Praveen
1
3584
by: Dave | last post by:
I am hosting on a GoDaddy server and need the server to serve a file extension that is currently not server. My understanding is in general there are no filetype restrictions but that if any filetypes are added tot he MIME mapping in IIS then any non-standard filetypes must be mentioned. In any event, is there some way in web.config I can request that IIS allow serving up filetype .xxx or whatever rather than having to configure this...
0
1350
by: guy | last post by:
Mapping form property to app.config works great in VB2005 but causes a slew of information messages. Message 1 Could not find schema information for the element 'userSettings'. How to supress these messages?
3
5722
by: lilOlMe | last post by:
Hi there, I'm developing a ASP.NET application using VB.NET as the server side code. In my application, I have a directory that holds temporary resources for the duration of a user's stay on my website. When the user's session ends my Global.asax "Session_End" function is called and it removes any temporary resources that the user was using. When I hard code the location of the temporary resource folder I am able to locate the temporary...
0
8249
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8179
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8633
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
6112
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4084
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4187
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2613
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1493
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.