473,503 Members | 4,461 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASPX page prompting for userid/pwd dialog box

vn
I have deployed a simple aspx application on my server(which has
windows2003 & iis6.0) and also deployed on my workstation(windows
2000workstation & iis5.0)
Application runs fine when tested inside of these machines. But if I
try to access this aspx page outside of this machine I get prompted
with userid/pwd. Once I enter these user/pwd,I see the aspx page
without any problem. Why do I get prompted?
Couple of things here:
All machines are networked, inside of firewall in our company.
I have granted anonymous access permission(IUSR) to my virtual website
and to the physical folder.
Please let me know if any of you have come across this problem? It has
stopped me from doing any further tests at this critical stage of
project..

Thanks
vn

Nov 19 '05 #1
2 1521
Check your web.config file for the Authentication section... you'll find
this line:

<authentication mode="Windows" />

If you have your own authentication mechanism you can change this to
None instead of Windows... but just make sure that you are properly
authenticating users.

Lowell


vn wrote:
I have deployed a simple aspx application on my server(which has
windows2003 & iis6.0) and also deployed on my workstation(windows
2000workstation & iis5.0)
Application runs fine when tested inside of these machines. But if I
try to access this aspx page outside of this machine I get prompted
with userid/pwd. Once I enter these user/pwd,I see the aspx page
without any problem. Why do I get prompted?
Couple of things here:
All machines are networked, inside of firewall in our company.
I have granted anonymous access permission(IUSR) to my virtual website
and to the physical folder.
Please let me know if any of you have come across this problem? It has
stopped me from doing any further tests at this critical stage of
project..

Thanks
vn

Nov 19 '05 #2
vn
Thanks Lowell , I had changed web.config authentication mode to forms
and this was causing some problem. Now its fine.

Nov 19 '05 #3

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

Similar topics

1
3096
by: Ann Leland | last post by:
I have been using session variables to pass a user name from one ASP page to another inside framesets for 9 months and it stopped working this week. I have made no code changes but there was a...
3
3927
by: Stevie_mac | last post by:
It might be me but... I dont seem to get a Page_Load event when a opening an ASPX in an iFrame. I do geta Page_Load event when an item on the ASPX (inside the iFrame) is clicked but then...
6
3008
by: Tony K | last post by:
I have the most peculiar problem with an ASP.NET page which we use for downloading a file. When the user clicks on a link, the link points to an ASPX page which downloads the file selected. ...
2
1606
by: Marco Antonio Montalvo Durán | last post by:
hi for example, I have a page 'register.aspx' and open a second page 'popup.aspx', what I want to do is to pass the control and values obtained in 'popup.aspx' to 'register.aspx', somebody...
1
6869
by: Eric | last post by:
Hello, I am trying to come up with the best way to pass large amounts of data from page to page, namely a data table. The user needs to enter data into a form in one page and confirm it on...
4
3699
by: Ryan Ternier | last post by:
Thanks for the previous help guys! I got my list box issue working, but now i'm trying to loop through all the items in my page. I want to find each listbox, once I do i strip the ID down to...
4
2342
by: rom | last post by:
I need to print a html table when the user clicks on a key. the problem is that i don't want the printer dialog box to appear. i guess this is impossible in javascript so i think to create an...
1
4684
by: Lisa | last post by:
I have an aspx page that has a checkboxlist control on it. There is code in the selection changed event so that when you check the first checkbox (Select All) it checks the reset of the checkboxes...
2
2561
by: rn5a | last post by:
I have created the following WebService named NConnect.asmx using which I want an ASPX page to first authenticate a user & after successful user validation, the ASPX page should display a few...
0
7063
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
7258
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
6970
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
7441
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
5558
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,...
1
4987
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...
0
4663
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...
0
3146
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
366
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.