473,386 Members | 1,674 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Have you seen this situation?

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

Nov 18 '05 #1
1 933
"Hai Nguyen" <ha******@neo.tamu.edu> wrote in message
news:uc**************@TK2MSFTNGP11.phx.gbl...
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
Most preferred method is xcopy deployment but as you say the site is large.
but unless you have a physical access to the server thats your best bet. if
however you have physical access to the server, try packing the application
using windows installer.


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
in the web root you will find a directory call "aspnet_client". that is the
directory that has validation scripts. That is normally there in a properly
configure web root. if your production box doesnt have it then the
validation controls wont work ( i deleted mine cause i did not know it
then... got it working when i uploaded them)


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.

http://www.microsoft.com/technet/tre...s/webstres.asp

here's your tutorial


Thanks for everyone


Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

31
by: somebody | last post by:
No, I'm not a troll, just angry. I just started learning C++, and find it extremely lacking compared to Java. For example, I had to write my own functions to do something as simple as a case...
39
by: Randell D. | last post by:
Folks, I'm sure this can be done legally, and not thru tricks of the trade - I hope someone can help. I'm writing a 'tool' (a function) which can be used generically in any of my projects. ...
51
by: madsgormlarsen | last post by:
I can not get hover effect on a TD to work in IE, it seams you can not have a hover on a td in IE? I have treid this body.section-2 td.current, body.section-2 td.submenu, body.section-2...
15
by: Prafull Soni | last post by:
Hi, Can we have inline function in C or this feature is from C++. What does ANSI say about the use of inline functions? Do gcc support it as a feature of C or C++? Thanks! Prafull Soni
5
by: Barry Anderberg | last post by:
I'm using a tool by Sci-Tech called the .NET Memory Profiler. We have a massive .NET/C# application here and it has been exhibiting memory leak behavior for some time. Attempting to remedy the...
23
by: John Rivers | last post by:
This shows you how to implement html rendering methods and libraries in ASPX pages. This also means super fast debugging as no re-initialising of IIS is required after editting! This gets...
56
by: Daylor | last post by:
hi. how can i check if string 1 exist in string 2 in vb.net ? have a nice day.
12
by: Raymond Hettinger | last post by:
I am evaluating a request for an alternate version of itertools.izip() that has a None fill-in feature like the built-in map function: >>> map(None, 'abc', '12345') # demonstrate map's None...
19
by: zzw8206262001 | last post by:
Hi,I find a way to make javescript more like c++ or pyhon There is the sample code: function Father(self) //every contructor may have "self" argument { self=self?self:this; ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.