obfuscating your asp.net web app
Please which is the best obfuscator for a asp.net and a c sharp windows application
View Articleasp.net roles how to create manual on my server 2008
Hi, how to create roles in sql server 2008? I tried manual to insert in the table aspnet_Roles and aspnet_UsersInRoles but does not works.aspnet_Roles: ApplicationId RoleId RoleName...
View Articleasp.net security
i am a beginner to asp.net security, i just want to know the security steps involved in web application, thanks in advance
View Articlesend email using C# Visual Studio 2010
hii want to create a website that will send an email after registration using asp.net and c# visual studio 2010 .does any one can tell me the procedure to send email and i am working from home .is it...
View ArticleWhat Was Best Way To Implement Myaccount Option in website
What was the best way to Implement MYACCUNT option in website based user validate from database , Once usr login , I need maintin user id for all my webpages .Like bellow sites :redbus.inpaytm.com
View ArticleWeb servis security
Hi ;I created asp.net web service for connect from other platform.When I typed url address I succesfully connect and show items in db.But Web service hasn't anyauthentication. How can I provide web...
View ArticleBeginner question about form authentication
This is my first time using form authentication, I don't know why it is not working on my sitehttp://firsthomeplace.caHere is the web.config:<authentication mode="Forms"><forms...
View ArticleNT ID field not showing NTID in the database
Hello All,I have a some list of tables in which I have a column called "NT_ID" in most of the tables. Nvarchar(max)We are using NT Authentication in our project.Now I have used the following code in C#...
View ArticleCannot Authenticate When Trying to Access Site While Logged onto the Web Server
ASP.NET. Visual Web Developer 2012. Windows Server 2008 R2. IIS 7. Authentication Mode "Windows."I am trying to test my web site by loggin in to the site while logged onto the web server that hosts...
View ArticleASP.NET virus?
Split off from http://forums.asp.net/t/1701403.aspx/2/10?asp+net+is+set+up+as+admin+and+I+didnt+do+it.Hi Brothers , For 2 years now, I have been operating my computer as an administrator in the user...
View ArticleSQL Membership Provider always returning false for...
The title says it all. I provide the correct password and it always returns false. If i set the same users account to use plaintext password storage then it works just fine... What gives??My provider...
View ArticleThe wait operation timed out Membership CreatUser
I have this line of code that takes some information from a form and put some in a database and use others to create user in the membership databasewhenever the sign up button it shows me that the...
View ArticleSession expire on popup aspx page
I have query over session expire on popup aspx page.I have asp.net project where session expire funtionality is working. now i have add one new aspx that will open as popup on certainevent on the login...
View ArticleCould not load file or assembly DotNetOpenAuth.Core, Version=4.0.0.0
Hi, I downloaded the DotNetOpenAuth libs from nuget but get this error:Could not load file or assembly 'DotNetOpenAuth.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246' or one of...
View Articlecross domain browsing?
Hi friends,I have an application called Customers where there is a login page with credentials. Inside this applicationi have links to another application CustomerAdress in another domain which use...
View ArticleIs it Possible to create a Custom MembershipCreateStatus Enumeration Member
Hello everyone:This page shows all the available Members in the MembershipCreateStatus Enumeration:http://msdn.microsoft.com/en-us/library/system.web.security.membershipcreatestatus.aspx Example: Lets...
View ArticleConfiguration Error
hiI merge database memeber ship with my database project byrun C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regsql ......etcthe merge is successful ......then i edit web.config ,here...
View Articleverification through Email
i am creating a website for event registration online , in which i have designed a page for cancellation of registration ,that page will take user id to cancel the registration .for that i want to...
View ArticleFile copy issue over network (exe running from Asp.net website)
Dear All,i created a exe and calling from asp.net application. The asp.net application hosted on a IIS 5.1 windows xp server with service pack 3.Below are the steps which we are following1) calling exe...
View ArticleTwo LoginControls (MasterPage + ContentPage)
Hello Community,i am working on a site which contains a user login in the master page, so it is visibile from all content pages. It is located in the right upper corner of my website. The LoginControl...
View Article