Hi everyone, I host a site www.xyz.com. When i type www.xyz.com in the browser, it works correctly. But when i just type http://xyz.com ; it gives some config issues. I asked the hosting support; they told me that i have to manually set the web.config file to fix that issue. How can i fix it by setting the web.config file ?
xbiplav
Posts
-
URL Redirecting from http:// to WWW -
Hot to URL Re-Routing ??Hi everyone, I host a site www.xyz.com. When i type www.xyz.com in the browser, it works correctly. But when i just type http://xyz.com ; it gives some config issues. I asked the hosting support; they told me that i have to manually set the web.config file to fix that issue. How can i fix it by setting the web.config file ?
-
One simple question on Page RefreshingHi anumole, I am sorry but I did not get it. Even a pseudocode will help if you could demonstrate a bit. Thank You!
-
One simple question on Page RefreshingHere you go..I gave you 5...Yayyy....
-
One simple question on Page RefreshingThank u man. U seem to have good knowledge of web technology. I appreciate your time.
-
One simple question on Page RefreshingThank you once again. Also i want to ask you one last thing and I am sorry for my ignorance. My question is that, like in windows programming we can change the state of Form1 from Form2 by creating objects and passing messages. Similarly like in web, is it possible like we create an object of WebForm1, then pass this instance to WebForm2 and if we want to change an object's state of WebForm1(lets say a label text in WebForm1 to something) can we use that instance of Webform1 (from Webform2) and do that?
-
One simple question on Page RefreshingThanks Man for your time. Also, can AJAX capable of doing such stuffs.
-
One simple question on Page RefreshingHi all the lovely people out there, I am just a beginner in Asp.net. I have a page which has a login link. When i click the login link it pops up a small window where he can login. But after successful login I do not know how to refresh the original page and change the login label to logout. Can you guys help me out?
-
Raising Events from a class libraryI am in a scenario where I have made a class library (*.dll) file. At some point I need to raise an event( from within a class of the *.dll library) of a class(Like Event in the Class shown Below) which is outside or out of the scope of the *.dll library. How do I do it? Do I need to add interface in that particular class of the *.dll library and implement in the calling class or any technique? Does anybody have some idea? Public Class SomeClass Public Event SomeEvent .......... End Class
-
Backing up data from a Sql Server TableI have to do that programatically and i am using Vb.Net or may be C# will do.
-
Backing up data from a Sql Server TableIs there anyway that we can extract or backup data from a sql server table to anything, and later importing them? Is there any popular tool or technique to do so?
-
How to always keep focus on a textbox?What my point is here. As soon as other control's work is done, then the textbox should be focus. I dont want to put textbox1.focus in every control's lostfocus event. I hope you understand me. Thanks!
-
How to always keep focus on a textbox?I have a windows form which has several controls like buttons, listviews, labels and a textbox. Is there any generic way to always keep focus on that textbox?
-
How to poll to get continous data ?I am writing a program in .Net where the code gets a XML document from a URL( like the code below)and reads the XML document.But I dont know how to make the program keep on polling so that I can get the XML document continuosly or at some intervals . Any links or suggestions? Code:- Dim reader As XmlTextReader = New XmlTextReader("http://192.168.10.12/cgi-bin/dataProxy?oper=queryTags&map=1") While reader.Read() { .... }
-
Weird VS2008 ProblemI just finished installing Microsoft Visual Studio 2008. But the very first time, I tried to design a form in Visual Basic, it gives the error message "The service Microsoft.VisualStudio.Shell.Interop.ISelectionContainer already exists in the service container. Paramter name:serviceType" And it also shows the warning which says "Attempted to read or write protected memory. This is often an indication that other memory is corrupt". I searched the whole internet but couldnot get a solution. If you guys can help me,I would really appreciate that.
-
Apostrophe In Field-Value ProblemI am using MSSQL and I have a value named NUG(4'') in a field named Sz in the table tbl_Sz. But when i use the query -> Select count(*) from tbl_Sz where Sz='NUG(4'')', it gives the count zero, which should be one in this case. Is the count is zero due to NUG(4'') has two Apostrophes ? Because I think sql ignores the string after the Apostrophe or something like that? If it is so then how to solve this problem ?
-
VS2005 and VS2008I didnot get you. Did you mean there wont be any problem by that??
-
VS2005 and VS2008I already have VS2005 installed in my computer. I also want to install VS2008 in the same computer. But i donot want to uninstall VS2005. Will VS2005 and VS2008 interfere each other and will the programs written in VS2005(.Net 2.0.) work after installing VS2008?
-
Simple question on maintaining sql server's table datastructureI am in a scenario where my table's datastructure keeps on changing. For eg. sometimes the primary key changes, sometimes the field name changes and so forth. Is there any tool in the internet which helps in monitoring such kind of changes by comparing the previous database and the changed database? If you have any idea of such tools, could you please post it here? Because it is giving me a very hard time.
-
Sql Server Express Application hang problem...Also the client and server application runs in a different terminal(PC).