| Thread | Last Post | Replies |
|
| Authentication Error | 28 Feb 2006 15:33 GMT | 1 |
I'm running XP Pro for testing: When placing a site in wwwroot, everytring works fine. Now, instead of exchanging the content of wwwroot, when testing sites, I've made a frontpage with nothing but links - and then a subfolder
|
| 2.0 Membership API | 28 Feb 2006 15:15 GMT | 2 |
I have a new requirement which allows the administrator to log in AS a normal user. Once it happens, it will display "Log In: Administrator as John Doe" for example and a separate link will appear and display "Log out as John Doe". Once logged out, everything display as normal like
|
| Where's this "server" object?! | 28 Feb 2006 15:09 GMT | 7 |
Hi peeps I'm just following this HOW-TO from MSDN.. http://support.microsoft.com/default.aspx?scid=kb;en-us;306355 But I've got a problem. I've adding the #using System.Diagnostics; line to
|
| Immediate window ASP 2.0 | 28 Feb 2006 15:06 GMT | 1 |
When I'm debugging an ASP 2.0 application and I'm trying to use the immediate window to interrogate some classes I cant reference anything in my code. When I type ?dvClient.Rows.Count it gives me no intellisense and it says object not found. I also have VS 2003 installed on this ...
|
| ContentType for a shortcut | 28 Feb 2006 14:56 GMT | 1 |
I have created a bunch of shortcuts (.url) that point to a web service, and passes a unique file identifier. The web service returns the file that it was pointing to. The problem is, it opens in internet explorer. Is there any way to have it open the correct application instead of
|
| Login, visual studio 2005, need help | 28 Feb 2006 14:48 GMT | 1 |
can someone tell me how can I create login in visual studio 2005? like a, when I try to access to some folder with browser it ask everytime to login first to get in there before I can see the data within? folder
|
| i loose my authentication ticket, but i am still able to access other pages | 28 Feb 2006 14:39 GMT | 1 |
If anyone, could help me I am trying to avoid using cookies (the actual file) but i am appending the ticket to my URL string. Purposely, i am not attaching it the ticket to certain pages, just to
|
| Can not create USER in Createuserwizard ASP 2.0 | 28 Feb 2006 14:33 GMT | 1 |
I am new to ASP 2.0 and try to build up the first site. The problem I got is when I use createuserwizard and try to create a new user on form. It always shows the error "Password length minimum: 7. Non-alphanumeric characters required: 1." no matter how I change password to
|
| Browser Game Caching and Design | 28 Feb 2006 14:21 GMT | 1 |
I'm writing a game using asp.net (c#). The game is a browser-based Role Playing Game. I'm trying to determine the best way to design the game with scalability in mind. The Player class will hold info about the player, such as hit points,
|
| DropDownList in DataList | 28 Feb 2006 14:14 GMT | 2 |
I need to get the "ItemId" from the selected value of the DropDownList in a DataList, but i don't known where tu put the <%# DataBinder.Eval(Container.DataItem, "ItemId"), because if I try to put in the ID of the DropDownList generate an error. I've used this code, i catch
|
| Posting Page | 28 Feb 2006 14:02 GMT | 2 |
In a page i have an iframe.. and there is a session timeout counter.. When the session timeout the login page opens in the frame but i want to do that in the main window... How must i change the code? Here is the code that i use for...
|
| IIS 6.0 Compression + xml http | 28 Feb 2006 14:01 GMT | 1 |
When I send a request to a dynamic page with xmlhttp object, the response is not cached. This is due to the fact that IIS 6.0 will set the cache expiry date for the response as January 1, 1997 while compressing. Thus loosing the cache.
|
| How can i send a Data Type to a Java WebService? | 28 Feb 2006 13:57 GMT | 2 |
Hi at all! How can i send a DATA (not a DataTime) Type to a Java WebService? In .NET we have only a DataTime that is incompatible with the Data (calendar) Type of Java!
|
| getting currently logged in user asp.net c sharp class | 28 Feb 2006 13:30 GMT | 1 |
How do you get the currently logged in user from a regular c sharp class? I have a common utility class in which I have some static functions that called from multiple places. In one of the functions, I need to know who is the username of the user that is currently logged into ...
|
| Masterpages/themes messes up designmode | 28 Feb 2006 12:55 GMT | 3 |
I'm porting an application from asp to asp.net2.0 and thought this would be a good time to test masterpages and themes. The end result is fine but I find it difficult to recreate forms in designmode since the pages gets very cluttered (controls on top of each
|