473,387 Members | 3,781 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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 1558
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
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
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
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
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
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
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
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
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
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
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...

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.