Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET
If I'm developing an application that must accomodate multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Latest Answer :
This is the best way because DateAdd is old VB, this can work in VB.Net and C# ...
Latest Answer : Exception Management Logging Data Access User Interface Caching Application Block for .NET Asynchronous Invocation Application Block for .NET Configuration Management Application Block for .NET (there are others) We use Exception and Data Access ...
How to create a DB connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed.if question not clear,let me know.reply to my e mail id.
If we remove web.config or machine.config from the application then, Is this application will works?
Latest Answer : Only the first answer appropriate. The question is how to create a dynamically grid view which means populate the grid view dynamically. ...
Latest Answer : Yes, a .net web application can consume java web service. Web services are reusable components that are based on standard protocols for platform and language independence. Web service can share data across platforms and languages. The application that ...
HI I am transforming XSLT on my xml on C#.Net code and returning back xml string to javascript code, When I am checking from IE xml string is coming with all attribute and value with XSLT transformation,
Latest Answer : Create a strong name using sn.exe or visual studio for local assembly and deploy it to cache using GAc utility. ...