virtual directory
Hi,I wrote this website and put it's files on httpdocs folder on the server an also I wrote an admin section and put it's files on adminfiles folder on the same server.in the adminfiles i created a...
View ArticleSite directs to login when login successful
So I have been developing and testing an ASP.NET 4.0 site on IIS7.5 with no problem.I can login (using forms auth) and it would direct me to the right page and be able to carry out actions - things...
View ArticleError Event 1309
Dear all,We developed an app using WCF and a client ASP.net and we have this error. Help me please.Application information: Application domain: /LM/W3SVC/2/ROOT/SCMClient-1-130133783332281776 Trust...
View ArticleSSO SAML - Signature verification
Hello,Using VS 2008 with .Net Framework 3.5 on windows 2003 server.We have implemented SSO with SAML for our client. We work at service provider end where we validate the Signed XML token generated...
View ArticleSSO SAML Signature verification with ASP.Net
Hello,Using VS 2008 with .Net Framework 3.5 on windows 2003 server.We have implemented SSO with SAML for our client. We work at service provider end where we validate the Signed XML token generated...
View Articlemerge ASPNETDB.MDF database with my database project
hiI merge MemberShip database "ASPNETDB.MDF" with my database project suppose the name of the result is "total database" my problem is: _ when i add new user to my project i was not find it in the...
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 ArticleCREATE DATABASE permission denied in database 'master'
I just uploaded my site to GoDaddy and I get "CREATE DATABASE permission denied in database 'master'"I think it is trying to create the aspnet database? I have the connection string pointed to my sql...
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 Articlewebservice ssl
hi,i have a webservice which is accessible throught https://mydomain.com/develop/mywebservice/WcfService.svc/ and an other application which call this webservice. when i host this application in...
View ArticleChanges Made Using Cute Editor Control DO NOT Save on Update
ASP.Net. Visual Web Developer 2012. WindowsServer 2008 R2. SQL Server 2008 R2. Cute Editor.I am using the Cute Editor control on a web page within a site designed usingMicrosoft Web Developer. The...
View ArticleChanging the hashing algorithm used by a MembershipProvider
I would like to change my MembershipProvider to use the SHA256 algorithm instead of the SHA1 algorithm. The problem is that the database already has SHA1 hashes of passwords stored. Is there any way...
View ArticleHttpHandler + Medium Trust Level + GAC + PermissionSet
Hi,I implement a custom IHttphandler and installed it to GAC. The implementation for ProcessRequest like following is used to check whether web site is in medium trust level,public void...
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 ArticleOperation must use an updateable query
hi..I am using ASP.net 4.0 and MS access 2010 as database.my website was working fine locally.When i hosted it in the web,during insert operation,this error is coming: "Operation must use an...
View ArticleCan't get the Login and Registration to work
Hi, I'm trying to get my first website to work. I have searched the forum and the internet but unfortunately found nothing. Local everything works fine, but when I publish it, the login and...
View ArticleManage.aspx: ProviderIncompatibleException on "new" project
Hi all!I've started creating a standard web project, and I've set up a MS SQL database. I'm using Linq and the page works great.Now I want to (or have to) add password protection and role management....
View ArticlePermission problem?
Hello guys,I'mnew to asp.net and I amtrying touse theframeworkSolidConverter.I did theinstallation and reference, howeverwhen running the application givesthe following errorFailed toload C: \...
View ArticleProtect Web site from Form parameter modifications
Hi,I need to understand, how I can protect my web site from following type of hacking attack.Modifications in the name of formpost parameterRemoval of form post parameter from form's parameter...
View Article