473,387 Members | 1,628 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.

How to have VS.NET setup turn anonymous off.

When creating an MSI through VS.NET, does the setup project allow me the
ability to turn anonymous off. Basically, my web app uses Windows
Authentication, but the MSI turns both that and anonymous one, which is
causing conflicts. Right now I have to have a statement in the build notes
that describes how to turn anonymous off, but would like the MSI to do that
for me.
Jul 21 '05 #1
1 1356
I do ot know whether you can turn off Anonymous access of IIS (or only the
the virtual directiory of your web app), but, IMO, Things like that shoyuld
be left under server administrator's control. On other other hand, you can
deny Anonymous access to your ASP.NET app by using we.conflg file, just make
sure following setting is present in web.config file of your app.

<authorization>
<deny users="?" />
</authorization>

"Peter Rilling" <pe***@nospam.rilling.net> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
When creating an MSI through VS.NET, does the setup project allow me the
ability to turn anonymous off. Basically, my web app uses Windows
Authentication, but the MSI turns both that and anonymous one, which is
causing conflicts. Right now I have to have a statement in the build notes that describes how to turn anonymous off, but would like the MSI to do that for me.

Jul 21 '05 #2

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

Similar topics

2
by: Gerry | last post by:
I have a developer here with a website running with only "Windows Integrated Authentication" set on a Windows 2000 member server that uses GetObject to get a user's group membership in the domain....
0
by: robear | last post by:
Hi All.. I have developed an application (vb.net) that basically wakes up early morning, and transmits via FTP an access database. The application works fine. Lately, it hasnt been working, so...
3
by: Mike Hutton | last post by:
Hi, I have tried to keep things simple. Not simple enough, obviously. I have a set of intranet ASP.NET pages which access a SQL back-end through the normal SQLConnection stuff. I want to use...
5
by: Matt MacDonald | last post by:
Hi all, I'm trying to set up a web server using IIS on a different machine than my SQL Server is on. I have my web site set up to use windows authentication, and I have ASPNET set up as a user on...
3
by: Kenneth Keeley | last post by:
Hi, I am just trying to setup a new Windows 2003 Server (Web Edition) and I want to test it with the ASP.Net 2 beta. I have installed Windows and the ASP.Net beta. I can not access any aspx files...
1
by: Peter Rilling | last post by:
When creating an MSI through VS.NET, does the setup project allow me the ability to turn anonymous off. Basically, my web app uses Windows Authentication, but the MSI turns both that and anonymous...
2
by: Nicolas | last post by:
Hi, All I have a question for the IIS setting. After I upgraded the web server from 2000sp4 to 2003. I will need to use select the Basic Authentication and go though https in order to register an...
0
by: idletask | last post by:
How do you set up a setup project in VS 2002 to allow the installer to over-write a previous installion? Presently, if I rebuild the app, users have to remove it via control panel and then...
2
by: Tony | last post by:
Hello! Here I have some text from a book I read. It says: "An interesting point to note concerning anonymous methods is that they are effectively local to the code block that contains them, and...
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: 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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...
0
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
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.