Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Local computer and develoment server

Local computer and develoment server

Scheduled Pinned Locked Moved ASP.NET
helpquestiondatabasesysadmintesting
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    caheo
    wrote on last edited by
    #1

    Hi everyone My web project runs on machine (local host) successfully. I deployed it on development server and I met a lot of troubles. I need your solutions for these 1> What is the best way to maintain my application? Here what I did and I don't think this is a good way. Everytime I want to implement my project, I copy files or ftp files from the server back to my machine, fix it on my machine and deploy it back to the server. This is troublesome since application involves a lot of people and some code are hardcoded in the web.config to meet expectations of the path of server. It's really hard for me maintain this large scale web application 2> What I saw on machine does not act exactly what I saw when I run on development server I have validation checks for textboxes which require user to fill in. It will report an error message and expect user to fill it out before can move next. After everytime, an instruction is satisfied it will update database. When testing on my local machine it does not allow to procceed to the next page if instruction is not satisfied. On my server, it just keeps letting user goes through and ingore all the validation checks 3> I would like to know what is the best way to start learning how to use Web Application Test? I tried to practice on the tool. However I still have no clue how to use it. Any instruction on this would be so helpful for me to stimulate testing scenarios for the project. Thanks for everyone

    S D 2 Replies Last reply
    0
    • C caheo

      Hi everyone My web project runs on machine (local host) successfully. I deployed it on development server and I met a lot of troubles. I need your solutions for these 1> What is the best way to maintain my application? Here what I did and I don't think this is a good way. Everytime I want to implement my project, I copy files or ftp files from the server back to my machine, fix it on my machine and deploy it back to the server. This is troublesome since application involves a lot of people and some code are hardcoded in the web.config to meet expectations of the path of server. It's really hard for me maintain this large scale web application 2> What I saw on machine does not act exactly what I saw when I run on development server I have validation checks for textboxes which require user to fill in. It will report an error message and expect user to fill it out before can move next. After everytime, an instruction is satisfied it will update database. When testing on my local machine it does not allow to procceed to the next page if instruction is not satisfied. On my server, it just keeps letting user goes through and ingore all the validation checks 3> I would like to know what is the best way to start learning how to use Web Application Test? I tried to practice on the tool. However I still have no clue how to use it. Any instruction on this would be so helpful for me to stimulate testing scenarios for the project. Thanks for everyone

      S Offline
      S Offline
      Sarvesvara BVKS Dasa
      wrote on last edited by
      #2

      caheo wrote: 2> What I saw on machine does not act exactly what I saw when I run on development server Not sure, but... Check the machine.config in the Deploymenr PC I was born intelligent
      Education ruined me!.

      1 Reply Last reply
      0
      • C caheo

        Hi everyone My web project runs on machine (local host) successfully. I deployed it on development server and I met a lot of troubles. I need your solutions for these 1> What is the best way to maintain my application? Here what I did and I don't think this is a good way. Everytime I want to implement my project, I copy files or ftp files from the server back to my machine, fix it on my machine and deploy it back to the server. This is troublesome since application involves a lot of people and some code are hardcoded in the web.config to meet expectations of the path of server. It's really hard for me maintain this large scale web application 2> What I saw on machine does not act exactly what I saw when I run on development server I have validation checks for textboxes which require user to fill in. It will report an error message and expect user to fill it out before can move next. After everytime, an instruction is satisfied it will update database. When testing on my local machine it does not allow to procceed to the next page if instruction is not satisfied. On my server, it just keeps letting user goes through and ingore all the validation checks 3> I would like to know what is the best way to start learning how to use Web Application Test? I tried to practice on the tool. However I still have no clue how to use it. Any instruction on this would be so helpful for me to stimulate testing scenarios for the project. Thanks for everyone

        D Offline
        D Offline
        David Flores
        wrote on last edited by
        #3

        1> In the global.asax file you could add some code to the Application_Start function (VB.NET) to read in the servers location and any other information, then store it in the application object: e.g. Application.Set("Variable", value) 2> If you can, install the debug version on your development machine and step through it. 3> Dont know

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups