473,508 Members | 2,363 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET MMC to make settings for the Web site

Hi, I am not able to see the Asp.Net Tab in IIS 5.1. I have installed Visual
Studio 2005 on a Windows Xp SP2. When I following the step from the following
url, I can not see this tab. I am logged as an local Administrator user.

http://msdn2.microsoft.com/en-us/library/cek8kw6e

Does I have to do something ? I tried to reinstall VS 2005 but without
success....

Any idea ??? Does I need Front Page Server Extension or something like that
? Does some specific users must have specific right ?

thanks

Michel

Nov 11 '05 #1
7 1569
Does this help?

http://lab.msdn.microsoft.com/produc...ID=FDBK21319#1

"Michel" <Mi****@discussions.microsoft.com> wrote in message
news:19**********************************@microsof t.com...
Hi, I am not able to see the Asp.Net Tab in IIS 5.1. I have installed
Visual
Studio 2005 on a Windows Xp SP2. When I following the step from the
following
url, I can not see this tab. I am logged as an local Administrator user.

http://msdn2.microsoft.com/en-us/library/cek8kw6e

Does I have to do something ? I tried to reinstall VS 2005 but without
success....

Any idea ??? Does I need Front Page Server Extension or something like
that
? Does some specific users must have specific right ?

thanks

Michel

Nov 11 '05 #2
Great !!! it exactly what I need !!! thanks a lot Greg...

Michel
"Greg Burns" wrote:
Does this help?

http://lab.msdn.microsoft.com/produc...ID=FDBK21319#1

"Michel" <Mi****@discussions.microsoft.com> wrote in message
news:19**********************************@microsof t.com...
Hi, I am not able to see the Asp.Net Tab in IIS 5.1. I have installed
Visual
Studio 2005 on a Windows Xp SP2. When I following the step from the
following
url, I can not see this tab. I am logged as an local Administrator user.

http://msdn2.microsoft.com/en-us/library/cek8kw6e

Does I have to do something ? I tried to reinstall VS 2005 but without
success....

Any idea ??? Does I need Front Page Server Extension or something like
that
? Does some specific users must have specific right ?

thanks

Michel


Nov 11 '05 #3
Hey Denis was very helpful to develop and release a Version Switcher but if
the tab is still missing the tab is still missing and if the tab is missing
you have no access to the Edit Configuration button that launches the
ASP.NET Configuration Settings which is where 2.0 gives us a "control panel"
to build and manage connection settings, strings, authentication settings
and other sections which are declared and defined iin the web.config file.
If you don't use the 2.0 Configuration Settings you have to write and edit
web.config manually.

The ASP.NET Configuration Settings should also be accessible when using
Visual Studio 2005 but I just installed VS2005 and I don't know if the
ASP.NET Configuration Settings made it in or not.
--
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
"Michel" <Mi****@discussions.microsoft.com> wrote in message
news:DC**********************************@microsof t.com...
Great !!! it exactly what I need !!! thanks a lot Greg...

Michel
"Greg Burns" wrote:
Does this help?

http://lab.msdn.microsoft.com/produc...ID=FDBK21319#1

"Michel" <Mi****@discussions.microsoft.com> wrote in message
news:19**********************************@microsof t.com...
> Hi, I am not able to see the Asp.Net Tab in IIS 5.1. I have installed
> Visual
> Studio 2005 on a Windows Xp SP2. When I following the step from the
> following
> url, I can not see this tab. I am logged as an local Administrator
> user.
>
> http://msdn2.microsoft.com/en-us/library/cek8kw6e
>
> Does I have to do something ? I tried to reinstall VS 2005 but without
> success....
>
> Any idea ??? Does I need Front Page Server Extension or something like
> that
> ? Does some specific users must have specific right ?
>
> thanks
>
> Michel
>


Nov 11 '05 #4
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
Hey Denis was very helpful to develop and release a Version Switcher but
if the tab is still missing the tab is still missing and if the tab is
missing you have no access to the Edit Configuration button that launches
the ASP.NET Configuration Settings which is where 2.0 gives us a "control
panel" to build and manage connection settings, strings, authentication
settings and other sections which are declared and defined iin the
web.config file. If you don't use the 2.0 Configuration Settings you have
to write and edit web.config manually.
That link I provided suggested two different options. The version switcher
and a registry modification. I assume the registry modification is is the
one you would want to try if you are having that problem with the tab
missing in IIS. I've never had the problem, so I don't know if it works or
not.
The ASP.NET Configuration Settings should also be accessible when using
Visual Studio 2005 but I just installed VS2005 and I don't know if the
ASP.NET Configuration Settings made it in or not.


Haven't seen this same "control panel" inside VS 2005. But it does have
WSAT (Web Site Administration Tool)? On the toolbar Website->ASP.NET
configuration. (Note: Using this tool adds an xmlns=" attribute that breaks
intellisense in web.config).

http://tinyurl.com/7ooyh

Greg
Nov 11 '05 #5
For me, I just modify the registry and everything is ok now, I can see the
ASP.Net tab in IIS after this simple modification.

thanks again...

Michel

