Failed Log In Onto Asp.net C# Website In IE 7 With High Privacy Settings?
May 8, 2010
Got the following issue:Tried in IE7 (may be the same problem in other browsers) to log into a website programmed in asp.net 3.5 with C#. Log in fails. Nothing happens, no error, no crash, it just does not log in. Setting the privacy to medium high resolves the problem. As far as I am aware the website does not use cookies.Any idea what the problem could be? Can this be resolved to enable users to log in regardless of their privacy settings?
View 18 Replies
Similar Messages:
Mar 29, 2011
Problem: I am using FormsAuthentication.SetAuthCookie(UserId, False)[Snip]Response.Redirect("~/login_pages/home2.aspx") ' Force round trip so that logon works OK to logon a user. It all works fine with other browsers, and IE7 provided that IE7's PRIVACY (originally I had written "Security") setting is Low. However it doesn't work when the PRIVACY setting is Medium (the default).
How do I solve this problem? I would have expected that FormsAuthentication.Authenticate(Userid, password) was the solution, but this doesn't seem to work at all.
View 1 Replies
Dec 25, 2010
Average visitors: 5000.
I'm wondering should i make it in PHP or ASP.NET/C#. Website contents might grow really fast because it is expected there going to be daily/continuous posts from users. Its an interactive website that has to login, post, check replies and private messages without any advanced/complex features.
Website might use AJAX as well as JQuery.
What language do you suggest me to go with?
View 2 Replies
Oct 19, 2010
I want to make a 2nd website and am using a copy of the site files from my 1st site built for me, I added them via FTP to the hosting company. I realise when I edit the new site via the CMS it is editing both sites plus when I try to change anything to the CSS file I get the following error -
C:inetpubvhosts*****mysite******httpdocsapp_themessiteStyleSheet.css
So my questions are what do I need to change to be able to deploy a new site with the files I have to make a new site?I also don't understand where the password is coming from, I can see the User ID comes from the database. in the Asp.net connection strings are the following:
site Data Source=sql7.hostinguk.net;Initial Catalog=***;User ID=***;Password=*** - Where is this password coming from?
membership Data Source=sql7.hostinguk.net;User ID=***;Password=***;persist security info=False;initial catalog=***;
View 2 Replies
Apr 19, 2010
I am going to develop an application which have approx 1,000,000 uers. They will be from different countries. Can some one give me a high level diagram or design guidlines so my application is scaleble enough to full fill the needs of such huge no of users.My database will be oracle and i will be using framework 3.5.
View 4 Replies
Dec 8, 2010
I have requirement in website, where i need to provide around 60 textbox inside form.
I woud like to know whether it make performance down when i put such large count of textbox (60) in form.
Is there any alternate way to meet this requirement.
View 1 Replies
Jan 28, 2010
I've got this problem.I launched an ASP.NET website with the Umbraco CMS on an ISP.(Its just a very basic informative site. nothing special.)When I go want to visit the website however, the first pageload takes a lot of time, sometimes even up to 20 seconds. Of course this is ridiculous. Afterwards, I am able to navigate the site relatively quick.. So every first pageload is slow, then everything is OK, more or less.Does anybody have any idea what the problem could be? Would it be IIS? ASP.NET?
View 5 Replies
Sep 6, 2010
Am running asp.net web application.I need to modify the appearance of my web page..I want to bring a table that contains some labels and textbox to the centre of the page..I changed the align to centre..it is not working...i changed the padding pixels which is in default...it is also not working out...i feel CSS in not applying.
View 3 Replies
Nov 20, 2010
I have a Settings.cs class that exposes some Static properties. Those properties are read-only. This class reside in a seperate DLL than the website.
On the application start, I need to initialize the Settings.cs class and populate the Static properties with values. This shall be done once per Application Start.
I am hooking to the Application_Start event in the Web Application. How can I access those "private" Static properties on the Settings.cs class (residing in a separate DLL)?
I have one option which is let the Settings.cs class populate itself. But again I need to do so once per application start.
View 2 Replies
Jan 18, 2010
In asp.net multilingual website in english Uk and swedish, i have three rsources file
1. en-GB.resx
2. sv-SE.resx
3. Culture neutral file.
I have create one base class and all pages is inherited from that class. There i write following lines to set UICULTURE and culture
1. Thread.CurrentThread.CurrentUICulture = CultureInfo.CurrentUICulture.Name;
2. Thread.CurrentThread.CurrentCulture = CultureInfo.CurrentCulture.Name;
Question: Suppose my browser language is Swedish(sv-SE) then this code will run because it find CurrentUICulture and CurrentCulture values as sv-SE.
Now if suppose browser language is Swedish(sv) only, in that case values will be set as
CurrentUICulture = sv; and CurrentCulture = sv-SE
Now the problem is that user can able to view all text in Culture neutral resource file that i kept as english while all decimal saperators, currency and other will be appear in swedish.
It looks confusing to usr.
What would be right approach. I am thinking following solution.
1. i can create extra resource file for sv also.
2. I check value of CurrentUICulture in base class and if it is sv then replace it with sv-SE
Please correct me which one is right approach or Is there any other good way of doing?
View 1 Replies
Mar 10, 2011
I have created .msi and .exe installer for one website. I now want to install this on Windows server 2003 with IIS 6. As the installation is on a already existing site on IIS I want the installer to remove all the exisitng files but retain the IIS settings of the already existing site(such as default document and directory security).
View 1 Replies
Nov 16, 2010
I have an ASP.Net website as one of the projects in a Visual Studio 2010 solution. I have several files in my ASP.Net website project which are named correctly according to the expected pattern of *.aspx and *.aspx.cs, however, when I view them within the ASP.Net website project, they are not displayed hierarchically and are instead displayed in a flat file view adjacent to each other. How do I get the files to display hierarchically within Visual Studio as they are normally when I add a brand new .aspx page to the website project? I have been looking all over for a corresponding Visual Studio MSBuild or settings file that might be storing these hierarchical display settings but have found nothing as of yet.
View 1 Replies
Aug 10, 2010
I wish to keep the site settings like ProductsPerpage, SiteName, MaximumFileUploads etc in web.config file I wish to add a "Change Settings" form in the web site in order to change settings. Is it a standard method to access and edit the system.config file programmatically for changing site settings? Else what should be the good approach I should follow?
View 3 Replies
Mar 2, 2011
I have a E-Shop Site and I need some customization for my users like following :
Store favorite products in their own basket.Customize products list in order to what are their favorite. It must remember their basket next time they want to visit our site.
my question is how I can store information for my customers who are new to my web site also most of customers don't like to have username and password then login first they like to buy during a week and at the end of week pay for them then we can send some products to their locations.
I have already written my application using asp.net with framework 4.0.
View 3 Replies
Aug 3, 2010
I have a WCF service. For security reasons, I need to ensure that all 3 goals of security are attained (Privacy, Integrity and Authentication). We are planning to use x.509 certificate. My question is, Does just using x.509 certificate for message security ensure me of all 3 goals?
I am planning to set up the x.509 certificates as mentioned in following article
For message security use following links
[URL]
[URL]
View 3 Replies
Dec 20, 2010
I'm testing my Asp.Net application from localhost to check how it behaves when cookies are disabled. I tried blocking the cookies in IE8, by setting it at
Tools -> Internet Options -> Privacy -> Advanced
and selecting "Block" for both "First-party Cookies" and "Third-party Cookies". However, when I run my application, the cookies still get created.
View 2 Replies
Sep 13, 2010
I have an error loading a report on my website
[URL]
This code:
[code]...
It generates the error: Load report failed.
What settings should I have on the server.
View 2 Replies
Mar 30, 2011
when I deploy a website in IIS Windows Server 2003 R2 . First time deploy, it seemed no problem at all (fyi, the one who deploy for the first time is not me, but my friend) but after one or two days this problem occur. I can't browse from IIS and Internet Explorer. In Internet Explorer the page display:
"Internet Explorer cannot display the website." The worse, no error log data ever produced in Application category in Event Viewer.
I've tried change the address from localhost to 127.0.0.1 but the response is still the same. I even tried access just localhost alone. It should display the default homepage from IIS but the response is still the same too. I've checked IIS' Web Service Extension, the Active Server Pages and ASP.NET 2.0 are set to allowed. I also have tried make a virtual directory with just index.html inside and the response is still the same.
FYI: The server seems run in 64 bit (HP Proliant server). The website I build only used ASP.NET Ajax 1.0 and Crystal Report for VS 2005. From the server, I can access the internet but not the localhost.
View 2 Replies
Jan 19, 2010
We have many different clients, and each client can have multiple user accounts.Right now, we have user settings set up on the ASP project, and a WinForms application can see these settings, depending on which user logs into the winforms application. They are specific to the user. I want to make them specific to the client, so users can be in "groups" by their client, and all users in the group would see/update the same settings.
View 1 Replies
Aug 16, 2010
first here is my connection string:
"Data Source=tcp:sql2k803.discountasp.net;Initial Catalog=SQL2008_736225_aldookandb;User ID=SQL2008_736225_aldookandb_user;Password=******; "
note that i can successfully connect to the db using the user 'SQL2008_736225_aldookandb_user' when i use a remote connection tool, such as sql server managment studio
And you can reproduce this problem, see it live and see the stack trace by doing the following:
A) :
1.go to my website [URL]
2.login as username: Teacher1 password: 123456 (Note that you have been logged in successfully)
3. go to the link in the upper right corner where it says (Teacher Page)
4. booooom!
B):
1. go to the website and create an account as a "Teacher"
2. do steps 2 to 4 from above and same problem occurs
View 1 Replies
Oct 22, 2010
I want to put my dlls on web site.
I don't know how doing so,
since I got a message :
Could not load file or assembly 'aDllFile, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null' or one of its dependencies. Failed to grant minimum permission request.
Now I am checking it on my own computer (Windows7).
View 16 Replies
Jan 11, 2010
While configuring website in IIS "Failed to Access IIS metabase" problem is coming
View 1 Replies
Apr 14, 2010
I am getting "Failed to access IIS metabase" when I am running my website from ASP.NET.
View 4 Replies
Oct 26, 2010
I'm running a Windows 2008 server (a VPS with 1GB of RAM), with SQL Server Express and IIS 7 installed. On it I'm hosting a NopCommerce 1.7 website, with a database of around 26 000 products.
Right now I'm the only user of the website (it's in development) and I'm getting rather bad performance from it. To be more specific every time I make a request, the worker process goes to 90-100% CPU usage for a few seconds. Is it me or this is a lot for a 1 user NopCommerce website?
PS: the worker process uses between 100MB-400MB of memory (private working set), and SQL Server with this database, around 160MB.
View 2 Replies
Nov 20, 2010
My question is regarding ASP.NET performance. Does it make things more complex like in PHP when I need to make the site performs better? Do I need to use use caching as well?
And is it easier to chach a website in ASP.NET?
View 1 Replies