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?
How to use class library from folder app_code on web site?
IT all works fine localy, but when i put it on web I get an erro: The type or namespace name 'Aplication' could not be found (are you missing a using directive or an assembly reference?)
'Aplication' is the class name.
I made changes on master page, but it didn't refresh on other pages that are related to master page.
IS there a way to do it automaticly or I have to make chages on every page(what's the use of master page then)?
I'm using excel file to get and save data.
This code is for update data , but in excel file I get a new record with this values instead of changed one by where clause.
code:
DataSet DS;
OleDbDataAdapter MyCommand;
OleDbConnection oledbConn = new OleDbConnection(connString);
oledbConn.Open()...
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.