is there problem to work with vs.net on web application and also to the iis to serve web clients ?

P

Patrice

Yes it works. In the worst case thought you could hang the server because
depending on what you are doing...

Patrice
 
S

Scott Allen

Hi roni:

You can certainly run into problems trying this - your testers might
file a bug because they thought something went wrong when in fact you
just had to restart a service on your development machine, for
instance. Yes - technically it will 'work', but mightg lead to extra
work and confusion.
 
K

Kevin Spencer

meaning, can i server web clients and develop on the IIS at the same time

If I understand you correctly, yes, as long as you aren't developing on the
SAME server as the one that is being used.

General rule of thumb: Don't s**t where you eat. You have clients that
(presumably) pay for 24-7 service on a public web server. Development means
debugging. Debugging means bugs, and catastrophic failures from time to
time. Use a development server for development.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.
 
R

roni

hi.

if i work with the vs.net on project X ,that is web application
is there a problem for the IIS to serve web clients with project Y dlls ,at
the same time ?


meaning, can i server web clients and develop on the IIS at the same time ?

(i want to develop while other web clients testing other web applications )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top