Server development

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I use a production server as the development system for my apps instead of the IIS running on my local machine? How is the connection configured?

Thanks
Condo
 
Sure.

But you are polluting the production server environment unnecessarily. Some
bugs in particular are particularly resistant to sniff out in polluted
environments. In addition, a development environmnent incurs a performance
penalty in debug mode.

Keep your production environment disparate from your development effort.
When you are ready to release your application, do it in a controlled
manner. This added control secures your production environment from pesky
bugs.

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
Condo said:
Can I use a production server as the development system for my apps
instead of the IIS running on my local machine? How is the connection
configured?
 

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

Back
Top