In web.config i put:
<authentication mode="Windows"/>
<identity impersonate="true" />
and in iis I assigned Integrated authentication on properties of virtual directory that i use as localhost.
I want to use my web page on localhost.
But I get an error: not authorized to view page.
In IIS i put authentication mode to Windows, but it doesn't work.
Is there anything else I should do?
I've created a web site http://webfilozofa.net.
It all lokks great in IE7 but horrible in Firefox and IE8.
I'm using css styles.
What could be the problem?
I've created this page http://webfilozofa.net.
In IE7 looks fine in FireFox and IE8 looks horrible.
Lines are everywhere and it seems like my css style sheets doen't work there.
Where is the problem?
I created a login user control.
When I call it from master page and when a button is clicked on user control I want to get value of user name from user control textbox and put it into textbox in master page?
I'm filling gridview column from dataset.
I would like to make that column hyperlink, but there is no
c# properties for gridview DataNavigateUrlFormatString and
DataNavigateUrlFields. Is there an alternative?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.