| Thread | Last Post | Replies |
|
| How to Protecting the .NET Source Code by Decompiling, Obfuscation using Dotfuscator | 08 Feb 2008 14:52 GMT | 1 |
Do you know that .NET Compiled code can be revert back to C# and VB.NET Source code. Yes it is possible by using decompiler we can get the original source code, then what about security. We can use .NET Obfuscation using dotfuscator for source code protection ...
|
| 22 New Features of Visual Studio 2008 for .NET Professionals | 08 Feb 2008 14:42 GMT | 1 |
22 New Features of Visual Studio 2008 for .NET Professionals http://msdotnetsupport.blogspot.com/2007/11/22-new-features-of-visual-studio-200 8.html
|
| loading the data | 08 Feb 2008 14:41 GMT | 1 |
I've a requirement to load the data froma csv file to sql server table programaticlly.. I'm working with .net 1.1..so i can't use sqlbulkcopy concept.. which is the best approach to load the daat wrt performance...
|
| Method not found: GetNamedPermissionSet() error on installing .net 3.5 | 08 Feb 2008 13:54 GMT | 1 |
After upgrading to .net 3.5, my web app is giving the error on all .aspx pages: " Method not found: 'System.Security.NamedPermissionSet System.Web.HttpRuntime.GetNamedPermissionSet()' "
|
| Enhancing Membership system | 08 Feb 2008 12:24 GMT | 7 |
I have looked for groups pertaining to membership but there appears to be none. I am working on a CMS system in .NET 2.0 and using the membership. However, there are limitations to membership that I need to override.
|
| HttpModule or HttpHandler? | 08 Feb 2008 12:22 GMT | 3 |
if i want to create a redirection service, i.e. requests on a certain url are redirected to other urls depending on the querystring parameters in the request, what is best to use in this case httpmodule or httphandler? which gets executed first in the asp.net pipeline?
|
| winform in web app | 08 Feb 2008 12:11 GMT | 7 |
Hi ... it's possible put winform (exe or dll) into web form ? (.net 3.0 or 3.5)
|
| Workflow recommendations for ASP.NET 2.0/Windows 2000? | 08 Feb 2008 11:48 GMT | 3 |
We would like to use Windows Workflow Foundation, but our server is Windows 2000, which cannot have .NET 3.0 installed on it. As WWF requires .NET 3.0, we therefore cannot use WWF. No server upgrade is planned for a while.
|
| Error parsing attribute 'test': Type 'System.Web.UI.Page' does not have a public property named 'test'. | 08 Feb 2008 06:25 GMT | 1 |
I am getting this error when trying to use a custom property in my page directive: Error parsing attribute 'test': Type 'System.Web.UI.Page' does not have a public property named 'test'.
|
| a little off topic | 08 Feb 2008 05:30 GMT | 3 |
I am looking for a good ISP for hosting asp.net application. Any suggestion is very appreciated. Regards
|
| timing problem issue | 08 Feb 2008 04:22 GMT | 4 |
Hi, I have some kind of timing problem, not sure how to address it yet. I have a stored procedure that can take from 10 seconds to 2 minutes to return data to a dataset depending on its input parameters. I have the da.selectcommand.CommandTimeout = 0 but still when I run it for ...
|
| How to create new session when new IE session is opened? | 08 Feb 2008 03:41 GMT | 3 |
How can I create a new session from the existing session in asp.net when new IE session is opened using javascript's window.open method or user's hyperlink click? I have a web application which needs two different sessions.
|
| Reference classes of a website project | 08 Feb 2008 03:25 GMT | 11 |
My solution has 2 website projects. I need to reference a class in Website A's app_code folder in Website B. but I can't figure out what namespace to use. Can this be done?
|
| Need to set up a server that support ASP.NET | 08 Feb 2008 01:16 GMT | 17 |
I need to set up a server that supports ASP.NET. I will have it in my home and run on and off for demo projects. The problem is that I don't have then money to by Windows Server 2003 or Windows Server 2008. I have tried to install IIS but that doesn't help me at all. I have tried ...
|
| Making an ASP.NET page talk to a running .NET program | 08 Feb 2008 00:52 GMT | 4 |
I'm not very familiar with ASP.NET, so any pointers would be appreciated. I'm developing a C# program which will basically run in the background as a server. I want to have a web-based front end which people can use
|