| Thread | Last Post | Replies |
|
| unable to execute dos commands through web application | 06 Nov 2006 04:47 GMT | 5 |
Problem definition:: Register a .dll assembly into GAC(\windows\assembly) through web application I have a code which works fine with web application before deployment(Without IIS), But the same code doesn't work when the web
|
| Issue with X509Certificate2 (works with Cassini, fails with IIS) | 06 Nov 2006 02:55 GMT | 2 |
Hello, I have an issue with X509Certificate2 constructur. --------- FileStream fs = File.Open(m_strCertLocation, FileMode.Open,
|
| Problem while accessing Active Directory | 03 Nov 2006 16:14 GMT | 1 |
Environment Details: Development: VS 2005 Team System SQL Server 2005
|
| Object reference not set to an instance of an object | 03 Nov 2006 10:19 GMT | 4 |
I have created a custom membership provider based on the Microsoft example. Here is the beginning of the class: namespace AspNet.Membership { public sealed class MySQLMembershipProvider : MembershipProvider {
|
| extending the Membership Provider | 03 Nov 2006 07:44 GMT | 1 |
Hi, I need to create an web application, users dont register themselves, there are many client firms, we give the client firms a login so that they can set up there users.
|
| login problem | 02 Nov 2006 22:31 GMT | 1 |
I have an asp.net 2.0 project and am experiencing a problem. In the project, I am trying to make use of Membership. I have one Role, called "Basic User" and two users - "admin" and "test". "admin" is a member of the Role but "test" is not.
|
| Should I use Membership and Roles in ASP.NET 2.0 | 01 Nov 2006 21:45 GMT | 1 |
I did a lot of reading on this new feature from Microsoft ASP.NET 2.0, but I ran into a design problem. In my project the user information contains much more information then the information shown in the default membership and roles tables that are installed with SQL server.
|