Installation :: Webpage Does Not Come When Hit 'view In Browser'?
Feb 10, 2010
I downloaded a version of VS 2008 Professional and installed it on my laptop. Everything seems find until I build it hit view in browser. Then I get 'Web page could not be found'. I'm thinking I must have some setting wrong but I couldn't begin to determine what it might be.
I am using visual studio 2005 and 2008.when i Right click and select view in browser in VS 2005,it is opening same web page twice.Can any one say why it is opening twice.
i'm working on a project (ASP.NET). When i run my project it runs on IE6 because i'm using windows xp. I want to run it on other browsers like firefox, opera etc. can any one tell me how to do this. I've set the default browser as opera frm control panel but it didn't worked.
I just was issued a new PC that has Win7 (non-64 bit). We use SVN as our source control, and I pulled all the web projects down to the new machine. After configuring IIS, I compiled one project and ran. Almost immediately I get the error "Internet Explorer cannot display the webpage". I ran the diagnostics, and get the message "The remote device or resource won't accept the connection". Looking in the event viewer, nothing showed up. I had this running on a Vista Ultimate box, and even did a one to one compare of the settings between the two boxes, and things are the same, but obviously I've missed something. Any thoughts on what to investigate? How can I see a better message than the standard (already turned off Friendly Messages)?
I have a simple web page as below named eventviewer.aspx. I host it in a server under the default website and when i browse it from the INETMGR it opens and displays teh events.
But when i try to open it from another machine, by reqyestiung the page, it just shows the heading and not the grid. Can you provide some inputs??
For somme reason, when I preview my webpage in my browser, there is no error but if I actually uploade it to my server and go to the webaddresse, it has an error. If it's helpfulle, here is the error. [URL]
i want to protect webpage from saving from browser file->save as. i found some sites did it(facebook,orkut). when i try to save pages on that sites only home page saved. how to do this in c#
Hi thanks for your effort in trying to reply for my post.I know how to add an asp.net menu to a master page, But its not so neat and i am trying to add a menu which is similar to
Its a Html page and not an asp page, i tried adding the menu, style sheet, javascript to my asp.net master page page by making some alterations to the code but it didnt really work. I.e. it dosent fit in well with the other components, the components below it are being pushed away to the right and i have checked the css several times but nothing is obvious.
I was wondering if there are any specific changes that needed to be done in order to accomodate it.I would be happy to paste my code if somebody would like to observe and point out why addng the menu is causing imbalance to the page .
Am using a image cropper(custom control)what i need is i have to copy the cropped images and then save it wherever i want in local system (just like copy/paste in windows folders)..also need to copy the images from system and paste it to web page
My requirement is that I have a few hyperlinks on a webpage and when the user clicks on these hyperlinks I should redirect the user to an asp.net web page(Default.aspx) in a different website.
For the 1st time when the user clicks on one of the hyperlinks it will launch a new browser window with the Default.aspx loaded and then if the user clicks on some other hyperlink I want to redirect the user to the existing browser window(in which deafult.aspx is already loaded)with the content related to this particular hyperlink loaded,instead of launching a new browser window/tab.
But I am not sure of how to achieve this.I wonder if I can add some js to the asp.net Default.aspx page to achieve this.
I am trying to put a pdf document in a a web page. But instead of viewing this in the web page, when this page is called it ask's if we want to save/download an then open this in Adobe with the printer dialog open.
Javascript which calls this page load function window.open("http://localhost:1843/PrintDocument.aspx?DocumentId="+id+"&Year="+year+"&Location="+loc);
I am using the following code to ensure that the web pages in my website are not cached by the browser:
this.Response.Expires = 0;
this.Response.AppendHeader("Pragma", "no-cache");
this.Response.Cache.SetNoStore();
This is working fine & the browser displays a page with the message, "Warning. This page has expired....". Is there any way I can display a custom page instead of the default page shown by the browser?
If i have a page which displays all the data but with only a few fields, then i select one of the data and then i want to be able to view that data with all the fields related to that data on another web page.
I have been able to view the data in Grid view and enable the Select, Update, Insert and Delete. But not able to use the select button to view the information on another web page.
I have one doubt, Is it possible to view an Excel file in Asp.net web page like viewing a pdf file. Not using gridview, just need to open the excel in a web page.
I have created my webpage in asp.net in 1024*768 resolution, my problem was that when i change my monitor resolution then the controls in my webpage will be displayed in unmanaged manner. How to arrange items in my webpage which support multiple resolution. Whatever the resolution of my monitor the controls in my webpage will display as it is as managed in 1024*768 reolution.