Search

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

Matching Posts

  • Re: GoDaddy Deployment Problem

    Thanks guys, My friend helped me deploy it...
    Posted to Configuration and Deployment (Forum) by rienmann on 7/26/2009
  • GoDaddy Deployment Problem

    Hi, I have never deployed a webApp before. My web app works fine on my localhost, but as soon as I uploaded it to godaddy. I get this error. I have uploaded everything from my site, except the databases. HTTP Error 500.22 - Internal Server Error An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode. Detailed Error Information Module ConfigurationValidationModule Notification BeginRequest Handler StaticFile Error Code 0x80070032 Requested URL http://www.parkinmydriveway
    Posted to Configuration and Deployment (Forum) by rienmann on 7/16/2009
  • Re: Session variables and Local host

    I decided to use PreviousPage instead. I never really understood why I couldn't create Session variables, unless they were in the global file. And then access them on a page. So i gave up.. Thanks for your help, I will still have this problem in the future, but for now I am making due...
  • Re: GoDaddy SMTP

    Thanks, I figure it out. It was quite annoying. I guess you can't expect godaddy to provide support for $5 per month. Thanks again
    Posted to Hosting Open Forum (Forum) by rienmann on 6/17/2009
  • GoDaddy SMTP

    Hi Everyone, I am trying to send an email out, using visual studio 2005 using godaddy.com. I am developing my website using my local host server, I have already paid for a hosting plan. I am emailing this to the forum as a last resort. I am lost, lost lost. I am told by some to use smtpout.securehost.net, and relay-hosting.securehost.net by godaddy. Some people say I have to use the first while I am developing the webpage locally and the latter once I have hosted my site. I keep getting the following
    Posted to Hosting Open Forum (Forum) by rienmann on 6/16/2009
  • Re: Session variables and Local host

    Session.Add( "StreetNo" , txtStreetNo.Text); Session.Add( "Street" , txtStreet.Text); Session.Add( "City" , txtCity.Text); Session.Add( "Province" , drpdwnProvince.SelectedValue); Session.Add( "PostalCode" , txtPostalCode.Text); And I retrieve it as textbox1.Text = ( string )Session[ "StreetNo" ] + " " + ( string )Session[ "Street" ] + ", " + ( string )Session[ "City" ] + ", " + ( string
  • Session variables and Local host

    I can't make session variables stick even in the simplest applications. I have spent a week on this problem, I am so frustrated. I try to add a session variable on a web page, such as someones name. Then when I try to use it. ie. (string)Session["name"], it is always blank. However, if I add it to the global file, I can use it. I want something modifable. I AM GOING CRAZY. What am I doing wrong? I heard it has something to do with the : in the localhost:32154\project etc.... Any help
Page 1 of 1 (7 items)