473,500 Members | 1,605 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

IIS Authentication Mode

31 New Member
Hi,

When i am trying to run my ASP.NET web application it is giving me error as "unable to start debugging on Web Server. Debugging failed because integrated windows authentication is not enabled".......But wen i check the properties of IIS its showing authentication mode = windows..... So how to solve dis problem....Though if run my app using ctrl+F5 its running or even i type the address http://localhost/website/mysite in addressbar of browser den also its working.....Kindly advice plz ASAP.....


Thanks in Advance...


Regards,

Rajan
Sep 25 '08 #1
5 4140
kenobewan
4,871 Recognized Expert Specialist
Forms authentication is the one to use for website. Sounds like you are using windows instead.
Sep 26 '08 #2
Frinavale
9,735 Recognized Expert Moderator Expert
What version of Visual Studio are you using?
Sep 26 '08 #3
sashi
1,754 Recognized Expert Top Contributor
Hi there,

Looks like you have to enable page debugging option, kindly refer to below sample code segment.


Expand|Select|Wrap|Line Numbers
  1. <%@ Page Language"C#" Debug="True">
Make sure to enable the debug option on every page you wish to debug. Happy coding.
Oct 2 '08 #4
kenobewan
4,871 Recognized Expert Specialist
I disagree. If you want to use this setting, then create it in the web.config. That way when you publish your application it does not take a performance hit and you only have to change it in one place.
Oct 2 '08 #5
rajanji
31 New Member
Thank you everyone... Thanks for ur kind support... my problem is solved...

With Best Regards,

Rajan .....
Nov 2 '08 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

6
4792
by: Billy Jacobs | last post by:
I have a website which has both secure and non-secure pages. I want to uses forms authentication. How do I accomplish this? Originally I had my web.config file in the root with Forms...
1
2481
by: MJ | last post by:
I'm building an application that has a file structure similar to the following: /myapp/user_login.aspx /myapp/user_page_1.aspx /myapp/user_page_2.aspx /myapp/user_page_3.aspx...
4
5554
by: Jay | last post by:
I have authentication set for my site but I need one page to be an exception case. Namely my forgot password page. How do I tell the webconfig file to authenciate all pages except one page? ...
10
3576
by: See Sharp | last post by:
Hello all, I have a set of admin pages which are put in a subfolder called admin inside my application folder. I want to limit access to these admin pages. How can I do this? In Linux, I can...
3
4835
by: Kris van der Mast | last post by:
Hi, I've created a little site for my sports club. In the root folder there are pages that are viewable by every anonymous user but at a certain subfolder my administration pages should be...
3
1576
by: Amil | last post by:
I must be missing something very simple. I've had a web site running for a long time (anonymous access). Web.config authentication is original (anyone gets in): <authentication mode="Windows"...
4
1921
by: Paul M | last post by:
hi there, i've got a website i created, that i've put onto my test server on the web. I have a login page, that when the user comes to it, it first pops up a windows authentication dialog box,...
1
7722
by: Joe | last post by:
What I want to do is make only one page require a login. The application itself works fine. I'm getting the following error: Parser Error Message: It is an error to use a section registered as...
3
4671
by: Adam J Knight | last post by:
Hi all, I have an app that mostly requires authentication. However there are a couple of pages that don't require authentication.. What do i need in my web.config, to specify these pages...
6
4747
by: Eng.Rana | last post by:
Hello All, i was wondering what is the main difference between the windows authentication and mixed mode authentication?? according to security recommendations, we should enable windows...
0
7136
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
7182
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,...
1
6906
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
7397
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
5490
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
3110
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...
0
3106
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1430
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
672
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.