Search

You searched for the word(s): userid:850314

Matching Posts

  • Re: IIS stop working

    click on start button then > Run type "inetmgr" it will open iis manager window click on local computer icon click on the Websites icon in the tree it will list your default web site Check it state (means running or not) if it is not try to start it by clicking the start button or you can restart your iis my typing "iisreset" in your command prompt. If still the problem persists uninstall and reinstall your iss using your operating system CD
    Posted to Installation and Setup (Forum) by omalbose on 8/24/2009
  • Re: ASP.net server problem

    The solution is removing the next line in the windows host file C:\Windows\System32\drivers\etc\hosts ::1 localhost This is an IpV6 entry. Put a # in front of it. " Instead of commenting this IpV6 entry adding the following IpV4 entry above this line also helps: 127.0.0.1 localhost or Commented out the line ::1 LocalHost with a # in the hosts file and it now works.
    Posted to Installation and Setup (Forum) by omalbose on 3/27/2009
  • Re: Setup putting files into shareddocs

    Try this link this may guide you to you destiny http://stackoverflow.com/questions/88078/can-a-msi-file-install-itself-presumably-via-a-custom-action
    Posted to Installation and Setup (Forum) by omalbose on 3/23/2009
  • Re: Unable to connect with sql server 2005 Express after installing web setup

    Hai, Try your connection with integrated security=false; or remove that integrated clause becasue when you try to login sql with that it will check who has logged into the system. If your problem still persists please revert. Regards Omal
    Posted to Installation and Setup (Forum) by omalbose on 3/23/2009
  • Re: .net framework 2 SP2

    System requirements for .net sp2 is as follows System Requirements Supported Operating Systems: Windows 2000; Windows Mobile 2003 SE software for Pocket PC; Windows Mobile 2003 SE software for Smartphone; Windows Mobile 2003 software for Pocket PCs; Windows Mobile 2003 software for Smartphone ; Windows Mobile 5.0; Windows Mobile 5.0 software for Pocket PC; Windows Mobile 5.0 software for Smartphone; Windows Server 2003; Windows Vista; Windows XP Supported Device Operating Systems: Windows Mobile
    Posted to Installation and Setup (Forum) by omalbose on 3/19/2009
  • Re: .net framework 2 SP2

    I am including an excerpt from the following link. I hope this may help you http://www.vbdotnetforums.com/installation/18914-anyone-able-install-vs2005-onto-vista.html Really weird, but if you try to install VS by running it's Autorun when the cd is popped in, or the Setup.exe in the same folder as the Autorun, it ends up with this error: But if you run the Setup.exe one more folder in, named "Setup", it will install without the error (or any others for me). Really strange that it wants
    Posted to Installation and Setup (Forum) by omalbose on 3/19/2009
  • Re: Web.config suddenly stopped displaying colors (intellisense gone)

    It happens when make mistakes in web.config file ie, don't close the xml tags properly etc. The best way to tackle it is to just back up your web.config file and then remove it from your project. Then add a new configuration file to the project and make the changes you want perform. You can refer your back up copy for changes you made in the past Regards Omal
    Posted to Installation and Setup (Forum) by omalbose on 3/19/2009
  • Re: Installation of Database and Visual Studio.NET For Windows Vista Home Premium or All Vista

    You can go for VS2008 with service pack1, regarding db you dont have to install anything extra since sql2005 express edition is packed with vs2008 professional edition. If you are using it on home pc express edition is more than enough, and it won't degrade your system performance. if you are experiencing any problem while install plz go through this link http://grumpywookie.wordpress.com/2008/02/12/problems-installing-visual-studio-2008-on-vista-x64/
    Posted to Installation and Setup (Forum) by omalbose on 3/18/2009
  • Re: Web Server Configuration

    Could you please explaine what all erros are you getting from there?. Check with following steps that may help to diagnose the problem you can refresh your iis by the following command from command prompt iisreset /start start > run type "inetmgr" under internet information services select defautlweb site make it sure that it is in running state. select the properties of the default website under ASP.net tab make it sure that your default .net environment is 2..... if your problem still
    Posted to Configuration and Deployment (Forum) by omalbose on 3/16/2009
  • Re: popup window problem

    Try this code here i have create a popup display on the mouse over of link. When mouse comes over the hyperlink the below mentioned function displays the destination page in popup window(div). you can call the fuction like this <A href="33100.html" onmouseover="createframe(this.href)">Your Link page</A> make it sure that your page contains <script language="javascript" src="yourjsfile.js"></script> tags function createframe(url) { divname
    Posted to Client Side Web Development (Forum) by omalbose on 3/16/2009
Page 1 of 6 (54 items) 1 2 3 4 5 Next > ... Last »