| Thread | Last Post | Replies |
|
| ASP.NET web hosting problem | 12 Feb 2004 03:09 GMT | 1 |
Please check http://www.eroshni.com/WebApplication2/WebForm1.aspx Recently I have been working on this project hosted by a standard webhosting company. The problem comes when I try to get to the aspx page that I developed and deployed to the server. It gives me a plain error ...
|
| Passing values from a web user control using a class - ??? | 11 Feb 2004 23:12 GMT | 2 |
Hi. I have a web form that contains a custom user control. This control is a questionnaire with 20 questions that contains multiple radio buttons, text boxes, and ddl's. I am currently using a AnswerList class that is defined in the
|
| Event log property doesn't retain setting changes.. | 11 Feb 2004 19:58 GMT | 1 |
I created a new event log source and log and user WriteEntry to enter the log as follows: ' Create the source, if it does not already exist. If Not EventLog.SourceExists("MySource") Then
|
| Transaction management question | 11 Feb 2004 15:11 GMT | 8 |
In the white paper Designing Data Tier Components and Passing Data Through Tiers the following is stated: Data access logic components typically access data from a single data
|
| from COM to .NET | 11 Feb 2004 14:55 GMT | 3 |
My company are slowly migrating from vb6/com environment to a .net/web service environment. At the moment we have a financial system running on our intranet that allows user to request and retrieve reports- we have a .Net web service that retrieves these requests and passes them ...
|
| ISerializationSurrogate & .NET Remoting | 11 Feb 2004 07:04 GMT | 5 |
I have objects serialized with serialization surrogates. Can I pass them through .NET remoting as marshal-by-value objects? How can I use surrogates? Jacek
|
| UI Process Application Block w/ CRUD | 10 Feb 2004 17:02 GMT | 1 |
Is there an example available some where show you how to use the UI Process Application Block with CRUD operations? I can not find anything with the document. Thanks,
|
| Re: Web.config or App.config | 10 Feb 2004 12:21 GMT | 10 |
? This is just not true. NTFS has an encryption feature. You can tell ASP.NET to run your web application under a domain account. Issue that account a key (or put the account in a group and give the key to the group). Encrypt the file with the key you issued to the account/group ...
|
| I need your help: simulate virtual directory for customers | 09 Feb 2004 18:25 GMT | 1 |
Dear Friends: Hope things go well.Would you please give me your professional idea about my urgent .net problem. I need different virtual directory for different customer with their names
|
| Server variables | 09 Feb 2004 18:23 GMT | 2 |
I have a pretty urgent problem considering server variables. I have an ASP.NET project which I am trying to set up with security. I want to access the AUTH_USER server variable, and show the pages appropriately.
|
| Distributed Application Deployment | 09 Feb 2004 11:18 GMT | 3 |
I am slowly migrating from VB6 development to C# development in .Net. I am having some trouble with the layout and design of my application as it relates to deployment.
|
| Calling BinaryFormatter:Deserialize(Stream); Asynchronously | 07 Feb 2004 23:20 GMT | 1 |
SORRY FOR CROSSPOSTING: i did not know which group deals with this question! Question: i am looking to call the following function, ASYNCHRONOUSLY:
|
| Running .NET Applications | 06 Feb 2004 23:19 GMT | 3 |
Is it possible to run VB.NET application without having .NET Framework installed on computer?
|
| Good book on Distributed Application | 06 Feb 2004 22:19 GMT | 3 |
Can any body tell me about good book on Distributed Application. I have 8 years experience in VB 6 development. and learn VB.NET my self. Sohail
|
| Smart Client (Not Touch Deployment) -- HELP REQUIRED | 06 Feb 2004 05:50 GMT | 4 |
Hi I've a problem with No Touch Deployment. My requirement is when my client enters http://server.domain/MyApp.exe in the browser, it should down load the MyApp.exe into cache and work. MyApp.exe inturn invokes
|