| Thread | Last Post | Replies |
|
| Windows authentication/impersonation.. login failed for user null? | 20 Dec 2006 14:55 GMT | 6 |
We have an sql server 2000 machine and IIS 6 machine running seperately but on the same domain. I can connect fine to the database without using impersonation, but when it's enabled I get the error: "Login failed for user '(null)'. Reason: Not associated with a trusted SQL
|
| ASP.NET compilation output | 20 Dec 2006 14:01 GMT | 2 |
Hi, everyone. In previous version of ASP.NET, entire site (web project) was compiled (built) into single assembly, so I could import reference of the site's dll into (separate) project which contains
|
| applet to object | 20 Dec 2006 13:57 GMT | 2 |
I am trying to convert an applet to an object. The applet works, but I can't get the <object> to work and I'm not getting any error codes, just a square box with an "x" in it. Any suggestions with this would be appreciated.
|
| Framework 2.0 on IIS 5? | 20 Dec 2006 13:55 GMT | 3 |
I can publish a 2.0 application on IIS 5, right? Any tricks?
|
| What is a .NET System Architect? | 20 Dec 2006 13:41 GMT | 17 |
Recently, a friend of mine has told me that he is a .NET System Architect. What is a .NET System Architect? What are their functions? What is the difference between an Architect and a programmer and a
|
| bulletproof .NET class or method for entity translation for e-mail sends? | 20 Dec 2006 13:37 GMT | 2 |
I implement a lot of "send to friend" functionalities as well as utilizing a lot of content that's been scraped from other places on the web.I built these tools using Classic ASP. Some classes of entities do not translate correctly to e-mail and are
|
| Adding BackGround Colors to a data table | 20 Dec 2006 12:45 GMT | 2 |
This is a newbie question... I have a webpage that is showing info from a database using a GridView control. The problem is that I want to color specific Column in different colors. For example...
|
| GridView CSS styles | 20 Dec 2006 12:05 GMT | 6 |
Hi People, Just wondered how you guys deal with the complex issue of CSS Styles for Complex server controls like the GridView. I know its a breeze to set up the styles for AlternatingRowStyles etc etc,
|
| Application variable in Session_OnStart in global.asax.vb | 20 Dec 2006 11:56 GMT | 2 |
I've got an weird problem with Application variables in Global.asax.vb. I have three Application variables set up in Session_OnStart event and I'm displaying the values of those variables in an .aspx page. It works fine in the development server, but it only sets up the first
|
| VS2005, AJAX and IIS7 Pipeline Modes | 20 Dec 2006 10:46 GMT | 3 |
I am having dificulty debugging an ASP.NET Ajax (Novemver CTP) app on windows vista RTM. I have found the following interesting facts but cannot join the dots . . If my application is configured to run in the Classic .NET App pool, when I
|
| How to get the session-object within an IHttpHandler | 20 Dec 2006 10:35 GMT | 1 |
I've read all the items about the IHttpHandler and the session-object and I see nothing wrong with my code, but still I have no session object. This is my code:
|
| Error when publishing asp.net web | 20 Dec 2006 09:39 GMT | 5 |
Hi, I have a simple web application and It works well in my local computer.. When i upload it to my web server i get this error: Server Error in '/' Application. --------------------------------------------------------------------------------
|
| input type=hidden control - value is blank using javascript | 20 Dec 2006 09:30 GMT | 1 |
I have a application that fills a html hidden control with xml serverside. I use javascript to read the value of the control on the client. The problem is the value property is blank when using Firefox, ok in IE6. When I view the page source with Firefox I see the control and xml.
|
| Hyperlink mouseover | 20 Dec 2006 09:21 GMT | 4 |
How do you modify the color of an hyperlink when your mouse go over it? <asp:HyperLink
|
| how to pass serverside xml to client to traverse with javascript | 20 Dec 2006 06:58 GMT | 1 |
As the subject says I have an application that uses xml at the client to render custom tables to get a drill down effect. So I query my database and create a xml document of it. I then want to pass the xml to the client and have javascript
|