| Thread | Last Post | Replies |
|
| Losing custom identity | 30 Jul 2005 01:27 GMT | 2 |
For authentication we are using an external DB. I can use Forms authentication and use the loginUrl="MyLoginForm.aspx" just fine. But for authorization, we cannot use a static list of roles for people, their authorization depends on factors which change as they use the
|
| Forms Authentication: <location> authorization not bypasssing login page. | 29 Jul 2005 20:38 GMT | 1 |
I am trying to configure my forms authentication so a certain page is not subject to a redirect to the login page. This seems like it should be a simple thing to do with a <location> tag, but its just not working. Requets to the page (public.aspx) specified in the <location> ...
|
| Exception Access denied , creating a new excel object in ASP.Net | 29 Jul 2005 13:09 GMT | 2 |
In my web application i am reading the data from excel file and inserting the records into the database.(In ASP.net C#) for some users i am getting exception "Access denied" at the following line of the code.
|
| how to prevent auth ticket expiration | 29 Jul 2005 00:00 GMT | 2 |
In the forms authentication construct, I need a way to prevent ticket IssueDate and Expiration from being updated for a specific page only. By default forms authentication updates these two values whenever a page is requested and slides these values forward. Is there any way to ...
|
| trouble w/ Forms Auth and domain cookies | 28 Jul 2005 08:22 GMT | 3 |
I'm having trouble with a domain cookie and forms authentication. We have several sub-domains so we create a domain cookie for forms authentication purposes: cook.domain = ".mydomain.com"
|
| "Access is Denied" when calling a vb.net queued components in Windows2003 from a Web application | 26 Jul 2005 20:43 GMT | 1 |
in my Web application, I 've a C# assembly that call a method of a Queued Component IMyComponent MyComp = (IMyComponent) (Marshal.BindToMoniker("queue:/new:MyAssemblyName.MyClassName"));
|
| Customize CreateUserWizard | 26 Jul 2005 03:26 GMT | 2 |
I am using Microsoft's Visual Studio .Net 2005 Beta 2 Team Suite. I am trying to create new user with the help of CreateUserWizard, I right click the control and clicked customized and added new fields like First Name, Middle Name, Last Name, Phone etc. This new fields which I ...
|
| Failure to set credentials | 26 Jul 2005 03:23 GMT | 7 |
I've written a web service that returns some user-specific information. I'm calling that web service from an InfoPath form as managed code: MsgBox("Calling WhoAmI service", MsgBoxStyle.OKOnly, "OnLoad") Try
|
| ClassFactory cannot supply requested class (2nd Post - MSFT Please make an effort!) | 26 Jul 2005 00:01 GMT | 3 |
I've searched long and hard thru the groups for similar issues but unfortunately I cannot still resolve my issue. My issue is that I've moved webservices from a W2k server to a new Win 2003 server. The service I'm having issues with is built with C# but
|
| Security question? | 24 Jul 2005 20:08 GMT | 2 |
Application has a webform where user can edit/modify some information that are stored in database. When I show data to user, I must somewhere memorize ID of database record that is currently edited.
|
| asp.net login contol using url redirect | 24 Jul 2005 13:20 GMT | 5 |
I have an asp.net website that uses the login control and a custom build membership provider. The site is running fine, but the problem is that i cannot use it in a frame from another site. When logging in the login screen just reapears. It will however give back a message if a ...
|
| Forms authorization cookie always set to expire in 2055? | 22 Jul 2005 23:49 GMT | 1 |
I'm using Forms authorization. In my <forms> section I have timeout="30", but when I examine the cookie, it shows it expiring in 2055? Why? <authentication mode="Forms"> <forms
|
| Please Help!-Trying to brows my asp.net application but I get a logon prompt- | 22 Jul 2005 21:25 GMT | 6 |
We have an asp.net application on a windows 2003 server which is part of a domain controller which my worksatis is too. We have impersonated in our applciation with a fixed identity account which is also a domain account and is part of the admininstrator group of the webserver ...
|
| forms authentication cookie changes | 22 Jul 2005 09:08 GMT | 2 |
For reasons I would rather not go into, I sometimes need to get the value of the forms authentication cookie and use it later when submitting another request to the server. mostly this works fine but sometimes it seems that the server decides to
|
| Session State vs. What? | 21 Jul 2005 19:46 GMT | 6 |
Howdy, I just learned how to use Forms Authentication. yeah me! However, it is quite limited as to how much information you can store and retrieve from it. For example, in my past ASP and ASP.NET applications I have used the session
|