visual studio question

M

Mike

I just installed a VS 05 onto my new laptop, I can create a new web app, but
when I goto Debug, I don't see Run without Debugging as an option, its only
allowing me to run my web app in debug mode. How can I just ran my web app
and not be in debug mode?
 
J

Jonn

I don't even have that as an option in the build configuration manager.
That was the first thing I looked to change but I don't even see that in the
config mgr tool.
 
D

David Wier

Which version of VS 05 do you have?
also - have you tried running it using Ctrl-F5?
 
J

Jonn

still doesn't show me 'release mode' in the config manager. Also I installed
the web deploy project and I don't see that so I can add it to my web
project.

I installed VS 2005 from a MSDN DVD and I'm missing half of the options
 
J

Jonn

OK, If i create a new project - asp.net web application I can see the
'release mode' but if I do create - - new web site, I don't. I only see
'debug' what gives?
 
J

Juan T. Llibre

re:
still doesn't show me 'release mode' in the config manager

It doesn't need to show that...and it won't, but the compilation
*will* be set to "release" by setting that web.config option.





Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
Jonn said:
still doesn't show me 'release mode' in the config manager. Also I installed the web deploy
project and I don't see that so I can add it to my web project.
 

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

Top