Can Access Website On Localhost With Firefox Not With IE6
Mar 29, 2010Have deployed a website to IIS6 Firefox ok but IE6 says not authorized. Weird isn't it ?
View 1 RepliesHave deployed a website to IIS6 Firefox ok but IE6 says not authorized. Weird isn't it ?
View 1 RepliesI have installed teampulse http://www.telerik.com/team-productivity-tools.aspx community. I add in bindings my domain name with port 9898 like it is with localhost. I can connect through localhost but not throuh the domain
View 1 Repliesassume that i have publish my project on localhost and i want to access it from remote computer,
assume that my project name is "project1" , and my IP address is @192.132.999
what the URL should be in order to access it??
it should be http://192.132.999/project1
I m getting error while running page(.aspx)
"Login failed for user 'HOME-D6A8A84CE4ASPNET'." and at the same time i m also getting error
Firefox can't establish a connection to the server at localhost:1452.
although the the pages(website was running properly as before)
I am running on windows XP IIS 5.1
When I try to go into localhost in IE it works fine but in Firefox it asks me to enter user name and password.
In my IIS configuration I have ticked to use Anonymoous access under Authentication.
I've created one web application in ASP.NET - 2.0 Now, I want to deploy it in my localhost itself Is it posible to do so, if yes How it can be achive without having server myself
View 1 Repliesim Using asp.net 3.5
and i want to publish it and i want to test My WebSite from Remote computer ,
but i want to test it on (localhost) not on Server !! how?
i want to use localhost for developing website facebook application using the graph api.
i working in asp.net c#
in the previous api of facebook i was abe to write the
http://localhost:4300/ in the connect url at the application settings.
now it dosent work.it keeps telling me
An error occurred with application name. Please try again later.
** if i upload the website, and use the website coonect url, it is working.
What files all go to the site? Somewhere I read that source code is not necessary to post to the site. I use VS 2010. I wonder what files go to the site and how to install website from localhost on the server?
View 3 RepliesHow to publish the website/application on localhost and what should be entered in browser while accessing it from localhost
View 1 Repliesim developing a web app in asp.net. it works fine when i run it from visual webdeveloper. however when i run it from localhost i get the following error:
Server Error in '/zoo_webservices' Application.
The SELECT permission was denied on the object 'Zoo', database 'zoo_network', schema 'dbo'.
If I am currently using membership as a localhost, what will happen when I "publish" and "build" my website and upload it? Do I have to follow specific steps, how would I connect to the "ASP.NET Administration Tools"?
View 3 RepliesHow to access report services from localhost on my mahcine? Is there any web interface provided for SQL Server Reporting Services 2008? If so how can i do that and what is the URL?
View 2 RepliesI have the following problem, I make a web site when I run this website (locally) I get the correct data (for example I have a set of cities according to the city selection, I get the required data), but when I publish the web site and try it on line (I get incorrect data under the same conditions I tried before locally). I don't know what is the problem, I need to trace the code online (debug the code on line) to know where the problem. Is there any suggestions how to treat case like this, code works in correct manner locally but fails sometimes online? I use (https) online. I use static variable (supposed not to be changed) but online the value of this variable is changing and make this problem.
View 3 RepliesIs there an auto hacking software that tries to hack my localhost asp website? I need this to know my weak points in my website.
View 1 RepliesI ahve a gridview and itemtemplate in which I have an URL field from the database. When I clicl on this URL, it should open in another browser the URL that we clicked on.
<asp:TemplateField
HeaderText="Website"
SortExpression="Dev_Company_City">
[code]...
I need to upgrade a ASP.NET website for IE8. it works fine in IE6, but not in IE8. I don't want to run it in any backward compatibility mode. I would like to make any code changes that are required to make it fully compliant with IE8/Firefox. what is the best and/or easiest way to do that? is it just a case of going through each of the things that are broken and fixing them one by one or is there a more efficient way to fix these issues (some kind of utility??).
View 3 RepliesI am from Iraq and have no enough resources to search.I want to know how to use browsercaps (which I find in many sites)in my web.config file and if (minor and major) replaced with value or not and any changes to fit with my requirement.
View 1 RepliesI have an ASP.net application hosted on Win2003 server. When I set the Authenticated Access to just Integrated Windows Authentication, IE7 & IE8 started failing in loging into the site with an error 401.1 ("You are not authorized to view this page"). But Firefox has no issues in loging into the site. why IE is failing to login with Integrated Windows Authentication where FireFox works perfectly?
View 1 RepliesHow remove "localhost:portno" when running an asp.net website under iis?... When i browse my virtual directory i can
http://localhost:120/mine/Forms/Clients.aspx.....
what would be the user name and password of http://localhost/Reports to access SERVER 2005 Reporting service
View 7 RepliesOver the past two weeks or so, I've been getting feedback from users on my site that a popup box is interferring with their use of my search page. From the research I've done, it appears only Firefox users are having this problem. I haven't changed my site, so I can't figure out why this is happening. Has anyone successfully corrected this problem. It's costing me traffic, so I have to figure this out. My site is based on the classified starterkit.
View 4 RepliesI want to have a PHP login form on my website. When the user enters a username and password and clicks submit, they should be directed to a remote website logged in (therefore skipping the login form on the remote site).
As mentioned in the title, the remote site is built using ASP.NET.
I've tried to search for a solution this but really not finding.
I want know, If an error has occurred and website is redirected to the Custom Error Page and is also logged out. If back button of the Mozilla browser is pressed, previous logged in page is displayed. I have also used
1.
Response.Cache.SetCacheability(HttpCacheability.NoCache);
2.
Response.Cache.SetExpires(DateTime.Now);
in Page_init on Custom error page. Also set the values of .ASPXAUTH and other cookies to 1 but again page is not going to the Login Page. These cookies could also not be removed.
has any one done any automation related to Firefox - Firebug
I am trying to automate some task using C#
I found these two open source projects related to automating firefox
[URL]
how to interact with firefox addons