Hello all,
I have copied all the files to the web server but i start my application i m getting windows login prompt which i dont get when i test on the my own machine.
Printable View
Hello all,
I have copied all the files to the web server but i start my application i m getting windows login prompt which i dont get when i test on the my own machine.
Did you set IIS to allow anonymous access?
yeah the option is set. (Please bare with me i m new to asp.net) should i remove it and then deploy again?
I'm new to ASP.NET as well - just suggesting, no gospel here. Not sure if redeploying the app will do anything, guess it's worth a shot anyway. I don't think you need to set permissions on the files and folders your app will access as that will give not authorized and not the logon box.
Anyway, I just tried by unchecking the allow anonynous access and got the logon box, checked it back and it went away - you sure that's set right for your virtual directory?