"Greg Burns" wrote:
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:%2****************@TK2MSFTNGP15.phx.gbl...
Hey Denis was very helpful to develop and release a Version Switcher but
if the tab is still missing the tab is still missing and if the tab is
missing you have no access to the Edit Configuration button that launches
the ASP.NET Configuration Settings which is where 2.0 gives us a "control
panel" to build and manage connection settings, strings, authentication
settings and other sections which are declared and defined iin the
web.config file. If you don't use the 2.0 Configuration Settings you have
to write and edit web.config manually.


That link I provided suggested two different options. The version switcher
and a registry modification. I assume the registry modification is is the
one you would want to try if you are having that problem with the tab
missing in IIS. I've never had the problem, so I don't know if it works or
not.
The ASP.NET Configuration Settings should also be accessible when using
Visual Studio 2005 but I just installed VS2005 and I don't know if the
ASP.NET Configuration Settings made it in or not.


Haven't seen this same "control panel" inside VS 2005. But it does have
WSAT (Web Site Administration Tool)? On the toolbar Website->ASP.NET
configuration. (Note: Using this tool adds an xmlns=" attribute that breaks
intellisense in web.config).

http://tinyurl.com/7ooyh

Greg

Nov 11 '05 #6
That explains that.
It was helpful for Greg to remind us that the ASP.NET Configuration tool
breaks intellisense for web.config. I read that the other day and these days
I need to see things several times before I can remember what bug I have to
deal with everytime something isn't working correctly.

<%= Clinton Gallagher
"Michel" <Mi****@discussions.microsoft.com> wrote in message
news:EC**********************************@microsof t.com...
For me, I just modify the registry and everything is ok now, I can see the
ASP.Net tab in IIS after this simple modification.

thanks again...

Michel

"Greg Burns" wrote:
"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in
message
news:%2****************@TK2MSFTNGP15.phx.gbl...
> Hey Denis was very helpful to develop and release a Version Switcher
> but
> if the tab is still missing the tab is still missing and if the tab is
> missing you have no access to the Edit Configuration button that
> launches
> the ASP.NET Configuration Settings which is where 2.0 gives us a
> "control
> panel" to build and manage connection settings, strings, authentication
> settings and other sections which are declared and defined iin the
> web.config file. If you don't use the 2.0 Configuration Settings you
> have
> to write and edit web.config manually.


That link I provided suggested two different options. The version
switcher
and a registry modification. I assume the registry modification is is the
one you would want to try if you are having that problem with the tab
missing in IIS. I've never had the problem, so I don't know if it works
or
not.
> The ASP.NET Configuration Settings should also be accessible when using
> Visual Studio 2005 but I just installed VS2005 and I don't know if the
> ASP.NET Configuration Settings made it in or not.


Haven't seen this same "control panel" inside VS 2005. But it does have
WSAT (Web Site Administration Tool)? On the toolbar Website->ASP.NET
configuration. (Note: Using this tool adds an xmlns=" attribute that
breaks
intellisense in web.config).

http://tinyurl.com/7ooyh

Greg

Nov 11 '05 #7

"clintonG" <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote in message
news:us**************@TK2MSFTNGP09.phx.gbl...
That explains that.
It was helpful for Greg to remind us that the ASP.NET Configuration tool
breaks intellisense for web.config. I read that the other day and these
days I need to see things several times before I can remember what bug I
have to deal with everytime something isn't working correctly.


I don't know if the ASP.NET Configuration tool does, but WSAT definately
does. Two different beasts, AFAIK.

Nov 11 '05 #8

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

Similar topics

2
1261
by: Pitaridis Aristotelis | last post by:
I need an administrator page where I will be able to save some settings, like the tile of the page, and some other settings. Is there any script which will allow me an easy saving and writing for...
4
3787
by: Robert Oschler | last post by:
Hello, I have a web site that has an audio file on it that I make available for download. Right now I'm using the "right-click/save-as" approach. This is because left-clicking the link to the...
3
3603
by: Lewis | last post by:
I have "My Documents" redirected to a network share but when I go to open a project it says that the share is not fully trusted. I found this info: > The simplest (least work) in this situation...
67
5944
by: Sandy.Pittendrigh | last post by:
Here's a question I don't know the answer to: I have a friend who makes very expensive, hand-made bamboo flyrods. He's widely recognized (in the fishing industry) as one of the 3-5 'best' rod...
6
2613
by: Jeremy S. | last post by:
Sorry if this is too far OT - I posted this in the IIS group and got no response - so here goes: What would be a good or recommended way to make a Web site in IIS6 inaccessible to users on the...
7
350
by: Michel | last post by:
Hi, I am not able to see the Asp.Net Tab in IIS 5.1. I have installed Visual Studio 2005 on a Windows Xp SP2. When I following the step from the following url, I can not see this tab. I am logged...
6
4841
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
2
2012
by: Ben Dewey | last post by:
Hey, I have kind of an architecture question. I have a dynamic website that is using a Windows Form Backend and a ASP.NET front end. They are both using C# 2.0. I also have a class library...
12
1863
by: =?Utf-8?B?S2plbGw=?= | last post by:
Hello I've taken a four days training in C#, very good training, experienced teacher and all that, very positive. Went home spent a week making my first application, slightly more than the...
0
7223
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,...
0
7321
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7377
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...
1
7036
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7489
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5624
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
1547
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 ...
1
762
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
414
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...

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.