| Thread | Last Post | Replies |
|
| web config file | 31 Oct 2006 15:10 GMT | 4 |
Hi, I am confornted with a problem regarding web.config file. I have 4 environements (Dev, Test, staging and production). The IT people need wgenever a new MSI delivered to have the right environment keys in there sections and not the dev machines web config. What I mean by that ...
|
| ASP | 29 Oct 2006 03:23 GMT | 3 |
I have a database ASP program that works off a centralized server. Now the client wants me to put it on laptops using SQL Server 2005 Express. I can do this but do not know of any way to protect my AP code from being viewed and stolen. Is there any easy or not too time consuming ...
|
| Hidden Textboxes | 29 Oct 2006 00:38 GMT | 3 |
Was wondering if anyone could give me a steer in the right direction, I am trying to hide textboxes from certain users, depending on their role. I hide the cost or prices textboxes if their role is entry. I currently have the databings set to OnPropertyChanged, When they are ...
|
| Running a windows application on web | 27 Oct 2006 02:28 GMT | 3 |
I have developed the Application on windows i want to run it on web with out doing any change to the Code This is my concern long before .there is a solution here but i want to make sure weather it will workout in long process. Here is the Link for my article.
|
| UIPAB and popup | 26 Oct 2006 19:03 GMT | 2 |
I have a large problem that I do not succeed to resolve. I am using the UIPAB and from a sure page I have the necessity to call a popup. Subsequently, from a link of the same one popup I must return on the "original line" of pages in order to recall one new page....
|
| New to n-tier (C# Web app / ASP.NET 1.1) | 26 Oct 2006 06:31 GMT | 4 |
Needing guidance towards the next step. Apologies for the lengthy description. My question in summary is "how do I call my data access methods (and return a datatable) once they are in a seperate dll (on a different machine)?"
|
| Maximum Size of dataset | 26 Oct 2006 02:54 GMT | 1 |
1. What is the maximun size avaiable for the the Dataset to store data in it. 2. What is the Maximum Size of the Object ? Regards Prabakar
|
| automatically receive xml data to sql server 2000 | 25 Oct 2006 12:21 GMT | 2 |
I am developing a vb.net windows application.The backend is sql server2000. presently company is receiving data in email format. the data entry person checks the email every hour and enter the new info to the application/db. in the future the website company will send the data in ...
|
| remoting client/server bidirectional method invocation | 25 Oct 2006 02:25 GMT | 1 |
Still new to remoting, but I've been trying to figure this one out for weeks. Pls recommend appropriate newsgroup is this one is not. I want a long running wellknown Server application to accept method calls from a Client. The Client is also a long-running application. I want the ...
|
| Why .net dos'nt allow to use the windows Control on web | 19 Oct 2006 15:05 GMT | 1 |
Why .net dos'nt allow to use the windows Control on web. when it was OCX we can able to use the same control for both windows and web.Since now its DLL we are not able to use it .Is there is any specific reason to this problem .if so why
|
| How to reference a .Net component from a VB6 component located in COM+ | 19 Oct 2006 12:45 GMT | 1 |
We're migrating our current VB6 components to .Net piece by piece. I'm modifying an existing VB6 login component that sits in COM+. I'm modifying it to call a .Net auth component, instead of the existing vb6 authcomponent (which is also in COM+).
|
| Document managment in .net | 19 Oct 2006 12:36 GMT | 1 |
Hi, I am in the process of desgning a document managment program in .net and there are gong to be two part to it a. winforms application : user will upload the document form here.
|
| Check for time differences on other servers | 19 Oct 2006 12:26 GMT | 1 |
Imagine I have a distributed app on a number of servers, say a web farm and a couple of app servers. Can you think of any techniques that would allow me to be *accurately* aware of any difference in clock time between the boxes. It sounds
|
| Run 3rd party .exe installation with your .msi setup file | 19 Oct 2006 12:21 GMT | 3 |
Does anyone know the easiest way to setup your .msi installation to run a 3rd party .exe installation file before your remaining .msi runs? Preferably a way to do it with the Visual Studio (2.0) IDE, but not sure if thats possible. Most likely the SDK? If so, please point me ...
|
| Installing Multiple Copies of a Service | 19 Oct 2006 12:16 GMT | 2 |
Hi. I am having difficulties getting a service to work. I tested the service using a windows application that has one button (simulating the start service command). Everything works fine. The application works as intended. I then copy and paste the code into a windows service ...
|