| Thread | Last Post | Replies |
|
| Authorization problem | 31 Jul 2004 14:30 GMT | 1 |
Please can anyone tell me why I am getting this error when I call one of my aspx pages You are not authorized to view this page You might not have permission to view this directory or page using the
|
| Where to store UserID/Password | 30 Jul 2004 17:05 GMT | 1 |
Where can I store username password information my ASP.NET project. I am not using any database. I preferred to store in Application Configuration File. Suggestions are welcome.
|
| adding cookie | 29 Jul 2004 23:09 GMT | 2 |
I have a forms authenticated asp.net web application. in login page there is a check box which when is checked user name should be kept for next login time. I know there is an option as --- FormsAuthentication.RedirectFromLoginPage(txtUserName.Text, chkRemember.checked) ----- to ...
|
| accessing mapped drives in ASP.NET application | 28 Jul 2004 17:01 GMT | 5 |
is there any way i can access mapped drive through ASP.NET application?? i have tried doing that the standard way but didnt work, used the same code in win32 application and it worked fine though. thanks
|
| Impersonation in asp.net | 27 Jul 2004 21:46 GMT | 3 |
Hello, I have a problem on the impersonation in asp.net: I've developed some components which can create user accounts on the web server. The asp files resided on the server will call these components to do the job BUT the "aspnet" (asp.net worker process account) doesn't have ...
|
| Access to non-virtual-directory UNC paths from IIS 6.0 | 27 Jul 2004 16:56 GMT | 1 |
[Please let me know if there is a better group in which to post this question.] Background: We have an ASP.NET Web app in my company which compares two data sources and
|
| Allow Integrated Windows Authentication Token to be delegated? | 27 Jul 2004 13:47 GMT | 6 |
I'm writing an asp.net intranet application that allows the current user to manage their user folder on a shared network drive on the same domain as the webserver. These user folders have permissions set up for the current user. From what I understand about IIS/Integrated Windows ...
|
| HTTP Error 401: Unauthorized | 26 Jul 2004 17:09 GMT | 7 |
Sorry if you had this one before, but I hope you can help. I'm running VS.NET 2003 on a Windows Server 2003 Standard Edition. The server acts as a Domain Controller and a Web Server. It is purely used for development. I should probably not do development on a server but I
|
| Signed assembly will not load in internet explorer | 26 Jul 2004 13:41 GMT | 1 |
I've got an assembly that implements a class that inherits System.Windows.Forms.UserControl. This works wonderfully when I embed it in an ASP.NET page, using the <object clsid="whatever.dll#namespace.class" id="formcontrol"></object> tag. This works when the assembly isn't signed,
|
| Authentication against active directory | 25 Jul 2004 00:34 GMT | 1 |
I am developing a ASP.NET site (using VB). I found some code that allows me to authenticate the user trying to access the site against the active directory server for the company. What is happening is some users authenticate and others do not ... but they
|
| checking whether browser allows cookies in asp.net | 24 Jul 2004 22:34 GMT | 3 |
Can you check whether a users browser allows you to use cookies? Cheers Ollie
|
| Create standard for ASP.NET to second tier resource like SQL DB | 24 Jul 2004 22:16 GMT | 1 |
I'm looking to create a standard for all of our 200 ASP.NET application on connecting to a 2 tier resource. As it is right now, we have each developer doing how they like to do it. Since I will be the IIS Admin and will providing support for the production environment. I
|
| Problem using HttpWebRequest/HttpWebResponse with HTTPS | 23 Jul 2004 16:33 GMT | 3 |
I'm having a wierd problem using HttpWebRequest/HttpWebResponse when posting to a third party server via https to process credit card transactions. The WebException (SecureChannelFailure) I am getting occurs during the call to GetResponse() (see code below) and returns
|
| Getting windows username | 23 Jul 2004 11:43 GMT | 3 |
I am developing an intranet and was wondering, when a user logs on is there a way to get the username of the windows account in asp.net. I have tried the following but they return the worker process username e.g DOMAIN\ASPNET
|
| Need help improving authorization | 23 Jul 2004 07:13 GMT | 1 |
I don't have a response in framework.aspnet, may be this one is a more appropriate group. = = = = = = = = = = = = = = = = == = = = = = == = = = = = = = = = = = = = = = = =
|