473,395 Members | 1,404 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,395 software developers and data experts.

visual studio question

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?
Mar 5 '07 #1
8 1110
Would configuring the project as Release mode help ?


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/
===================================
"Mike" <mi**@yahoo.comwrote in message news:Oh**************@TK2MSFTNGP05.phx.gbl...
>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?


Mar 5 '07 #2
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.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e%****************@TK2MSFTNGP06.phx.gbl...
Would configuring the project as Release mode help ?


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/
===================================
"Mike" <mi**@yahoo.comwrote in message
news:Oh**************@TK2MSFTNGP05.phx.gbl...
>>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?



Mar 5 '07 #3
Which version of VS 05 do you have?
also - have you tried running it using Ctrl-F5?

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
"Mike" <mi**@yahoo.comwrote in message
news:Oh**************@TK2MSFTNGP05.phx.gbl...
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?


Mar 5 '07 #4
Set the "don't debug" option in the <compilation... /element of web.config.

http://support.microsoft.com/kb/815157

<compilation debug="false" />


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" <Jo**@yahoo.comwrote in message news:uN**************@TK2MSFTNGP05.phx.gbl...
>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.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e%****************@TK2MSFTNGP06.phx.gbl...
>Would configuring the project as Release mode help ?

Juan T. Llibre, asp.net MVP
>"Mike" <mi**@yahoo.comwrote in message news:Oh**************@TK2MSFTNGP05.phx.gbl...
>>>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?

Mar 5 '07 #5
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
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
Set the "don't debug" option in the <compilation... /element of
web.config.

http://support.microsoft.com/kb/815157

<compilation debug="false" />


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" <Jo**@yahoo.comwrote in message
news:uN**************@TK2MSFTNGP05.phx.gbl...
>>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.
>"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e%****************@TK2MSFTNGP06.phx.gbl...
>>Would configuring the project as Release mode help ?

Juan T. Llibre, asp.net MVP
>>"Mike" <mi**@yahoo.comwrote in message
news:Oh**************@TK2MSFTNGP05.phx.gbl...
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?


Mar 5 '07 #6
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?

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
Set the "don't debug" option in the <compilation... /element of
web.config.

http://support.microsoft.com/kb/815157

<compilation debug="false" />


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" <Jo**@yahoo.comwrote in message
news:uN**************@TK2MSFTNGP05.phx.gbl...
>>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.
>"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e%****************@TK2MSFTNGP06.phx.gbl...
>>Would configuring the project as Release mode help ?

Juan T. Llibre, asp.net MVP
>>"Mike" <mi**@yahoo.comwrote in message
news:Oh**************@TK2MSFTNGP05.phx.gbl...
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?


Mar 5 '07 #7
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" <Jo**@yahoo.comwrote in message news:ui**************@TK2MSFTNGP06.phx.gbl...
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
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:er**************@TK2MSFTNGP04.phx.gbl...
>Set the "don't debug" option in the <compilation... /element of web.config.

http://support.microsoft.com/kb/815157

<compilation debug="false" />


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" <Jo**@yahoo.comwrote in message news:uN**************@TK2MSFTNGP05.phx.gbl...
>>>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.
>>"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:e%****************@TK2MSFTNGP06.phx.gbl.. .
Would configuring the project as Release mode help ?

Juan T. Llibre, asp.net MVP
>>>"Mike" <mi**@yahoo.comwrote in message news:Oh**************@TK2MSFTNGP05.phx.gbl...
>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?



Mar 5 '07 #8
VS 05 Pro, and Yeah Ctrl+F5 still runs me in debug mode.
I'm consistantly in debug mode unless i go to http://localhost/website.

then I can run my web app normally. Something is screwed up somewhere.

"David Wier" <da********@noSpamhotmail.comwrote in message
news:Oc**************@TK2MSFTNGP05.phx.gbl...
Which version of VS 05 do you have?
also - have you tried running it using Ctrl-F5?

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
"Mike" <mi**@yahoo.comwrote in message
news:Oh**************@TK2MSFTNGP05.phx.gbl...
>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?



Mar 5 '07 #9

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

Similar topics

1
by: angelag | last post by:
I am currently taking a college course in Visual Basic.Net and I am a beginner. I bought Visual Studio.Net 2003 to do my homework at home. I built my first project and e-mailed it to myself at...
1
by: Novice | last post by:
Hi all, I'm afraid this is the second posting of this information as I didn't get a response on the previous post. I will try to shorten my message (i.e. be more concise) in the hopes that it will...
1
by: Craig Skrabacz | last post by:
I originally had VB.Net standard installed on my computer. I have subsequently installed Visual Studio .Net 2002 on my computer. I have not uninstalled VB.Net. When I look in my Add/Remove...
5
by: gj | last post by:
I'm working on a build environment for .NET application where the developers are using visual studio and VSS. In order to pull only the changed modules (and any required dependencies) I want to...
1
by: xman | last post by:
very hard is fix exactly group for this question.. but I am sure that some of people here have some experience with these compilers: Visual Studio NET Enterprise Architect 2002 and Visual Studio...
17
by: Andi Plotsky | last post by:
I am not a .NET developer. I want the Developer's Edition of Visual Studio for use with my Access2000 databases. Does anyone have a clue as to where to find it - my office manager says only .NET...
65
by: xuanbai98 | last post by:
I want to know the current support status of c99 on Microsoft Visual Studio. Anyone know whether Microsoft has any plan to support c99 on Visual Studio? Thanks, Xuan
4
by: Andy | last post by:
In visual studio, I have an asp.net project. When I debug, I have to manually attach to aspnet_wp.exe. My project used to automatically attach to this process. How do I get it to automatically...
6
by: JonSteng | last post by:
..Net Visual Studio Professional 2003 Version 7.1.3088 ..Net Framework 1.1 SP1 Version 1.1.4322 IIS 5.1 Windows XP Professional SP2 Micron T3000 Laptop (1.5 GHz; 1GB RAM; 40GB HD with 17GB Free)...
1
by: johnlim20088 | last post by:
Hi, Currently I have 6 web projects located in Visual Source Safe 6.0, as usual, everytime I will open solution file located in my local computer, connected to source safe, then check out/check in...
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.