| Thread | Last Post | Replies |
|
| Page redirect vb | 18 Jun 2005 06:55 GMT | 2 |
Evenin, The code re-directs to a default.aspx page but what would I add to direct to another page? (Thanks all) <%
|
| problem with expired session | 18 Jun 2005 06:31 GMT | 3 |
I have some data driven pages with a datagrid set to allow paging. This is working fine, the only problem is if a user left the browser at such page, and after the session expired the user click on the page number again, this will trigger a postback but some of the required session ...
|
| SSL newbie question... | 18 Jun 2005 06:29 GMT | 4 |
I am new to this SSL game. I went through the Server Certificate Wizard and created a certificate request. I am trying to make a web site using secure sockets, which I have no experience with. Since I am just using SSL on my local development machine, do I still have to get a ...
|
| Event ID 1007 1084 | 17 Jun 2005 17:26 GMT | 1 |
I keep getting these errors in the application event log from ASP.net 1.1.43220. This server is a domain controller hosting a test website for internal use only. There is no access to this server externally. Win 2k3 server with all updates except SP1 installed.
|
| Problem with FormsAuthentication and SetAuthCookie | 16 Jun 2005 18:20 GMT | 1 |
I am having a slight problem with my app and authentication. My system uses Microsoft CMS 2002, so what I have needs to fit around that. In this case, I am not using CMS to manage the authentication. I am using SQL Server.
|
| SSH connection from ASPNET to a unix server | 15 Jun 2005 16:46 GMT | 1 |
I have developped a web service in C# .NET that has to launch a unix script on a AIX machine. I have installed on my windows 2003 server the cygwin environment with the ssh.exe utility. I have created a RSA public key without passphrase and appended it in
|
| Newbie: MachineName/ASPNet login denied to MSDE | 15 Jun 2005 12:11 GMT | 1 |
This is so simple, its driving me nuts. I have MSDE (SQL Server 2K) installed on my local hard drive with Windows Authentication. Am running Windows XP Pro SP1 with .NET Framework 1.1. Installed IIS component also on my local hard drive. It created this account ...
|
| File based database (dBASE III+) | 14 Jun 2005 16:03 GMT | 9 |
I hope someone can help. I'm trying to get an asp.net application to run on a 2000 or 2003 server and access the data on a remote server. The database is dbase III+. I can access the data as long as it is on C drive but remote can't get it to access the folder over the network.
|
| AD object properties update (set to nothing) | 14 Jun 2005 15:42 GMT | 2 |
How can we set a property of an AD object to null / nothing / "" ie. to remove the existing value from the object's property, I have tried using String txt1;
|
| Folder permission | 14 Jun 2005 14:35 GMT | 1 |
I am a new to dot net , i would like to know how we can set folder permissions. My requirement is as follows. a) I have two types of users:- admins and users, This information is
|
| Access to temp folders? | 14 Jun 2005 03:23 GMT | 4 |
I am trying to get an ASP.NET application to run on a new Windows Server 2003 Standard box. I know very little about ASP.NET applications, but we have the same application running fine on another 2003 box, so I am just trying to set the
|
| aspnetwebhosting permission error | 14 Jun 2005 02:46 GMT | 1 |
I have a workstation that is configured on a Corporate Network. The user ids are configured so that my documents and other personal folders are shared from the server. When I go into an asp.net project and a web form, I can not add new 3rd party controls to the form because it ...
|
| Clarification: IUSR access to the ASP.NET temp folder | 13 Jun 2005 22:28 GMT | 1 |
Non-DC, Win 2k3 IIS 6.0 configured accounts. Anonymous User: domain\IUSR_<appName>, Application Pool User: domain\<appPoolName> I have used NTFS security auditing to confirm that the domain\IUSR_<appName> account is attempting access to the \Temporary ASP.NET Files\<appName>
|
| Length of data to decrypt is invalid Rijndael | 13 Jun 2005 20:30 GMT | 2 |
I am using the sample code from the book Building Secure Microsoft Asp.Net applications for the Encryption Library and I get the error "Length of data to decrypt is invalid. Here is the two methods that I apply: private void btnGetNextNumber_Click(object sender, System.EventArgs ...
|
| Adam Unicode Password | 13 Jun 2005 05:34 GMT | 1 |
Hi, I am using ADAM to do user name and password authentication. But th problem is when I reset the password for a particular user (of cours with user class), it always tells me "Illegal Modify Operation. Som aspect of the modification is not permitted".
|